Skip to main content

Supply 5y-7y

BTC in UTXOs 5y-7y old

PropertyValue
CategorySupply Analysis
UnitBTC
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/5y_7y
Fieldsupply_5y_7y

Overview

Supply 5y-7y measures Bitcoin in UTXOs aged 5 to 7 years. These are deeply dormant coins — likely held by early adopters, miners, or long-term investors.

Formula

Supply5y7y=1825age<2555 daysUTXO amount\text{Supply}_{5y-7y} = \sum_{1825 \leq \text{age} \lt 2555\text{ days}} \text{UTXO amount}

Interpretation

  • Movement from this cohort is rare and notable — it often makes headlines.
  • These coins carry very low cost bases and represent massive unrealized gains.

Use Cases

  • Monitor for early-adopter distribution events
  • Track the aging of supply into effectively lost/dormant categories
  • Identify supply that is unlikely to participate in market dynamics

API Usage

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