‎{{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm:ss' }}
{{ errorUnblinded }}
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 }}
ScriptSig (ASM)
ScriptSig (HEX) {{ vin.scriptsig }}
Witness

@if (witness.length > 1000) { @if (!showFullWitness[vindex][i]) { {{ witness | slice:0:1000 }} } @else { {{ witness }} } } @else if (witness) { {{ witness }} } @else { <empty> }

@if (witness.length > 1000) {
@if (!showFullWitness[vindex][i]) { ... }
}
P2SH redeem 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 {{ vout.scriptpubkey_asm | hex2ascii }} {{ vout.scriptpubkey_type | scriptpubkeyType }}
{{ vout.value }} {{ vout.asset | slice : 0 : 7 }}
ScriptPubKey (ASM)
ScriptPubKey (HEX) {{ vout.scriptpubkey }}
OP_RETURN data {{ 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