Gas & Fee Distribution

What it shows
How gas usage spreads across the block's transactions:
- Intrinsic share (p50/p95/p99) — what fraction of a transaction's gas is fixed overhead (the intrinsic cost of the transaction itself and its calldata) rather than execution. A p50 near 68% means half the transactions are mostly overhead — simple transfers.
- Gas utilization (p50/p95) — how much of their gas limit transactions actually used. Consistently high utilization means tight gas estimation; low means over-provisioning.
Top Fee lists
Below the bars, two ranked lists name the block's biggest spenders:

- Top fee · contracts — which contracts (labeled: MEV Bot, Wintermute, USDT) accumulated the highest fees.
- Top fee · transactions — the individual transactions that paid the most.
Every transaction hash here is clickable and opens the transaction drawer with the full gas and fee decomposition and the call trace — don't miss it.
Data & update cadence
Describes the single latest block; refreshes every block (~12 s).
Related pages
- Transaction Economics — totals, the per-tx tape, and the drawer
- Gas & Blobs — gas prices over days and weeks