{% extends "_basic.html" %} {% block content %}
* — Circulating supply may exclude any currently, publicised locked tokens, otherwise it is equal to the Coinbase minus burned coins. Fees includes paid transaction fees less any portion of the fee that was burned.
Height | Age [h:m:s] | Size | Type | Transaction Hash | Fee | Outputs | In/Out | TX Size |
{{b.height}} | {{b.timestamp | from_timestamp | ago}} | {{b.block_size | si}} | {{symbol.display(b.txs[0])}} | {{b.miner_tx_hash}} | {{fee.display(b.txs[0])}} | {{b.reward | loki(tag=False, fixed=True, decimals=2)}} | 0/{{b.txs[0].info.vout | length}} | {{b.txs[0].size | si}} |
{{symbol.display(tx)}} | {{tx.tx_hash}} | {{fee.display(tx)}} | {{tx.info.vin | length}}/{{tx.info.vout | length}} | {{tx.size | si}} |