BTC Mining Capacity Pulse avatar

BTC Mining Capacity Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
BTC Mining Capacity Pulse

BTC Mining Capacity Pulse

Keyless Bitcoin mining-capacity pulse (mempool.space, no API key): current network hashrate, 24h/7d capacity trend %, last difficulty + last retarget delta from the hourly hashrate series. Stateful KVS baseline on first run; alerts on 7d hashrate growth >10% or 24h capacity drop >5%.

Pricing

from $1.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

jedi solana

jedi solana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Keyless Bitcoin mining-capacity pulse (mempool.space, no API key): current network hashrate, 24h/7d capacity trend %, last difficulty + last retarget delta from the hourly hashrate series. Stateful KVS baseline on first run; alerts on 7d hashrate growth >10% or 24h capacity drop >5%.

What you get

Every run writes a dataset with one row per record:

{
"chain": "bitcoin",
"currentHashrate": 918561906877248400000,
"lastHourHashrate": 836616044323613600000,
"trend24hPct": -20.55,
"trend7dPct": -18.12,
"lastDifficulty": 132757073449487.5,
"lastRetarget": {
"height": 967680,
"changePct": 1.0416339635849,
"date": "2026-09-19T07:09:05Z"
},
"seriesPoints": 6474,
"fallbackUsed": false,
"alerts": [
{
"level": "warn",
"type": "hashrate-growth",
"detail": "7d hashrate trend -18.12% (|delta| > 10%)"
},
{
"level": "warn",
"type": "capacity-drop",
"detail": "24h hashrate trend -20.55% (< -5%)"
}
],
"previousRun": null,
"fetchedAt": "2026-09-24T01:16:05Z"
}

Input

{}
FieldTypeDescription
--(no inputs)

Use cases

  • Monitor on a schedule — run this Actor on a timer and get a fresh, normalized snapshot every time; diff the datasets to see what changed.
  • Feed a dashboard or model — clean, one-JSON-item-per-record output is ready to pipe into a spreadsheet, database, or LLM prompt without any post-processing.
  • Research & due diligence — pull a structured set of records for a topic, name, or window without scraping the public source by hand.

Limits & notes

  • No API key, no login: it only reads public endpoints/feeds. If the upstream source is degraded, the run still succeeds and returns an honest status item instead of failing.
  • Results reflect what the public source returned at run time (top-N windows, newest-first where applicable).
  • Pay-per-event via synthetic events: each default-dataset item is billed through apify-default-dataset-item ($0.001 per item), plus apify-actor-start.
  • Free to try on the free plan; PPE pricing applies to paid-plan users.

Categories

OTHER