{{ errorUnblinded }}
@if (similarityMatches.get(tx.txid)?.size) { }
@if (tx['_showSignatures']) { } @if (tx['_showSignatures']) { }
@if (!tx['_sigs']?.[vindex]?.length) { } @else { @for (sig of tx['_sigs'][vindex].slice(0, 7); track sig.signature; let idx = $index) { @if (idx < 7) { } } @if (tx['_sigs'][vindex].length > 7) { +{{ tx['_sigs'][vindex].length - 7 }} } }
Coinbase (Newly Generated Coins)
{{ vin.scriptsig | hex2ascii }}
Peg-in P2PK {{ vin.issuance ? 'Issuance' : 'UNKNOWN' }} {{ vin.prevout.scriptpubkey_type?.toUpperCase() }}
{{ vin.prevout.value }} {{ vin.prevout.asset | slice : 0 : 7 }}
@if (isLiquid && vin.inner_simplicityscript) { } @else { }
ScriptSig (ASM)
ScriptSig (HEX) {{ vin.scriptsig }}
Witness

@if (vin.witness.length > 1 && windex === vin.witness.length - 1 && witness.slice(0, 2) === '50') { } @if (witness.length > 1000) { @if (!showFullWitness[vindex][windex]) { {{ witness | slice:0:1000 }} } @else { {{ witness }} } } @else if (witness) { {{witness.slice(0, -2)}}{{witness.slice(-2)}} {{ witness }} } @else { <empty> }

@if (witness.length > 1000) {
@if (!showFullWitness[vindex][windex]) { ... }
}
P2SH redeem script
P2TR Simplicity script
...
P2TR tapscript P2WSH witness script
...
nSequence {{ formatHex(vin.sequence) }}
Previous output script
Previous output type {{ vin.prevout.scriptpubkey_type?.toUpperCase() }}
P2PK
Peg-out to OP_RETURN  @if (vout.isRunestone) { } @else { {{ vout.scriptpubkey_asm | slice:0:200 | hex2ascii }} } {{ vout.scriptpubkey_type | scriptpubkeyType }}
{{ vout.value }} {{ vout.asset | slice : 0 : 7 }}
ScriptPubKey (ASM)
...
ScriptPubKey (HEX) @if (!showFullScriptPubkeyHex[vindex]) { {{ vout.scriptpubkey | slice:0:1000 }} } @else { {{ vout.scriptpubkey }} }
...
OP_RETURN data @if (!showFullOpReturnData[vindex]) { {{ (vout.scriptpubkey_asm | hex2ascii | slice:0:1000) }} } @else { {{ vout.scriptpubkey_asm | hex2ascii }} }
...
Type {{ vout.scriptpubkey_type.toUpperCase() }}
 – {{ tx.fee | number }} sats
Show more inputs to reveal fee data

{{ item.value / pow(10, assetsMinimal[item.asset][3]) | number: '1.' + assetsMinimal[item.asset][3] + '-' + assetsMinimal[item.asset][3] }} {{ assetsMinimal[item.asset][1] }}
{{ assetsMinimal[item.asset][0] }}
{{ item.asset | shortenString : 13 }}
{{ x }} remaining