Bitcoin Network Stats — Mining Pools, Hashrate, Halving avatar

Bitcoin Network Stats — Mining Pools, Hashrate, Halving

Pricing

Pay per usage

Go to Apify Store
Bitcoin Network Stats — Mining Pools, Hashrate, Halving

Bitcoin Network Stats — Mining Pools, Hashrate, Halving

Real-time Bitcoin network dashboard: block height, mempool backlog, fee estimates, mining pool distribution, hashrate trend, difficulty change, block rewards, and halving countdown. mempool.space API, no auth required. $0.01/run.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

Real-time Bitcoin network dashboard powered by the mempool.space public API. No API key required.

What it returns

FieldDescription
block_heightCurrent block height
mempool_tx_countPending transactions in mempool
mempool_size_mbMempool size in megabytes
fee_fastest_sat_vbFee for next-block confirmation (sat/vB)
fee_30min_sat_vbFee for ~30-min confirmation
fee_1h_sat_vbFee for ~1h confirmation
hashrate_1w_eh7-day average hashrate (EH/s)
difficultyCurrent mining difficulty
difficulty_change_pctExpected difficulty adjustment %
blocks_until_halvingBlocks remaining until next halving
days_until_halvingEstimated days until next halving
mining_poolsTop mining pools with hashrate share %

Use cases

  • Monitor mempool congestion before sending transactions
  • Track mining pool centralization risk
  • Alert on difficulty adjustments ≥ 5%
  • Countdown to halving events

Pricing

$0.01 per run (PPE). Flat fee regardless of data volume.

Input

No required inputs. The actor runs with defaults and fetches all metrics in one call.

{}

Example output

{
"block_height": 845231,
"mempool_tx_count": 42817,
"fee_fastest_sat_vb": 28,
"hashrate_1w_eh": 612.4,
"difficulty_change_pct": 2.1,
"days_until_halving": 142,
"mining_pools": [
{"name": "Foundry USA", "share_pct": 31.2},
{"name": "AntPool", "share_pct": 18.7}
]
}

Data source

mempool.space — free, no auth required.