Ethereum (ETH) Price and Market Data
Ethereum is a general-purpose blockchain that runs programs, called smart contracts, in addition to moving value. Its native token, ETH, pays for the computation and storage that those programs consume and also secures the network through staking. Almost everything distinctive about Ethereum — its fee market, its issuance, its roadmap — follows from that dual role rather than from marketing framing.
Ethereum market snapshot
Updated 2026-09-11 18:58 UTC.(cached for up to 15 minutes)
- Price
- $2,534
- 24h change
- +2.80%
- 7d change
- +4.40%
- Market cap
- $309.17B
- 24h volume
- $24.02B
- Market cap rank
- #2
- 24h high
- $2,648
- 24h low
- $2,437
- Circulating supply
- 122.04M ETH
- Total supply
- 122.04M ETH
- All-time high
- $4,946 (Aug 24, 2025)
- All-time low
- $0.4330 (Oct 19, 2015)
Market data provided by CoinGecko. Figures are cached on our server and may lag the provider. We do not guarantee their accuracy and nothing here is financial advice. Data methodology.
Ethereum price history
- Period start
- $1,878Aug 13, 2026
- Period end
- $2,458Sep 11, 2026
- Change
- +30.91%
- Period high
- $2,515
- Period low
- $1,874
Ethereum moved from $1,878 on Aug 13, 2026 to $2,458 on Sep 11, 2026, a change of +30.91%, with a period high of $2,515 and a period low of $1,874.
Daily closing prices in USD. Historical series are fetched on our server and cached; we do not keep a permanent copy of provider history.
Market data provided by CoinGecko. Figures are cached on our server and may lag the provider. We do not guarantee their accuracy and nothing here is financial advice.
What Ethereum is
Ethereum is a decentralized virtual machine. Every full node re-executes every transaction and keeps an identical copy of the resulting state: account balances, deployed contract code and whatever data those contracts store. That shared, verifiable state is what lets applications like exchanges, lending markets and NFT marketplaces run without a central operator, because anyone can independently check that the rules were followed.
ETH is the unit that measures and pays for that work. It is divisible down to a base unit called wei, with one ETH equal to 10^18 wei; the more commonly quoted unit for fees, gwei, is 10^9 wei. Unlike Bitcoin, Ethereum has no fixed maximum supply written into its protocol — issuance depends on how much ETH is being staked and how much is being burned through usage, which is discussed below.
Gas, fees and proof-of-stake
Every operation on Ethereum — a transfer, a swap, a contract deployment — consumes a metered amount of computation called gas. Users set a gas price they are willing to pay per unit, and when network demand for block space rises, that price rises with it, exactly like Bitcoin's fee market but denominated in a unit tied to actual computational cost rather than transaction size alone.
Since the EIP-1559 upgrade in 2021, each block has a 'base fee' set algorithmically by the protocol based on how full the previous block was. That base fee is not paid to anyone — it is burned, permanently removed from circulation. Users can add an optional tip on top to prioritize inclusion, and that tip goes to the block proposer. When network usage is high enough, more ETH can be burned than is issued to validators, making net issuance negative for that period; when usage is low, issuance is positive. This is why ETH's supply moves up and down over time rather than following a fixed schedule.
Ethereum secures itself through proof-of-stake rather than mining. Validators lock up 32 ETH (or join a pool with less) and are chosen to propose or attest to blocks; they earn rewards for correct participation and can lose a portion of their stake, a penalty called slashing, for provable misbehavior such as double-signing. This replaced proof-of-work entirely in September 2022, an event known as the Merge, cutting the network's energy consumption by roughly 99% according to independent estimates at the time. Since the 2023 Shapella upgrade, staked ETH and rewards can also be withdrawn, closing the loop that had kept staked funds locked since the Beacon Chain launched in December 2020.
- Gas price is quoted in gwei; the total fee for a transaction is gas used multiplied by gas price.
- The base fee is burned; only the tip and, historically, the pre-Merge block reward went to block producers.
- Validator withdrawals are queued and rate-limited by the protocol, not instantaneous on demand.
What Ethereum is actually used for
Ethereum's largest uses are decentralized exchanges and lending protocols, stablecoin issuance and settlement, and NFT minting and trading. It is also the base layer that most 'rollups' settle to: networks like Arbitrum, Optimism and Base execute transactions off the main chain and then post compressed proofs or data back to Ethereum, inheriting its security while charging users a fraction of mainnet fees. This rollup-centric design is now Ethereum's explicit scaling roadmap rather than a workaround.
The 2024 Dencun upgrade introduced 'blobs' — a cheaper, temporary data space specifically for rollups to post their transaction data — which measurably lowered the cost of using rollups without changing how mainnet transactions themselves are priced. In effect, Ethereum increasingly functions as a settlement and data-availability layer for a family of faster, cheaper chains that ultimately rely on it for security.
Risks and limitations
Smart contract risk is Ethereum's most distinctive hazard. Code that has been reviewed and audited has still been exploited for hundreds of millions of dollars across the ecosystem's history, because bugs in complex financial logic are difficult to fully rule out and audits are not guarantees. Interacting with any contract, including token approvals, carries some risk that cannot be eliminated just by using a reputable wallet.
Bridges — the contracts that move assets between Ethereum and other chains or rollups — have historically been an even softer target than Ethereum's base layer itself, since they concentrate large amounts of locked value behind code that is often newer and less battle-tested. Several of the largest crypto hacks on record have been bridge exploits rather than attacks on a base-layer consensus mechanism.
Fees on Ethereum's mainnet can still spike sharply during periods of high demand, since block space remains limited even though the fee mechanism is more predictable than a pure auction. Staking also concentrates influence: a small number of large staking pools and liquid-staking providers control a substantial share of validators, which is a centralization trade-off that the community continues to debate rather than one that has been resolved.
Historical context
Ethereum was proposed by Vitalik Buterin in a 2013 white paper and launched in July 2015. Its most consequential early event was the 2016 hack of 'The DAO,' a decentralized investment fund built on Ethereum, which drained roughly a third of its funds through a contract vulnerability. The community's response — a contentious hard fork to reverse the theft — split the chain in two: the forked chain became what is now called Ethereum, while the original, unaltered chain continued as Ethereum Classic. That split is still cited as a foundational case study in the limits of 'code is law.'
For its first seven years Ethereum ran on proof-of-work, similar in spirit to Bitcoin mining. The Merge in September 2022 replaced that entirely with proof-of-stake without a chain split or downtime, widely regarded as one of the more technically complex live migrations in the industry's history. Subsequent upgrades — Shapella (withdrawals, 2023) and Dencun (blobs, 2024) — have continued to refine the network's economics and scaling model rather than its consensus mechanism.
ETH unit converter
1 ETH = 1,000,000,000 gwei, the unit gas prices are quoted in.
Frequently Asked Questions
Why do Ethereum transaction fees vary so much?
Fees depend on both how busy the network is and how much computation a specific transaction requires. A simple ETH transfer uses a fixed, small amount of gas, while a complex contract interaction can use far more, and the price per unit of gas rises when many people are competing for block space at once.
Does ETH have a maximum supply like Bitcoin?
No. Ethereum has no hard-coded supply cap. Net issuance depends on how much ETH is paid to validators versus how much is burned through the EIP-1559 base fee, so total supply can rise or fall depending on network usage.
What is the difference between the Merge and staking withdrawals?
The Merge, in September 2022, switched Ethereum's consensus mechanism from proof-of-work to proof-of-stake. Staking itself had already existed since late 2020 via the Beacon Chain, but staked ETH could not be withdrawn until the separate Shapella upgrade in 2023.
Related guides and tools
Related assets
Useful next steps
Nothing on this page is financial advice or a prediction. Market figures come from a third-party provider and are cached; see our data methodology for sources, refresh cadence and limitations.