Transaction Economics

What it shows
The economics of the latest block, summed over all its transactions:
- Fee paid — total ETH spent on fees
- Burned — the base-fee portion destroyed under EIP-1559
- Priority — tips paid to the block producer
- Failed fee — ETH spent by transactions that reverted
The badge row counts special transactions in the block: failed, create (contract deployments), 7702, access-list, blob, and floor-hit — transactions priced by the calldata floor rule.
The per-tx tape
Click Transaction Economics — per-tx tape below the widget grid to unfold a live tape of every transaction in the block: hash, labeled sender and recipient, method, and fee — with one-click filters for Failed, Create, 7702, Blob, and Floor.

This is the fastest way to answer "what exactly is in this block?" — and it's easy to miss if you never scroll past the widget grid.
The transaction drawer
Click any transaction hash — in the tape or in the Top Fee lists — and a drawer slides out without leaving the dashboard. Its Economics tab decomposes the transaction's cost with fact / est. badges marking what is measured versus estimated:

- Gas decomposition — base intrinsic cost, calldata, access list, authorization list, and initcode words; estimated execution gas; the calldata floor gas and whether the floor regime priced this transaction.
- Fee decomposition — base fee burned, priority tip, blob fee, total paid, and the effective gas price.
The Trace tab shows the transaction's internal call tree — every CALL, DELEGATECALL, and STATICCALL, with labeled counterparties:

From the drawer, the ↗ icon opens the full transaction page, where Token Transfers complete the picture the trace started. The drawer state lives in the URL (?tx=0x…), so you can share exactly what you're looking at.
Data & update cadence
Describes the single latest block; refreshes every block (~12 s). The tape paginates through the block's full transaction list.
Related pages
- Gas & Fee Distribution — percentile view + Top Fee lists
- Failed Transactions — where the
failed feegoes - Transactions & Blocks — the full transaction page