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