Maintained by: Dune · Refresh: ~10 min · Chains: 55 EVM + Solana
Get This Data
Access gas fee data via API, Datashare, or the Dune App.
Available Tables
gas.fees
Transaction-level gas fees across 55 EVM chains
gas_solana.fees
Transaction-level fees on Solana (including vote transactions)
When to Use These Tables
- Analyze transaction costs across chains
- Compare gas pricing and fee structures between L1s and L2s
- Track fee revenue for validators and block proposers
- Understand fee breakdowns (base vs priority vs L1 data costs on rollups)
- Build gas cost estimators or optimize transaction timing
Coverage
gas.fees (55 EVM chains):View all chains
View all chains
Abstract, Apechain, Arbitrum, Avalanche C-Chain, B3, Base, Berachain, Blast, BNB Chain, Bob, Boba, Celo, Corn, Degen, Ethereum, Fantom, Flare, Gnosis, Hemi, Henesys, HyperEVM, Ink, Kaia, Katana, Lens, Linea, Mantle, MegaETH, Mezo, Monad, Nova, opBNB, Optimism, Peaq, Plasma, Plume, Polygon, Ronin, Scroll, Sei, Shape, Somnia, Sonic, Sophon, Story, Superseed, TAC, Taiko, Tron, Unichain, Worldchain, X Layer, zkEVM, zkSync, Zora
Query Performance
gas.fees is a view over chain-specific incremental tables using block_month and block_date as partition keys.
Methodology
Gas tables are maintained by Dune (source code). Each chain has its own underlying gas model reading from the chain’stransactions table, enriched with native token pricing for USD values.
A key feature is the tx_fee_breakdown MAP column, which decomposes fees into their components. For L2s like Base, this breaks down into base fee, priority fee, and L1 data fee — enabling precise rollup cost analysis.
Example Queries
Average gas price by chain (today):Related Tables
rollup_economics_ethereum.l1_fees— Aggregate daily L1 posting costs per rolluprollup_economics_ethereum.l2_revenue— Aggregate daily gas revenue per rollup