@if (!transaction) {
Preview Transaction
}
@if (transaction && !error && !isLoading) {
{{ errorBroadcast }}
This transaction is stored locally in your browser. Broadcast it to add it to the mempool.
Redirecting to transaction page...
@if (!hasPrevouts) {
@if (offlineMode) {
Missing prevouts are not loaded. Some fields like fee rate cannot be calculated.
} @else {
Error loading missing prevouts. {{ errorPrevouts ? 'Reason: ' + errorPrevouts : '' }}
}
}
@if (errorCpfpInfo) {
Error loading CPFP data. Reason: {{ errorCpfpInfo }}
}
Flow
Inputs & Outputs
Details
Size |
|
Virtual size |
|
Adjusted vsize
|
|
Weight |
|
Version |
|
Locktime |
|
= 0">
Sigops
|
|
Transaction hex |
|
}
@if (isLoading) {
Loading {{ isLoadingPrevouts ? 'transaction prevouts' : isLoadingCpfpInfo ? 'CPFP' : '' }}
}