Bitcoin Network Health Dashboard
Pricing
Pay per usage
Bitcoin Network Health Dashboard
Real-time Bitcoin network metrics: hash rate, difficulty, mempool size, transaction count, mining revenue, block times, and fee rates. Fetches from blockchain.info and mempool.space. Perfect for miners, investors, and developers tracking BTC network activity.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Real-time Bitcoin network metrics in one run: hash rate, difficulty, halving countdown, mempool fees, miner revenue, NVT ratio, MVRV ratio, and BTC price. No API key required. Flat $0.005/run.
⚡ Run in 30 seconds
Click Start with default settings — returns the full Bitcoin network health snapshot: current hash rate, days to next halving, recommended transaction fees, miner revenue, NVT ratio, MVRV ratio, and BTC price. All in one call, no API key required.
What It Does
A complete Bitcoin health snapshot combining on-chain data, mining metrics, mempool conditions, and market valuation signals. Designed for traders, analysts, and dashboards that need the full picture in a single run.
Metrics Included
| Category | Metrics |
|---|---|
| Network | Hash rate (TH/s), difficulty (T), avg block time, total blocks, days to halving, BTC supply remaining |
| Mining | Miner revenue 24h (USD), fees collected (BTC), BTC mined 24h, transaction count |
| Fees | sat/vB for fastest / half-hour / 1-hour / economy / minimum |
| Mempool | Unconfirmed tx count, mempool size (MB), total fees pending |
| Market | BTC/USD price, 24h change %, market cap, 24h volume |
| On-chain | NVT ratio + signal (overbought/fair/oversold), MVRV ratio + signal |
On-chain Valuation Signals
| Metric | Formula | Overbought | Oversold |
|---|---|---|---|
| NVT Ratio | Market Cap / Transaction Volume | > 150 | < 45 |
| MVRV Ratio | Market Cap / Realized Cap | > 2.0 | < 1.0 |
- NVT < 45 = Network undervalued relative to usage → accumulation signal
- MVRV > 3.0 = Extreme overvalued (historically precedes major corrections)
- MVRV < 1.0 = Extreme undervalued (historically strong buy zone)
Example Output
[{"metric": "hash_rate_th_s", "value": 891730672, "unit": "TH/s", "category": "network"},{"metric": "difficulty", "value": 123.4, "unit": "T", "category": "network"},{"metric": "days_to_halving", "value": 1089.5, "unit": "days", "category": "network"},{"metric": "fee_fastest_sat_vb", "value": 12, "unit": "sat/vB","category": "fees"},{"metric": "mempool_tx_count", "value": 54821, "unit": "txs", "category": "mempool"},{"metric": "btc_price_usd", "value": 62112, "unit": "USD", "category": "market"},{"metric": "nvt_ratio", "value": 38.5, "unit": "", "category": "onchain"},{"metric": "nvt_signal", "value": "oversold","unit": "", "category": "onchain"},{"metric": "mvrv_ratio", "value": 1.17, "unit": "", "category": "onchain"},{"metric": "mvrv_signal", "value": "fair_value","unit": "", "category": "onchain"}]
Input Options
| Parameter | Type | Default | Description |
|---|---|---|---|
metrics | string[] | [] (all) | Filter categories: network, mining, fees, mempool, market, onchain |
includeHistorical | boolean | false | Include 7-day trend data |
Pricing
- $0.005 per run (flat rate, all metrics included)
- Ideal for hourly or daily scheduling
Data Sources
- blockchain.info API — stats, hash rate, difficulty, NVT, MVRV
- mempool.space API — fees, mempool data
- CoinGecko — BTC price and market data