Skip to content

← On-chain Bitcoin

Entity-Adjusted TX Count

Transaction count with self-transfers and change outputs filtered out, estimating genuine economic transactions. A more honest measure of network usage.

Tier freeOn-chain Bitcointransactionsentity-adjustedtx-countactivity

What is it?

Daily transaction count is the raw total of all confirmed on-chain transactions in the past 24 hours, as reported by the Bitcoin full node. It is a fundamental indicator of network usage. The count includes all transactions indiscriminately (economic transfers, exchange consolidations, self-transfers, batching). For a cleaner measure of 'real' economic activity, cross-reference with transfer volume and NVT Ratio which contextualise monetary volume relative to simple counting.

How to read

Daily transaction count reads as a direct proxy for on-chain activity. A sustained rise alongside price confirms demand is supported by real activity. Rising price with declining TX count may mark a leverage-driven rally rather than organic demand. Use a 7- to 30-day moving average to identify the structural trend.

Key zones

TX count tends to plateau before cycle peaks then decline. Peak phases often combine real economic activity and non-economic activity (exchange consolidations, Ordinals inscriptions, script spam). Cross-referencing the count with transfer volume and the NVT Ratio remains essential to isolate the economic component.

What to observe

Watch for divergences between daily TX count and price: this is one of the most studied indicators for evaluating network fundamental health. Comparing with the NVT Ratio contextualises the count by valuation and filters part of the noise tied to heavy script-driven counts.

Historical context

In 2017, TX count exploded during the retail bull market, reflecting real organic growth inflated by internal exchange movements. In 2021, activity reached new peaks with the rise of DeFi wrappers and institutional custody. The Ordinals inscription boom starting in early 2023 inflated the count without corresponding to traditional economic activity - a reminder that raw TX count alone does not distinguish transaction nature.

Expert notes

The current pipeline serves raw TX count (daily total of all confirmed transactions, as reported by the Bitcoin full node). A genuine entity-adjustment (clustering addresses by owner via common-input-ownership and change-address detection heuristics) would require a dedicated series not yet integrated. The 'entity-adjusted-tx-count' slug is a historical name preserved for schema stability - the rendered chart corresponds to the raw daily count. Do not conflate with entity-adjusted series published by other platforms.

Common mistakes to avoid

On-chain TX count captures neither Lightning Network nor sidechain activity. A stagnating TX count therefore does not necessarily mean Bitcoin activity is stagnating - a growing share may migrate to upper network layers. Conversely, a TX count spike does not always reflect economic demand: inscriptions and non-economic scripts inflate the count without creating corresponding settlement value.

Programmatic access

REST API

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

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "entity-adjusted-tx-count",
  "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.