Skip to content

← On-chain Bitcoin

Active Addresses

Number of unique Bitcoin addresses involved in at least one on-chain transaction during a given day - whether as sender or recipient. A fundamental indicator of network health and usage levels.

Tier freeOn-chain Bitcointransactionsaddressesactiveadoptionnetwork

What is it?

Active Addresses counts unique addresses appearing as input OR output in at least one confirmed transaction over a 24-hour UTC window. The calculation applies strict address-level deduplication (industry standard): an address appearing multiple times during the day is counted once. The metric does not distinguish addresses held by the same entity - a single user can control hundreds of addresses. It is one of the oldest and most widely tracked proxies of Bitcoin network activity, computed directly from a self-hosted Bitcoin Core full node.

How to read

A sustained rise marks growing adoption or intensifying economic activity on the network. In bull phases the correlation with price is typically strong. A divergence - rising price with falling active addresses - may indicate a rally driven by speculation rather than organic adoption. The displayed curve is smoothed by a 30-day moving average to neutralize weekly noise (weekend troughs, punctual inscription or exchange-consolidation spikes).

Key zones

Four structural rails are etched on the chart, calibrated on the 30-day moving average actually displayed: normal floor (~500K) where bear bottoms typically settle, high utilization (~800K) reached mid-bull, cycle-peak zone (~1.05M) crossed at every cycle apex (2017, 2018, 2021, 2024), all-time euphoria (~1.15M) only touched at the 2021 absolute top. On raw unsmoothed values, daily peaks may exceed 1.30M during bursts of massive activity, but those spikes are absorbed by the moving average.

What to observe

Favor the long-term trend (30-day moving average, already applied) over raw daily values. Isolated spikes may reflect spam (inscriptions, exchange consolidations) rather than real adoption. The price vs. active-addresses divergence is an early warning of a potential cycle reversal. Always cross-reference with transfer volume and new addresses to distinguish speculative activity from fundamental adoption.

Historical context

The long-term trajectory follows logarithmic growth since Bitcoin's genesis. The absolute all-time high was reached in mid-April 2021 at over 1.36M addresses on a 24-hour window, accompanying the cycle apex. Deep capitulation phases (late 2018, mid-2022) dragged the count back to around 500-600K. The Ordinals inscription wave temporarily inflated the count due to non-economic script activity not comparable to classical transactional usage.

Expert notes

Active addresses are an imperfect proxy for 'real' activity. Internal exchange consolidation transactions, batching, and inscriptions artificially inflate the count. For a more accurate view, prefer entity-adjusted metrics that attempt to cluster addresses belonging to the same actor. The shift to Taproot has also reduced heuristic visibility, making deduplication more complex. The Trinity methodology (sender ∪ receiver, 24-hour UTC dedup, address-level) is aligned with the industry standard; values are computed directly from a sovereign self-hosted Bitcoin Core full node and continuously reconciled to remain homogeneous.

Common mistakes to avoid

Equating one address with one user is the most common mistake. An exchange can generate thousands of active addresses in a single consolidation operation. Conversely, a Lightning user does not appear in this metric at all. High congestion periods (inscriptions) do not necessarily mean increased adoption.

Programmatic access

REST API

curl -sS \
  'https://api.trinityinsights.io/api/v1/onchain/active-addresses/history?days=90' \
  -H 'X-API-Key: $TRINITY_API_KEY'

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "active-addresses",
  "timeframe": "1y"
}

Required tier: free. See the pricing grid for the tier list and the MCP documentation for multi-client configuration.

Related metrics

Institutional disclaimer

Trinity Insights is an educational and analytical tool. The metric above does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.