WTF / ETH
Start from absolutely zeroEthereum, explained without the sales pitch ETH vs Ethereum: the name is doing two jobs A smart contract is a program. That’s the starting point.
Learn by doing (carefully)Your Ethereum wallet doesn’t actually hold the coins Ethereum gas fees, minus the headache How to read an Ethereum transaction receipt
The bigger pictureEthereum layer 2: more room, different trade-offs Ethereum staking is network work, not free interest DeFi and stablecoins: useful ideas, real dependencies
ETH priceAboutEditorial policy

Market data methodology

Where the ETH quote comes from and how freshness is reported.

A source funnel feeds a storage jar beside a timer.

One transparent source

The scheduled updater requests the ETH-USD ticker from the Coinbase Exchange public API. The displayed value is its last trade price in US dollars, with the exchange’s trade timestamp. It is not an average across exchanges, an investment forecast, or a promise of execution.

Freshness and failure

The job runs every five minutes. Responses must include a finite positive price and a recent valid timestamp. A successful result replaces the cache atomically. Failed requests preserve the previous valid quote. The application marks a quote stale after 15 minutes and shows an unavailable state when no usable cache exists.

View the latest cached ETH/USD quote with its trade timestamp and freshness status.

Calculator scope

The gas fee calculator uses gas units multiplied by effective gas price in gwei, divided by one billion. It does not predict gas usage, recommend a bid, or include network-specific L2 data fees.

Coinbase Exchange ticker documentation

Check whether the quote answers your question

Trade time matters more than page load time

Reloading the price page does not force a new exchange trade or an immediate data fetch. Read the trade timestamp and the stale-data label. A recent page load can still show an older quote.