Gwei is a tiny denomination of ether (ETH), the cryptocurrency that powers the Ethereum network. One gwei equals one billionth of one ETH, or 0.000000001 ETH. It exists for the same reason cents exist alongside dollars: it gives you a practical unit for expressing very small amounts. On Ethereum, gwei is the standard unit for measuring gas fees, the cost you pay every time you send a transaction or interact with a smart contract.
How Gwei Relates to ETH and Wei
Ethereum has its own system of denominations, similar to how a dollar breaks into cents. The smallest possible unit is called a wei, named after cryptography pioneer Wei Dai. One ETH equals 1,000,000,000,000,000,000 wei (10 to the 18th power). That number is impossibly large to work with in everyday conversation, which is where gwei comes in.
Gwei sits in the middle of the scale. One gwei equals 1,000,000,000 wei (one billion wei), and one ETH equals 1,000,000,000 gwei (one billion gwei). So if someone tells you a transaction costs 2 gwei per unit of gas, that means 0.000000002 ETH per unit. Writing it in gwei is simply more readable.
There are other denominations on the scale, like microether and milliether, but gwei is by far the most commonly used because gas prices happen to land squarely in the gwei range. You will rarely encounter the others outside of technical documentation.
Why Gas Fees Are Priced in Gwei
Every action on Ethereum, whether it’s sending ETH to a friend or swapping tokens on a decentralized exchange, requires computational work from the network’s validators. Gas is the unit that measures how much work a transaction requires. A simple ETH transfer uses 21,000 units of gas. A complex smart contract interaction might use hundreds of thousands.
The gas price, expressed in gwei, is the rate you pay per unit of gas. To find your total transaction fee, you multiply the gas used by the gas price. For example, a simple transfer using 21,000 gas at a price of 2 gwei per gas costs 42,000 gwei, which equals 0.000042 ETH. If ETH is trading at $2,500, that transaction costs roughly $0.11.
Base Fee vs. Priority Fee
Since Ethereum’s EIP-1559 upgrade, gas fees have two components. The base fee is set automatically by the network based on how full recent blocks have been. When demand for block space rises, the base fee increases. When demand drops, it decreases. This base fee is burned, meaning it is permanently removed from circulation rather than paid to validators.
The priority fee (sometimes called a “tip”) is the amount you add on top of the base fee to incentivize validators to include your transaction sooner. The higher your tip, the more attractive your transaction looks to the validator assembling the next block.
Your total cost per unit of gas is the base fee plus the priority fee, both measured in gwei. When you submit a transaction through a wallet like MetaMask, you also set a maximum fee per gas, which is the absolute ceiling you’re willing to pay. If the base fee plus your priority fee comes in under that ceiling, you only pay the actual combined amount. Any difference is refunded.
What Affects Gwei Prices
Gas prices in gwei fluctuate constantly based on network congestion. During quiet periods, you might see prices as low as 1 to 2 gwei. During high-demand events, like a popular NFT mint or a sudden market crash causing a rush of trades, prices can spike to 50, 100, or even several hundred gwei. The difference matters: a transaction that costs a few cents during calm periods could cost $20 or more when the network is congested.
Time of day plays a role too. Ethereum is a global network, but usage patterns still tend to peak during business hours in North America and Europe. Weekends and late-night hours often see lower gas prices. If your transaction isn’t urgent, waiting for a quieter window can save real money.
How to Check Current Gas Prices
Etherscan’s Gas Tracker is the most widely used tool for monitoring real-time gwei prices. It shows current estimates broken into tiers, typically labeled standard, fast, and rapid, along with estimated confirmation times. As of late April 2026, Etherscan was showing gas prices around 1.6 gwei across all speed tiers, reflecting a period of relatively low network congestion.
Most Ethereum wallets also display gas price estimates when you’re about to confirm a transaction, usually letting you choose between a slower, cheaper option and a faster, more expensive one. Some wallets let you manually set your gas price in gwei if you want precise control. If you set it too low, your transaction may sit in the queue for a long time or fail to confirm at all. If you set it high, it confirms quickly but you pay more than necessary.
Gwei in Practice
Understanding gwei matters most when you’re deciding whether to transact now or later. If you’re making a simple token swap worth $50 and gas fees are running at 80 gwei, you might be paying $5 to $15 just in fees. Waiting until gas drops to 5 gwei could cut that cost to well under a dollar. For large transactions or time-sensitive trades, the fee might be irrelevant. For smaller amounts, it can eat a meaningful percentage of the value you’re moving.
Layer 2 networks like Arbitrum and Optimism process transactions off the main Ethereum chain and settle them in batches, which dramatically reduces the gwei cost per transaction. If you’re making frequent, smaller transactions, using a Layer 2 network can bring fees down to fractions of a cent while still ultimately relying on Ethereum’s security.

