| {{ tx.txid }} |
|---|
|
|
|
|
{{ vout.scriptpubkey_address }}
|
|
||
|
|
|||
| 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 |