Digital Asset Database Digital asset research & education
BTC$77,570+0.00% ETH$2,398-0.71% USDT$0.9996+0.00% BNB$692.08+0.73% XRP$1.36+1.01% USDC$0.9998+0.00% SOL$100.14+0.06% TRX$0.3259+1.23% FIGR_HELOC$1.01-3.13% HYPE$82.19-0.98% ZEC$816.89-2.50% DOGE$0.0825+0.92% RAIN$0.0167-3.19% USDS$0.9998+0.00% XMR$507.87-2.23% LEO$9.31-0.31% WBT$71.02-0.39% LINK$11.18-0.29% ADA$0.2048+3.66% XLM$0.1768+0.78% BCH$247.04-0.92% DAI$0.9998-0.02% CC$0.1106-3.09% USDE$0.9994+0.00% USD1$0.9994+0.00% LTC$50.11+1.47% GRAM$1.33+1.66% UNI$5.71-8.70% HBAR$0.0757+2.16% USDG$1.00+0.03% SUI$0.7652+5.78% AVAX$7.25+0.29%
Menu
Home
Assets All assetsSectorsRankingsHeat mapScreenerCompare assets★ Saved
Fundamentals Fees & revenueValue lockedExchange volumeNetwork activityStablecoinsStaking & yield
Valuation Valuation ratiosSupply & issuanceMetric definitions
Institutional Exchange-traded productsCorporate treasuries
Research Research notesEvents calendarRisk frameworkSecurity incidents
Learn Learn libraryGlossaryCalculatorsMethodologyData sourcesData freshnessAI agentsPublic API
News Ask the data Global market About us
Reading options
Photography CryptoStudio
Guided view

New to markets — prices, yields, market cap? We explain every term as you browse, in plain English. Same data, with the help built in.

Expert view

You already know the market. Just the data — clean, fast and compact, with no extra explanations. This is the default view.

Light or dark
Language
Public API

Every figure on this site is available as JSON, with its period and source attached.

Read the API docs
Definition World stateState growthState bloatState size

State

The current record of who owns what and what every contract stores, produced by applying all past transactions in order.

The chain stores transactions; the state is the result of replaying them, and every block header commits to it through a state root so two honest nodes can confirm they computed the same thing. Ethereum keeps state in a Merkle-Patricia trie of accounts, balances, contract code, and contract storage, while Bitcoin's equivalent is the set of unspent outputs. State growth, sometimes called state bloat, is the problem that this set only ever grows as new accounts and contracts appear, steadily raising the disk and memory needed to run a node and therefore pressing on how many people can validate independently. Proposed responses include pruning historical data, charging rent for storage, expiring untouched state, and stateless clients that carry proofs instead of the full set.

In practice

An Ethereum block header includes a state root, so a node that processed the same blocks correctly will compute exactly the same root as every other honest node.

The common misunderstanding

State growth is not the same as chain size; a node can discard old blocks, but it cannot discard current state and still validate new transactions.

02

Related terms

Account Model An accounting design where the network stores a running balance for each account, like rows in a…
Block A batch of transactions recorded together, plus a header that links it to the block before it.
Node A computer running blockchain software that stores the chain, checks new blocks against the rules,…
Sharding Splitting a network so each node handles only part of the work, instead of every node processing…
UTXO An accounting design where a balance is the sum of unspent chunks of coin, each spent whole like a…
03

Lessons that use it

Assets

All assetsSectorsRankingsHeat mapScreenerCompareSaved

Fundamentals

Fees & revenueValue lockedExchange volumeNetwork activityStablecoinsStaking & yield

Valuation & risk

Valuation ratiosSupply & issuanceMetric definitionsRisk frameworkSecurity incidents

Institutional

Exchange-traded productsCorporate treasuriesEventsResearch notesNews

Learn

Learn libraryGlossaryCalculatorsAsk the dataAI agentsPublic API

About

About usContactMethodologyData sourcesEditorial policyData freshness

Legal

DisclaimersTerms of usePrivacy policy