What Is Gwei on Base and Arbitrum? The One Number That Decides Your Gas Cost
The unit that's smaller than you think
Gwei is short for gigawei, which is a billion wei, which is a billionth of an ether. So one gwei equals 0.000000001 ETH. It's the unit Ethereum gas fees are quoted in because quoting in ETH would mean writing a lot of zeros.
On mainnet during a busy afternoon, gas might sit at 30 gwei. At 1 AM UTC when activity dies down, it can drop to 8 or lower. The gwei number on its own doesn't tell you what you'll pay — it's the price per unit of work, and your transaction uses a different amount of units depending on what you're doing. Sending ETH costs 21,000 units. A Uniswap swap uses 150,000 to 300,000. Minting an NFT can chew through more.
Cost = units used × gwei × ETH price. That's the whole formula. Everything else is convenience.
Why L2 gwei numbers look weird
Here's the thing that throws people. Base and Arbitrum quote gas price in gwei too, but the numbers don't look like mainnet numbers. They're often tiny fractions — 0.01 gwei, 0.001 gwei — and on Arbitrum in particular they sometimes sit below what mainnet ever shows.
That's not a bug. L2 gas is cheaper per unit because the chains are designed to process huge volumes of transactions cheaply. But on L2 you also pay an L1 data fee — your share of posting the batch to mainnet. That L1 fee isn't quoted in gwei on the L2. It's quoted in wei or ETH directly, and it's usually the bigger half of your total cost.
So when you look at the Base tracker or the Arbitrum tracker and see a gwei number that looks impossibly small, that's correct. It's the L2 execution price. The actual dollar cost includes the L1 portion, which is why a 0.001 gwei transaction can still cost $0.005 in USD.
How to actually use the gwei number
For day-to-day L2 use, ignore the raw gwei. Watch the dollar number. The trackers on the homepage already convert gwei, L1 fee, and ETH price into a per-transaction dollar estimate, which is the only unit that matters when you're deciding "is now a good time to swap."
If you want to read the gwei number anyway, here's the rule: trending down is good, trending up means wait or drop to a slower tier. Spikes on L2 usually clear within minutes, not hours. A high reading at 2 PM is often back to normal by 2:15.
The calculators do the math explicitly: Base calculator and Arbitrum calculator both break down the dollar cost by transaction type in your local currency.
When gwei stops mattering (and when it really does)
Honestly, on L2 the gwei number matters less than people think. A swap costing $0.004 vs $0.008 is not moving your month. The difference is real, and it adds up over hundreds of transactions, but optimizing gwei on individual L2 swaps is the wrong place to spend your attention.
Where it matters: bridging from mainnet. Bridges cost mainnet gas, which is quoted in mainnet gwei, which swings wildly. Bridging at 60 gwei vs 12 gwei is the difference between a $12 fee and a $2.50 fee on the same transaction. That's a 5x swing on real money. Worth waiting for.
So the rule I use: glance at the dollar number on L2 before signing, glance at the gwei number on mainnet before bridging. Everything in between, you can stop worrying about.