Learn ยท Network

Solana fees vs Ethereum gas

Both chains make you pay for blockspace, but the designs are different enough that intuitions from one mislead on the other. Here is how each model prices a transaction, what congestion does to them, and what the differences mean in practice.

Ethereum: one global market for gas

Every Ethereum transaction consumes gas, a measure of computational work. The cost of a unit of gas floats with demand: a protocol-set base fee rises and falls with how full recent blocks were, and users add a priority tip to jump the queue. The base fee is burned; the tip goes to the block proposer.

The key structural fact is that the market is global. When one popular mint or airdrop fills blocks, the base fee rises for everyone, including a wallet doing an unrelated transfer. Congestion anywhere is a price rise everywhere, which is why busy periods have historically pushed simple swaps into dollars or tens of dollars.

Solana: a flat base plus local priority markets

A Solana transaction pays a small flat base fee per signature (5,000 lamports, a tiny fraction of a cent at typical prices) plus an optional priority fee, priced in micro-lamports per compute unit. You declare a compute budget for the transaction and bid a price per unit on it; part of the base fee is burned and priority fees go to the validator producing the block.

The structural difference: Solana's congestion pricing is local, not global. Blocks cap how much compute may touch any single account, so bidding wars form around hot accounts (a token launch, a busy pool) while the rest of the chain stays near free. Our epochs and priority fees guide covers this mechanism in detail, and the epoch page shows a live gauge sampled against busy pools.

The practical differences

Why the designs ended up different

Ethereum prices scarce global blockspace and burns the base fee, tying fee revenue to the asset itself. Solana bet on abundant blockspace with per-account limits, accepting messier fee estimation in exchange for keeping the quiet parts of the chain cheap during chaos elsewhere. Neither is free lunch: Ethereum users pay in cost, Solana users pay in occasional inclusion uncertainty when they are exactly where the action is.

Watching it live

The epoch and fees page shows Solana's current priority fee percentiles against busy SOL-USDC pools, refreshed every 30 seconds, alongside the epoch countdown. Watching it during a big token launch, from our new tokens board, is the fastest way to see local fee markets doing their thing.

Disclaimer: This article is general information about how two networks price transactions. Fee mechanics and parameters change over time and figures are approximate. It is not financial, investment or trading advice. Always do your own research.