See the current ETH gas price, the base fee and what a transfer, token send or swap costs right now. Then learn how EIP-1559 fees work, so you never overpay or get stuck again.
By ethexplorer.org editorial team·Updated ·10 min read
Gas (average)
0.00gwei
Slow
—
Standard
—
Fast
—
Base fee: — · Latest block: —
What it costs right now
ETH transfer21,000 gas—
ERC-20 token transfer~65,000 gas—
NFT mint or transfer~120,000 gas—
DEX swap~150,000 gas—
Estimates multiply the standard gas price by typical gas used. Your wallet will show the exact figure before you sign. ETH price: — ·
This Ethereum gas tracker reads the network every block and shows three things most people want before they press “Confirm”: the current gas price in gwei, the protocol’s base fee, and a dollar estimate for the actions you actually do. On the morning of 24 September 2026, while we were writing this, block 26,046,177 carried a base fee of about 0.17 gwei and a gas limit of 60 million. A plain ETH transfer cost roughly one cent. Four years ago the same transfer could cost more than a sandwich.
The numbers above move, so treat this page as two tools in one. The widgets tell you what gas costs now. The guide underneath explains why, so you can read any wallet’s fee screen with confidence and understand what an explorer means by base fee, priority fee and burnt fees.
What gas and gwei actually are
Every operation the Ethereum Virtual Machine performs has a fixed price in gas. Adding two numbers is cheap. Writing a new value to storage is expensive, 20,000 gas for a fresh storage slot, because every node has to keep that data forever. Gas is a measure of work, not money. It turns into money only when you multiply it by the gas price, which is what the gauge above displays.
Gas prices are quoted in gwei, short for giga-wei. One ETH is 1018 wei, and one gwei is 109 wei, so 1 gwei is a billionth of an ETH. Nobody wants to read “0.00000000084 ETH per gas”, so the industry settled on gwei. The fee formula is simple: fee = gas used × gas price. A 21,000-gas transfer at 0.84 gwei costs 17,640 gwei, or 0.00001764 ETH. At an ETH price around $2,670 that is under five cents, and at today’s 0.17 gwei base fee it drops to about a cent.
Two limits sit on top of this. Your transaction carries a gas limit, the most it is allowed to consume; if it runs out, it fails and you still pay for the work done. The block also has a gas limit, currently 60 million, which caps how much computation the whole network processes every 12 seconds. That second number matters a lot for fees, as we will see.
EIP-1559: base fee, priority fee and the burn
Since the London upgrade on 5 August 2021, Ethereum has priced gas with the mechanism defined in EIP-1559. Instead of a blind auction, each block has a base fee set by the protocol. Every transaction in the block pays it, and that part is burnt: removed from supply rather than paid to anyone. On top you add a priority fee (the tip), which goes to the validator that proposes the block.
The base fee reacts to demand automatically. Each block has a target of half the block gas limit, so 30 million gas today. If a block uses more than the target, the next base fee rises by up to 12.5%; if it uses less, it falls by up to 12.5%. Six completely full blocks in a row roughly double the base fee, which is why a sudden NFT mint or market crash can push prices up within a minute and why they fall again just as fast.
When you sign a type 2 transaction you set two numbers: max fee per gas and max priority fee per gas. You pay the base fee of the block you land in plus your tip, never more than your max fee, and the difference is simply not charged. That is why explorers show a line such as “Txn Savings”. Setting a generous max fee is not wasteful; setting a huge tip is.
21,000
Gas for an ETH transfer
fixed, wallet to wallet
12.5%
Max base fee change
per block, up or down
60M
Block gas limit
since 25 Nov 2025
1 gwei
= 0.000000001 ETH
10⁻⁹ ether
Why gas fees are far lower than in 2021
If you used Ethereum during the 2021 bull run, today’s gauge looks broken. Back then gas regularly ran at 50 to 200 gwei and spiked into the hundreds or thousands during popular mints. At 100 gwei a plain transfer costs 0.0021 ETH and a 150,000-gas swap 0.015 ETH, which meant several dollars for a transfer and tens of dollars for a swap. Three changes brought fees down to where they are now.
Activity moved to layer 2
Rollups such as Arbitrum, Optimism and Base execute transactions off the main chain and post compressed results back to it. Most everyday swapping, gaming and payments now happens there, which removes a large share of demand from mainnet block space. Our layer 2 explorer guide shows how to follow those transactions.
Blobs gave rollups their own lane
Before the Dencun upgrade on 13 March 2024, rollups had to post their data as calldata and competed with everyone else for gas. EIP-4844 introduced blobs: a separate data space with its own fee market and its own “blob gas”. Fusaka (3 December 2025) added PeerDAS, and the blob-parameter-only forks that followed raised the blob target first to 10 and then to 14 per block. You can inspect that traffic in our Ethereum blob explorer guide.
The block gas limit doubled in 2025
For almost four years the block gas limit sat at 30 million. Validators, who vote on it block by block, pushed it to 36 million in February 2025, to 45 million in July 2025 and to 60 million on 25 November 2025. Twice the capacity with a 30-million target means ordinary demand rarely fills blocks, so the base fee keeps drifting down toward its floor. Cheap does not mean fixed, though. Heavy congestion can still send the base fee up several times over in a few minutes, and your wallet will quote the new price.
When gas fees are lowest: timing your transactions
Gas follows human activity. Historically, the busiest window has been weekday afternoons in UTC, when European markets are still open and US traders are online. The quietest stretch has been the weekend and the hours roughly between 00:00 and 06:00 UTC, when both continents are asleep. Several fee studies over the years point to Saturday and Sunday mornings as the cheapest slots.
We would add two honest caveats. First, it is a pattern, not a law: a token launch at 03:00 UTC beats any rule of thumb. Second, at sub-gwei prices the saving from waiting is often a fraction of a cent. Timing matters for big jobs, like deploying a contract that needs several million gas, or batching hundreds of transfers. For a single payment, look at the gauge, and if the “Standard” figure is where it has been all week, just send.
Ethereum network right now
Block height, gas, ETH price, block time, utilization and the current gas limit, straight from the Blockscout API. Utilization above 50% means blocks are fuller than the target and the base fee is rising.
Latest block
000000
Gas (average)
000000
ETH price
000000
Transactions, 24h
000000
Avg. block time
000000
Total addresses
000000
Gas limit
000000
Utilization
000000
Live data · Source: Blockscout API ·
How to set the max fee in your wallet
Wallets such as MetaMask, Rabby or Coinbase Wallet estimate fees for you and offer presets, typically low, market and aggressive. Behind the preset sit the two EIP-1559 numbers. A common default, used for example by the ethers.js library, sets the max fee at roughly twice the current base fee plus the tip. That leaves room for about six consecutive full blocks before your transaction becomes too cheap to include, while you still pay only the actual base fee.
If you open the advanced settings, here is how we would think about each field. Max priority fee: a small tip is enough when blocks are not full; bump it only when you need to jump ahead during congestion. Max base fee: set it comfortably above the current base fee, since unused headroom costs nothing. Gas limit: leave the wallet’s estimate alone. Lowering it does not make the transaction cheaper, it only makes it more likely to fail, and a failed transaction still charges for the gas it burned.
If a transaction does get stuck because the base fee moved above your max fee, you have two options. Wait, and it may confirm when demand eases. Or send a replacement with the same nonce and higher fees: most clients require at least a 10% increase in both the tip and the max fee before they accept a replacement. Wallets call this “speed up”. For the gory details on nonces, see our guide to the Ethereum mempool explorer.
Gas for common actions
Gas used depends on what the contract does, not on how much value you move. Sending $5 of USDT costs exactly the same gas as sending $5 million. The ranges below are what we see on real transactions; your wallet’s simulation will give the precise figure.
Typical gas used on Ethereum mainnet and the resulting fee at a 1 gwei gas price. Multiply by the live gauge value for today’s cost.
Action
Typical gas
Fee at 1 gwei
What changes it
ETH transfer
21,000
0.000021 ETH
Fixed between plain wallets; more if the recipient is a smart contract wallet
ERC-20 transfer (USDT, USDC)
45,000–65,000
≈ 0.00005 ETH
Higher when the recipient has never held the token (new storage slot)
Token approval
≈ 45,000–55,000
≈ 0.00005 ETH
One per token and spender; revoking costs about the same
DEX swap
100,000–200,000+
0.0001–0.0002+ ETH
Multi-hop routes and aggregators add more
NFT mint
≈ 60,000–150,000+
≈ 0.0001 ETH
Batch mints and on-chain art use far more
Contract deployment
500,000 to several million
0.0005+ ETH
Scales with bytecode size and constructor logic
Two quick checks before a big transaction. If the gas estimate for a “simple” token transfer is suddenly 300,000 or more, stop: the token may have transfer hooks, taxes or something worse. Our token explorer guide shows how to verify a contract before you touch it. And if a swap estimate fails outright, the wallet is telling you the transaction would revert. Do not force it through with a manual gas limit.
Layer 2 costs compared with mainnet
On a rollup, your fee has two parts: the L2 execution fee, priced in the rollup’s own gas market, and a share of the cost of posting data to Ethereum, which since 2024 is mostly paid in blob gas. Both are small. Since blobs arrived, simple transfers and swaps on major rollups usually cost a cent or less, though the exact figure varies with each network’s settings and with blob demand. Dashboards such as L2 Fees and growthepie track it live.
With mainnet fees near their floor too, the gap is narrower than it used to be. Choose the chain for the app, the liquidity and the security model you want, not only for the fee. Just remember that moving funds between layers is itself a transaction on both sides, and bridge withdrawals from optimistic rollups can take about a week.
How block explorers show gas
Every major explorer has a gas page, and they are worth knowing because each one estimates slightly differently. The Etherscan gas tracker shows low, average and high prices with the base fee and priority fee split out, dollar estimates for featured actions such as swaps, NFT sales and bridging, historical charts, and two leaderboards: “gas guzzlers” (contracts consuming the most gas) and “gas spenders” (accounts paying the most). When we checked it this morning, the stablecoin Tether topped the guzzler list, which tells you a lot about what mainnet is used for in 2026. More on the tool in our Etherscan review.
The Blockscout gas tracker is lighter: slow, normal and fast tiers in gwei with dollar equivalents, a countdown to the next update and a chart of average gas prices. It is the source behind our widget, because its stats API currently works without a key. See the Blockscout review for the rest of its features.
On an individual transaction page, look for these fields: gas limit & usage (how much the transaction was allowed versus how much it consumed), base fee, max fee and max priority fee per gas, burnt fees and the total transaction fee. A failed transaction that used 100% of its limit almost certainly ran out of gas. Paste any hash into our live Ethereum explorer to see the full breakdown, or read the field-by-field walkthrough in the transaction explorer guide.
Once you have ETH, withdraw a small amount to your own wallet first and check it arrived. Our step-by-step guide on how to buy Ethereum safely covers the exchange side and how to verify the withdrawal on-chain. Crypto prices are volatile, and nothing on this page is investment advice.
Frequently asked questions
5 Q&A
01
What is the ETH gas price right now?
The gauge at the top of this page shows the live value, refreshed from the Blockscout API roughly every block. Through most of 2026 the average has sat well below 1–3 gwei; while we were writing this guide on 24 September 2026 the base fee was about 0.17 gwei and a plain ETH transfer cost around a cent or less.
02
What is gwei in Ethereum?
Gwei is a unit of ether: 1 gwei = 0.000000001 ETH (10-9). Gas prices are quoted in gwei because the numbers stay readable. A fee of 21,000 gas at 1 gwei is 21,000 gwei, which equals 0.000021 ETH.
03
How much gas does an Ethereum transfer need?
A plain ETH transfer between two ordinary wallets always uses exactly 21,000 gas. Sending an ERC-20 token such as USDT usually needs 45,000–65,000 gas, and a DEX swap 100,000–200,000 or more. Multiply the gas by the gas price in gwei to get your fee. Our transaction explorer guide shows where to find “gas used” on a receipt.
04
When are Ethereum gas fees lowest?
Historically, demand dips on Saturdays and Sundays and during the hours when both Europe and the Americas are asleep, roughly 00:00–06:00 UTC. The busiest window tends to be weekday afternoons in UTC, when European and US traders overlap. At 2026 fee levels the difference is often a fraction of a cent, so checking the live gauge beats following a rule.
05
Why is my transaction stuck as pending?
Almost always because the max fee you signed is below the current base fee, so no block will include it. Either wait for the base fee to fall, or send a replacement with the same nonce and at least a 10% higher tip and max fee. Our mempool explorer guide explains how to find and fix a stuck nonce.