Why do Ethereum gas fees spike during congestion?

Ethereum transaction costs rise when on-chain demand outstrips the network’s capacity. At the protocol level, gas measures the computational work each transaction requires, and miners or validators are compensated via the gas price. When many users submit transactions at once — for example during popular token launches, NFT drops, DeFi liquidations, or automated trading opportunities — transactions compete for limited block space and fees climb rapidly.

How the fee mechanism creates spikes

Before the London upgrade, the network used a first-price auction: senders guessed a gas price and miners picked the highest-paying transactions, which often led to overbidding and wildly varying fees. The London upgrade implemented EIP-1559, described by Vitalik Buterin, Ethereum Foundation, which introduced a protocol-level base fee that is burned and a variable priority fee (tip) to incentivize inclusion. The base fee algorithm increases when blocks are fuller than a target and can decrease when they are less full; it is allowed to change by up to 12.5% per block. Even with EIP-1559’s predictability improvements, base fees still rise when sustained demand exceeds supply, causing spikes in the cost to send a transaction.

Demand, bots, and MEV intensify congestion

A significant driver of fee spikes is automated trading and searcher activity capturing maximal extractable value or MEV. Specialized actors and tooling monitor the mempool and submit bundles that prioritize profitable orderings; Flashbots research and engineering work documents how searcher competition concentrates bidding pressure on fees. This behavior compresses the available profitable margin and raises short-term gas prices, especially during periods with many time-sensitive opportunities.

Network parameters also matter. Blocks have practical gas capacity determined by protocol rules and validator choices; when many transactions are congesting the mempool, the per-block gas target fills and the base fee algorithm forces higher fees to throttle demand. Large coordinated events such as token launches or sudden market moves generate bursts of transactions that create cascading bidding wars as users and bots increase offered priority fees to keep transactions timely.

Relevance, causes, and consequences

High fee episodes are not merely technical nuisances; they have economic and social effects. For individual users, fee spikes push small transactions out of reach, disproportionately affecting people in regions where on-chain access is important for remittances, micro-payments, or emerging financial arrangements. For the ecosystem, persistent congestion accelerates migration toward Layer 2 rollups and alternative chains such as Optimism and Arbitrum, which aim to reduce per-transaction costs by batching or changing execution models. EIP-1559’s base fee burn also creates a monetary effect: burning a portion of transaction fees can reduce ETH supply growth during high-usage periods, a point emphasized in Ethereum Foundation analyses.

In practice, fee spikes reflect a market clearing mechanism under capacity constraints combined with automated strategic behavior. Mitigations are both technical and economic: improving L2 throughput, refining congestion pricing, and adjusting user interfaces so wallets recommend sensible priority fees reduce the worst of the volatility while preserving the incentive structure that secures the network.