The shortest accurate answer is: there are roughly 120 million ETH in existence, but the number changes continuously.
That answer is unsatisfying because Ethereum does not work like Bitcoin’s fixed 21 million supply. ETH supply moves because the network creates new ETH for validators, destroys ETH through transaction fee burns, and shifts large amounts of ETH into staking, bridges, smart contracts, exchanges, and layer-2 systems.
So the better question is not only “how many Ethereum are there?”
It is:
Which ETH are you counting, and why?
For investors, the important number is total ETH supply and whether it is growing or shrinking. For traders, circulating liquidity matters more. For developers and DeFi users, staked ETH, bridged ETH, wrapped ETH, and smart contract balances can all affect market behavior without changing the actual ETH supply.
Let’s break it down properly.
How many ETH exist right now?
There are about 120 million ETH in existence.
That figure should be treated as a live estimate, not a permanent number. Ethereum’s supply changes as new blocks are produced, validator rewards are issued, and transaction fees are burned.
A useful mental model:
| Supply concept | What it means | Does it change ETH supply? |
|---|---|---|
| Total ETH supply | All ETH that exists on Ethereum after issuance and burns | Yes |
| Circulating ETH | ETH considered available in the market by data providers | Not directly |
| Staked ETH | ETH deposited to secure Ethereum proof-of-stake | No |
| Burned ETH | ETH permanently removed from supply | Yes |
| Wrapped ETH | ETH represented as ERC-20 WETH | No |
| Bridged ETH | ETH locked on one chain and represented elsewhere | No |
| Lost ETH | ETH inaccessible because keys are lost | No, unless specifically burned |
The exact live number depends on where you check it and how that source defines supply. For most readers, the best approach is to compare multiple reputable trackers rather than rely on a single market-data widget.
Best places to check live ETH supply
| Source | Best for | Strength | Limitation |
|---|---|---|---|
| ultrasound.money | Real-time ETH issuance, burn, and post-Merge supply tracking | Excellent supply-specific dashboard | Can feel technical for beginners |
| Etherscan | On-chain Ethereum supply charts and block-level data | Directly tied to Ethereum chain data | Interface is less explanatory |
| CoinGecko | Market cap, price, and circulating supply context | Easy for investors | Supply data may not be as granular |
| CoinMarketCap | Popular market overview | Widely referenced | Methodology can differ from on-chain dashboards |
| Running your own node/indexer | Independent verification | Most sovereign approach | Requires technical setup and maintenance |
If two sources differ slightly, that does not automatically mean one is “wrong.” They may update at different speeds or use different definitions for circulating supply.
Why does Ethereum’s supply keep changing?
ETH supply changes because Ethereum has two opposing forces:
- Issuance — new ETH paid to validators for securing the network.
- Burns — ETH destroyed through the fee mechanism introduced by EIP-1559.
The simple formula is:
Net ETH supply change = new ETH issued to validators - ETH burned in fees - minor penalties/slashing effects
If issuance is higher than burns, ETH supply increases.
If burns are higher than issuance, ETH supply decreases.
That is why Ethereum can be inflationary during quiet periods and deflationary during heavy network activity.
Issuance: how new ETH enters supply
Ethereum uses proof-of-stake. Validators lock ETH and participate in consensus. In return, the protocol issues rewards.
Those rewards are new ETH.
The amount issued depends partly on how much ETH is staked. More validators means the network pays more total rewards, but the reward rate per validator tends to fall as participation increases.
This is different from Bitcoin mining, where issuance follows a fixed halving schedule. Ethereum’s issuance is dynamic.
Burns: how ETH leaves supply
Since EIP-1559, every Ethereum transaction includes a base fee. That base fee is burned, meaning it is permanently removed from supply.
Users may also pay a priority fee, sometimes called a tip. That part goes to the validator and is not burned.
A transaction fee is usually made of:
| Fee component | Where it goes | Supply impact |
|---|---|---|
| Base fee | Burned by the protocol | Reduces ETH supply |
| Priority fee / tip | Paid to validator | Transfers existing ETH |
| MEV payment | Usually paid to validators/builders/searchers | Usually transfers existing ETH |
| Blob base fee | Burned under Ethereum’s blob fee market | Reduces ETH supply |
After Ethereum’s Dencun upgrade, blob transactions introduced a separate fee market for layer-2 data. Blob base fees are also burned, though blob fees are typically much lower than traditional calldata during normal conditions.
Does Ethereum have a maximum supply cap?
No. Ethereum does not have a fixed maximum supply cap like Bitcoin.
Bitcoin’s 21 million BTC cap is hard-coded into its monetary policy. Ethereum instead uses a flexible monetary model based on security needs and network usage.
That does not mean ETH supply grows without limit. Since the Merge, Ethereum issuance has been much lower than it was under proof-of-work. During periods of high transaction demand, fee burns can offset or exceed new issuance.
A better way to compare them:
| Asset | Maximum supply | Issuance model | Burn mechanism | Monetary style |
|---|---|---|---|---|
| Bitcoin | 21 million BTC | Fixed halving schedule | No protocol-level fee burn | Hard cap, predictable issuance |
| Ethereum | No fixed cap | Validator-based issuance | Base fees and blob fees burned | Adaptive issuance with burn offset |
| Solana | No fixed cap | Validator/staking issuance schedule | Partial fee burn | Inflationary schedule with fee burn |
| BNB | Supply reduction target | Exchange-led and protocol burns | Burns are part of token model | Managed burn-based reduction |
Ethereum’s supply policy is not “better” or “worse” by default. It optimizes for a different goal: maintaining network security while letting usage remove ETH from circulation through burns.
Is ETH deflationary?
Sometimes.
ETH is deflationary when more ETH is burned than issued. It is inflationary when issuance exceeds burns.
This is why people sometimes call ETH “ultrasound money,” but that phrase can be misleading if taken as a permanent guarantee. Ethereum is not always deflationary. Its supply depends on network activity, transaction fees, validator participation, and upgrades that change fee dynamics.
When ETH supply tends to shrink
ETH supply is more likely to decrease when Ethereum mainnet activity is expensive and frequent.
Examples:
- High-value DeFi trading
- NFT minting waves
- Token launches
- Market volatility causing on-chain liquidations
- Heavy stablecoin transfers
- High demand for blockspace
In these periods, users pay more base fees, and more ETH is burned.
When ETH supply tends to grow
ETH supply is more likely to increase when mainnet activity is quiet.
Examples:
- Low gas fee periods
- More activity moving to layer-2 networks
- Lower demand for Ethereum L1 blockspace
- High total ETH staked relative to fees burned
This does not necessarily mean Ethereum is unhealthy. Lower fees can make the network cheaper to use. The trade-off is that lower base fees usually mean less ETH is burned.
What changed after the Merge?
The Merge in September 2022 moved Ethereum from proof-of-work to proof-of-stake.
Before the Merge, Ethereum issued ETH to miners and also paid staking rewards to Beacon Chain validators. After the Merge, miner rewards disappeared. That dramatically reduced new ETH issuance.
The Merge did not introduce fee burning. That came earlier with EIP-1559 in 2021.
The sequence matters:
| Event | Date | Supply impact |
|---|---|---|
| Ethereum genesis | 2015 | Initial ETH supply created |
| Proof-of-work era | 2015–2022 | ETH issued to miners |
| EIP-1559 | 2021 | Base fee burns introduced |
| The Merge | 2022 | Miner issuance removed; proof-of-stake became Ethereum consensus |
| Shanghai/Capella | 2023 | Staked ETH withdrawals enabled |
| Dencun | 2024 | Blob fee market introduced for L2 data; blob base fees burned |
The Merge is why Ethereum’s net issuance became much lower. EIP-1559 is why high usage can reduce supply.
What counts as “existing ETH”?
This is where many supply explanations become sloppy.
ETH can exist in many places without changing total supply.
ETH in wallets
ETH held in a self-custody wallet, hardware wallet, or exchange account is part of total supply.
If it is on Ethereum mainnet, it is visible as ETH in an externally owned account or smart contract. If it is shown inside a centralized exchange account, the exchange is usually holding pooled ETH on-chain while showing you an internal balance.
ETH in smart contracts
ETH locked in DeFi protocols, multisigs, bridges, DAOs, and escrow contracts still exists.
Aave, Uniswap pools, Safe multisigs, bridge contracts, staking contracts, and NFT marketplaces may all hold ETH. None of that ETH disappears unless it is explicitly burned or sent to an unrecoverable address.
Staked ETH
Staked ETH is not removed from supply.
It is locked or active in Ethereum’s validator system, but it still exists. Withdrawals move ETH from validator balances back to withdrawal addresses. That movement does not create or destroy ETH.
A common mistake is subtracting all staked ETH from supply and calling the result “real supply.” That may be useful for liquidity analysis, but it is not total supply.
Wrapped ETH
Wrapped Ether, or WETH, is an ERC-20 representation of ETH.
When someone wraps 1 ETH into 1 WETH, the ETH is locked in a contract and WETH is minted. When they unwrap it, WETH is burned and ETH is released.
Total ETH supply does not change.
WETH exists because ERC-20 tokens are easier to integrate into DeFi contracts than native ETH.
ETH on layer-2 networks
ETH on Arbitrum, Optimism, Base, zkSync, Scroll, Linea, or other L2s is usually represented by ETH locked in a bridge contract on Ethereum mainnet.
Bridging ETH does not create new ETH supply in the economic sense. It creates a representation or claim on ETH.
The risk is different: if a bridge or rollup system fails, users may face withdrawal delays or security assumptions. But the ETH supply itself has not increased simply because ETH appears on another network.
Lost ETH
Lost ETH is still counted in total supply unless it has been provably burned.
If someone loses a seed phrase, the ETH is economically inaccessible but still exists on-chain. Supply trackers cannot reliably subtract lost coins because they cannot know intent.
This matters for market analysis. Actual liquid ETH may be lower than total supply, but “lost ETH” is an estimate, not a protocol-defined number.
Why do different websites show different ETH supply numbers?
Different websites answer different questions.
Some show total supply. Some show circulating supply. Some show market-cap-adjusted supply. Some update more frequently than others. Some use internal methodology for excluding certain locked or non-circulating balances.
Here is a practical way to interpret discrepancies:
| If you are asking… | Use this metric | Best source type |
|---|---|---|
| “How much ETH exists?” | Total supply | On-chain dashboards like Etherscan or ultrasound.money |
| “What is ETH’s market cap?” | Circulating supply × price | CoinGecko or CoinMarketCap |
| “Is ETH inflationary today?” | Net issuance since a date | Supply-specific dashboards |
| “How much ETH is available to trade?” | Exchange balances, liquid staking, DeFi liquidity | Market analytics providers |
| “How much ETH is securing Ethereum?” | Active staked ETH and validator count | Beacon Chain / staking dashboards |
For most readers, the mistake is comparing a live on-chain supply number against a market data circulating supply number and expecting them to match perfectly.
They often will not.
How do Ethereum fees actually reduce ETH supply?
The burn mechanism is easier to understand with examples.
Example 1: A simple ETH transfer
Suppose Alice sends ETH to Bob.
She pays a transaction fee. Part of that fee is the base fee. The base fee is destroyed. The priority fee goes to the validator.
If Alice pays 0.001 ETH total in fees and 0.0008 ETH is the base fee, then:
- 0.0008 ETH is burned
- 0.0002 ETH goes to the validator
- ETH supply decreases by 0.0008 ETH before accounting for new issuance
The full fee did not disappear. Only the base fee did.
Example 2: A $100 token swap during normal gas
A user swaps $100 of USDC into ETH on a decentralized exchange.
The swap may use more gas than a simple transfer because it interacts with smart contracts. If Ethereum gas is moderate, the transaction might burn a small amount of ETH.
For that individual, the burn is tiny. Across thousands of swaps, liquidations, arbitrage trades, and transfers, the burn becomes meaningful.
This is the supply effect of Ethereum usage: no single normal transaction changes much, but blockspace demand aggregates.
Example 3: A $10,000 trade during high gas
A trader swaps $10,000 during volatile market conditions.
The gas cost may be similar to a smaller trade if it uses the same route, but the trader may accept higher priority fees to get faster execution. The base fee burn depends on network congestion, not the dollar size of the trade.
This is why a $100 swap and a $10,000 swap can burn similar amounts of ETH if they use the same contract path in the same block.
The market impact differs. The supply impact may not.
Example 4: Layer-2 activity after Dencun
A user trades on an L2, and the rollup posts compressed data to Ethereum using blobs.
The user pays fees on the L2. The rollup pays Ethereum for data availability. Blob base fees can be burned, but they are usually much cheaper than old calldata-heavy posting.
This is good for users because L2 fees can fall. It can also mean less ETH is burned per unit of activity than if the same activity happened directly on Ethereum mainnet.
That is one of Ethereum’s central trade-offs: scale blockspace while preserving ETH’s role in paying for settlement and data availability.
Does staking reduce ETH supply?
No. Staking does not reduce total ETH supply.
But it can reduce liquid supply.
If a large amount of ETH is staked, that ETH is not immediately sitting on exchanges waiting to be sold. Since withdrawals are enabled, staked ETH is not permanently locked, but exiting validators still takes time depending on network queues.
Liquid staking adds another layer. Protocols such as Lido, Rocket Pool, and Coinbase Wrapped Staked ETH issue tokens that represent staked ETH positions. These tokens can trade in DeFi while the underlying ETH remains staked.
That creates a distinction:
| Category | Counts in total ETH supply? | Liquid? | Example |
|---|---|---|---|
| ETH in a wallet | Yes | Usually yes | Hardware wallet ETH |
| ETH on an exchange | Yes | Usually yes | ETH balance on Coinbase or Binance |
| Staked ETH | Yes | Less liquid than wallet ETH | Validator deposit |
| Liquid staking token | Not additional ETH | Often liquid | stETH, rETH, cbETH |
| WETH | Not additional ETH | Usually liquid | WETH in DeFi |
| Bridged ETH | Not additional ETH | Depends on bridge/L2 | ETH on Arbitrum or Base |
The key point: staking affects availability, not existence.
Is Ethereum’s supply model good or bad?
Ethereum’s moving supply is a design choice with real advantages and real drawbacks.
Pros and cons of Ethereum’s uncapped, burn-adjusted supply
| Pros | Cons |
|---|---|
| Issuance can adapt to security needs | Harder for beginners to understand |
| Fee burns align ETH value with network usage | Supply is less predictable than Bitcoin’s cap |
| Post-Merge issuance is much lower than proof-of-work issuance | Deflation is not guaranteed |
| Heavy usage can reduce supply | Scaling to L2s may reduce L1 fee burns |
| Staking rewards incentivize network security | More staked ETH can increase total issuance |
| Burn mechanism removes ETH without relying on discretionary buybacks | Supply trackers can show slightly different figures |
The strongest argument for Ethereum’s model is that ETH supply is connected to Ethereum usage. If blockspace is valuable, more ETH is burned.
The strongest criticism is that ETH’s monetary policy is more complex and has changed over time. People who want simple, fixed scarcity often prefer Bitcoin’s model.
Both views are reasonable.
What should investors actually watch?
The headline supply number is useful, but it is not enough.
If you are analyzing ETH seriously, track these five variables together:
| Metric | Why it matters |
|---|---|
| Total ETH supply | Shows whether ETH is expanding or contracting |
| Net issuance | Measures inflation or deflation over time |
| Total ETH staked | Indicates security participation and potential sell-side liquidity |
| ETH burned | Shows demand for Ethereum blockspace |
| Exchange ETH balances | Gives clues about liquid supply available for trading |
A shrinking ETH supply is not automatically bullish. Price also depends on demand, liquidity, leverage, macro conditions, regulation, protocol risk, and competition from other chains.
Likewise, a slightly growing ETH supply is not automatically bearish. If network activity, developer adoption, stablecoin settlement, and layer-2 demand are growing, issuance alone does not tell the full story.
Supply is one input. It is not the whole investment thesis.
What common mistakes lead people to the wrong ETH supply number?
Mistake 1: Saying “Ethereum” when they mean “ETH”
Ethereum is the network. ETH is the native asset.
People often ask “how many Ethereum are there,” but the technically correct version is “how many ETH exist?”
The distinction matters because Ethereum also includes smart contracts, tokens, rollups, validators, applications, and infrastructure. ETH is only one part of the system, even though it is the economic asset used for gas and staking.
Mistake 2: Assuming no max supply means unlimited inflation
No fixed cap does not mean ETH supply grows aggressively forever.
After the Merge, Ethereum’s issuance dropped substantially. Fee burns can offset issuance. The result can be low inflation, flat supply, or deflation depending on usage.
The correct criticism is not “ETH has unlimited supply.” The correct criticism is “ETH has no fixed maximum supply cap.”
Those are different claims.
Mistake 3: Counting WETH, stETH, and bridged ETH as extra ETH
WETH is not new ETH. Liquid staking tokens are not new ETH. Bridged ETH is not new ETH.
They are claims, wrappers, or representations.
They can affect liquidity, risk, and market structure, but they do not increase total ETH supply.
Mistake 4: Treating burned ETH like lost ETH
Burned ETH is provably removed from supply.
Lost ETH is inaccessible but still exists on-chain.
A burn is a protocol-level supply reduction. A lost wallet is an ownership problem.
Mistake 5: Assuming ETH is always deflationary
ETH has been deflationary during some periods and inflationary during others.
The right question is: What is net issuance over the period you care about?
One day, one month, one year, and since the Merge can all tell different stories.
Expert tips for reading ETH supply data
- Use on-chain supply dashboards for supply, not only market data sites. Coin trackers are useful, but they are optimized for prices and market caps.
- Separate total supply from liquid supply. Staked ETH, DeFi ETH, exchange ETH, and cold-storage ETH behave differently.
- Watch gas demand, not just transactions. A few expensive transactions can burn more ETH than many cheap ones.
- Do not overstate deflation. Deflation can support scarcity narratives, but demand still drives price.
- Track L2 economics. More activity on rollups can increase Ethereum’s settlement importance while reducing average L1 fee burns per user action.
- Remember that validator rewards are issuance. Priority fees and MEV are mostly transfers; they do not usually create new ETH.
- Check methodology before quoting a number. “Supply,” “circulating supply,” and “market cap supply” may not be identical.
Key takeaways
- About 120 million ETH exist, but the exact number changes continuously.
- Ethereum has no fixed maximum supply cap like Bitcoin.
- New ETH enters supply through validator issuance.
- ETH leaves supply when base fees and blob base fees are burned.
- ETH can be inflationary or deflationary depending on whether issuance exceeds burns.
- Staked ETH, WETH, liquid staking tokens, and bridged ETH do not create additional ETH supply.
- Lost ETH is not the same as burned ETH.
- The best live supply checks come from on-chain dashboards such as Etherscan and ultrasound.money.
- For investment analysis, track net issuance, ETH burned, staking levels, and liquid exchange balances together.
FAQ
How many Ethereum coins are there?
There are roughly 120 million ETH in existence. The exact number changes as Ethereum issues validator rewards and burns transaction fees.
Technically, the asset is called ETH or ether, while Ethereum is the network.
Is there a limited amount of Ethereum?
There is no fixed maximum ETH supply cap. Ethereum does not have a 21 million limit like Bitcoin.
However, ETH issuance is much lower after the Merge, and transaction fee burns can reduce supply during periods of high network usage.
Can Ethereum supply go to zero because of burns?
In practice, no.
If ETH became extremely scarce, transaction behavior, fee markets, staking incentives, and economic demand would adjust. The burn mechanism can reduce supply, but Ethereum is not designed to burn all ETH out of existence.
Why does CoinMarketCap show a different ETH supply than Etherscan?
CoinMarketCap focuses on market data and may use a circulating supply methodology. Etherscan is closer to direct on-chain supply tracking.
Small differences can come from update timing, methodology, and whether a site is presenting total supply or circulating supply.
Does staking ETH remove it from circulation?
Staking does not remove ETH from total supply. It locks ETH into Ethereum’s validator system.
For market purposes, staked ETH may be considered less liquid than exchange-held ETH, but it still exists.
Does ETH burned in gas fees go to validators?
No. The base fee is burned.
Validators receive priority fees, consensus rewards, and may receive MEV-related payments. The burned portion is permanently removed from supply.
Is ETH deflationary after the Merge?
Sometimes. After the Merge, ETH issuance fell sharply, making deflation possible when fee burns are high.
But ETH is not guaranteed to be deflationary every day, month, or year. It depends on network activity and validator issuance.
Does WETH increase ETH supply?
No. WETH is wrapped ETH.
When ETH is wrapped, ETH is locked in a contract and WETH is minted. When WETH is unwrapped, WETH is burned and ETH is released. The underlying ETH supply does not increase.
Does ETH on Arbitrum, Base, or Optimism count as new ETH?
No. ETH on L2 networks is generally backed by ETH locked in Ethereum bridge contracts or represented under that network’s bridging system.
It may feel like ETH exists on another chain, but it is not additional native ETH supply.
What happens to ETH supply if gas fees stay low?
If gas fees stay low, less ETH is burned. If validator issuance exceeds burned fees, total ETH supply increases.
Low fees can be good for users but may reduce the burn-driven scarcity effect.
Who controls Ethereum’s supply?
Ethereum’s supply rules are enforced by the protocol and the distributed network of nodes and validators.
Changes to issuance or fee mechanics require Ethereum Improvement Proposals, client implementation, community review, and broad adoption. No single company controls ETH supply.
Is Ethereum more scarce than Bitcoin?
Bitcoin has a fixed 21 million cap, so it is simpler and more predictable in maximum supply terms.
Ethereum can become deflationary during high usage, but it has no fixed cap. Scarcity depends on issuance, burns, staking, and network demand. The two assets use different monetary designs.
Final verdict
The best answer to “how many Ethereum are there” is:
About 120 million ETH exist, but Ethereum’s supply is a live number, not a fixed headline.
ETH supply rises through validator rewards and falls through fee burns. Staking, wrapping, bridging, and liquid staking change where ETH sits and how liquid it is, but they do not create extra ETH.
For a quick answer, use the 120 million figure.
For a serious answer, check live on-chain supply, net issuance, ETH burned, and staking levels together. Ethereum’s supply is not static—and that is the point of its monetary design.