Transfer Volume
Total BTC value transferred on-chain per day, segmented by transaction size. Whale transfers (>1000 BTC) often precede significant price moves.
What is it?
Transfer Volume sums the BTC value of all Bitcoin outputs created each day after filtering change outputs. It measures the network's economic throughput - how much monetary value is actually settled on-chain. Unlike exchange order book volume, transfer volume captures actual settlement activity on the base layer.
How to read
View transfer volume as a 14-30 day moving average. Rising volume concurrent with price rises suggests organic demand expansion. Volume spikes during corrections may indicate capitulation or institutional accumulation. The NVT ratio contextualises volume relative to market cap.
Key zones
There are no universal absolute thresholds - volume scales with price and adoption. Volume 2x above its 30-day average often coincides with major market events. Volume consistently below recent average indicates declining on-chain economic activity.
What to observe
Divergences between transfer volume and price are key: declining volume during a rally suggests a move driven by thin liquidity. Rising volume during a decline may mark panic selling or aggressive institutional accumulation - context determines which.
Historical context
Transfer volume reached all-time highs during the 2017 and 2021 bull markets. The introduction of spot Bitcoin ETFs in 2024 created new complexities, as large custodial movements began affecting volume metrics without representing traditional buying/selling.
Expert notes
Entity-adjusted transfer volume (filtering intra-entity transfers) is significantly more informative than raw volume. Our pipeline provides raw UTXO-based volume; entity adjustments require additional clustering heuristics. The choice between raw and adjusted volume drastically affects the NVT Ratio.
Common mistakes to avoid
On-chain transfer volume is not exchange trading volume. High on-chain volume does not mean high trading activity - much of it is custodial movement, OTC settlement, or self-transfers. Interpreting on-chain volume as a direct measure of buying/selling pressure is a common error.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/transfer-volume/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "transfer-volume",
"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.