Transaction

{{ tx.txid }}
{{ conversions.USD * (vin.prevout.value / 100000000) | currency:'USD':'symbol':'1.2-2' }} {{ vin.prevout.value / 100000000 }} BTC
{{ vout.scriptpubkey_address }} {{ vout.scriptpubkey_type | uppercase }}
{{ conversions.USD * (vout.value / 100000000) | currency:'USD':'symbol':'1.2-2' }} {{ vout.value / 100000000 }} BTC
 

Details


Size {{ tx.size | bytes }}
Weight {{ tx.weight }} WU
Included in block #{{ tx.status.block_height }}
Fees {{ tx.fee }} ({{ conversions.USD * tx.fee | currency:'USD':'symbol':'1.2-2' }})
Fees per vByte {{ (tx.fee * 100000000) / tx.vsize | number : '1.2-2' }} sat/vB