What is Gwei and How Gas Pricing Works
Gwei is the unit in which Ethereum gas prices are denominated. It is short for "gigawei" — a denomination of ETH where 1 Gwei equals 0.000000001 ETH (or 10⁻⁹ ETH). Using Gwei instead of ETH makes gas prices easier to read and compare, since fees would otherwise appear as very small decimal fractions of ETH.


ETH Denominations: Wei, Gwei, and ETH
Ethereum has multiple denominations, similar to how dollars have cents. The smallest unit is Wei. From there:
1 ETH = 1,000,000,000 Gwei = 1,000,000,000,000,000,000 Wei
Gas prices are quoted in Gwei because it provides a human-readable scale. A gas price of "3 Gwei" is much easier to understand than "0.000000003 ETH."
Understanding EIP-1559 Gas Pricing
Since the London Hard Fork (EIP-1559) in August 2021, Ethereum uses a two-component fee structure. The Base Fee is algorithmically determined by the protocol based on network congestion. It goes up when blocks are more than 50% full and down when they are less than 50% full. Importantly, the base fee is burned — it is permanently removed from ETH circulation, making ETH deflationary during periods of high usage.
The Priority Fee (or "tip") is a user-specified amount paid directly to validators. It incentivizes validators to include your transaction faster. During low-congestion periods, a 1–2 Gwei tip is usually sufficient.
Historical Gwei Price Ranges
Ethereum gas prices peaked at 480 Gwei in September 2020 and 374 Gwei in February 2021 during periods of extreme network congestion. In 2025, gas prices have stabilized significantly — frequently dropping below 3 Gwei, with historical lows like 1.16 Gwei recorded in September 2025. At 3 Gwei, a standard ETH transfer (21,000 gas) costs approximately $0.16 at an ETH price of $2,500.