Skip to main content

Supply 3y-5y

BTC in UTXOs 3y-5y old

PropertyValue
CategorySupply Analysis
UnitBTC
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/3y_5y
Fieldsupply_3y_5y

Overview

Supply 3y-5y tracks Bitcoin in UTXOs aged 3 to 5 years. Coins in this band represent deeply committed holders who have weathered multiple market cycles.

Formula

Supply3y5y=1095age<1825 daysUTXO amount\text{Supply}_{3y-5y} = \sum_{1095 \leq \text{age} \lt 1825\text{ days}} \text{UTXO amount}

Interpretation

  • Stable or rising: These holders show extreme conviction and are unlikely to sell at current prices.
  • Falling: Very old coins are being moved — this is relatively rare and signals significant activity from deep holders.

Use Cases

  • Track the behavior of multi-cycle holders
  • Detect rare distribution events from very old coins
  • Assess the proportion of supply that is effectively illiquid

API Usage

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