BTC Network Pulse avatar

BTC Network Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
BTC Network Pulse

BTC Network Pulse

Keyless Bitcoin network-state monitor (no API key, no mining): live hashrate vs the multi-day trend, next difficulty retarget preview (change %, remaining blocks, ETA), and the fee ladder - with deltas vs the previous run when scheduled (stateful KVS). One compact pulse item per run.

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

3 days ago

Last modified

Categories

Share

Keyless Bitcoin network-state monitor (no API key, no mining): live hashrate vs the multi-day trend, next difficulty retarget preview (change %, remaining blocks, ETA), and the fee ladder - with deltas vs the previous run when scheduled (stateful KVS). One compact pulse item per run.

What you get

Every run writes a dataset with one row per record:

{
"kind": "network-pulse",
"ts": "2026-09-05T00:59:30Z",
"firstRun": true,
"prevRunTs": null,
"hashrate": {
"currentHashrate": 913436376824477900000,
"oldestHashrate": 853783943739951300000,
"windowDays": 2.0,
"trendPct": 6.99,
"samples": 3
},
"difficulty": {
"progressPercent": 94.04761904761905,
"difficultyChange": 1.2777619589977363,
"remainingBlocks": 120,
"estimatedRetargetDate": 1788641096040,
"previousRetarget": -1.3121909633418625
},
"fees": {
"fastestFee": 1,
"halfHourFee": 1,
"hourFee": 1,
"economyFee": 1,
"minimumFee": 1
},
"feeDeltaVsPrev": null,
"alerts": []
}

Input

{
"days": 3
}
FieldTypeDescription
daysintegerDays: the days parameter. Default: 3.

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