Skip to main content

Total BTC in ETFs

Aggregate BTC held by all ETFs

PropertyValue
CategoryETF Analytics
UnitBTC
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/etf/aggregate
Fieldtotal_btc_holdings

Overview

Total BTC in ETFs tracks the cumulative amount of Bitcoin held in custody by all Exchange-Traded Funds (ETFs) worldwide that are tracked by Blocklens. This includes both US-listed spot Bitcoin ETFs (such as IBIT, FBTC, GBTC) and international products. As institutional adoption of Bitcoin accelerates, ETF holdings have become one of the most important demand-side metrics in on-chain analytics. This metric provides a single, authoritative number for the total BTC locked in regulated ETF vehicles, updated daily.

The data is sourced from official fund disclosures and scraped via Blocklens's automated ETF data pipeline, which monitors 27 Bitcoin ETF products across multiple exchanges and jurisdictions. Each ETF's reported BTC holdings are summed to produce this aggregate figure.

Formula

Total BTC in ETFs=i=1Nbtc_holdingsi\text{Total BTC in ETFs} = \sum_{i=1}^{N} \text{btc\_holdings}_i

where NN is the number of ETFs reporting data on a given day, and btc_holdingsi\text{btc\_holdings}_i is the Bitcoin held by ETF ii as reported in its daily NAV disclosure. ETFs with NULL btc_holdings on a given day are excluded from the sum.

Interpretation

  • Rising total holdings indicate net buying pressure from ETF investors. Since ETF purchases require the Authorized Participant (AP) to acquire actual BTC on the open market, rising holdings directly represent real demand.
  • Falling total holdings indicate net redemptions — investors are exiting ETF positions, and APs are selling BTC back to the market.
  • Rapid accumulation (large daily increases) often correlates with positive price momentum, as ETF inflows can absorb significant portions of daily mining output.
  • Stagnant or declining holdings during price rallies may signal that the rally is driven by leverage rather than spot demand, which can be a warning sign.
  • Compare with circulating supply to understand what fraction of all BTC is now held in ETF wrappers.

Use Cases

  • Institutional demand tracking: Monitor the pace of institutional Bitcoin adoption through regulated vehicles.
  • Supply shock analysis: When ETF accumulation rate exceeds new BTC issuance (~450 BTC/day), it creates a supply deficit that can drive prices higher.
  • Market structure analysis: Compare ETF holdings growth with exchange balance changes to understand where BTC is flowing.
  • Macro overlay: Correlate ETF flows with macroeconomic events (rate decisions, inflation data) to understand institutional sensitivity to macro factors.

API Usage

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.blocklens.co/v1/etf/aggregate?start_date=2024-01-01&end_date=2024-12-31&limit=365"