BTC Block Health Pulse avatar

BTC Block Health Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
BTC Block Health Pulse

BTC Block Health Pulse

Keyless Bitcoin block-health pulse (public mempool.space v0 + blockstream.info fallback, no key): block cadence, tx count, difficulty drift, coinbase, reorg detection via previousblockhash links, stateful KVS deltas. Read-only public data.

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 block-health pulse (public mempool.space v0 + blockstream.info fallback, no key): block cadence, tx count, difficulty drift, coinbase, reorg detection via previousblockhash links, stateful KVS deltas. Read-only public data.

What you get

Every run writes a dataset with one row per record:

{
"kind": "btc-block-health-pulse",
"ts": "2026-09-23T00:54:25Z",
"firstRun": true,
"prevRunTs": null,
"blocks": [
{
"height": 968203,
"id": "00000000000000000000559d727239e1c7280ffae605045ea093dedfc3855626",
"timestamp": 1790123394,
"timestampIso": "2026-09-23T00:29:54Z",
"txs": 3881,
"vsize": 998502,
"txsPerMvB": 3886.82,
"difficulty": 132757073449487.52,
"previousblockhash": "0000000000000000000079b48f847b413cebc85d0078915226db00046137de2f",
"hostServed": "mempool.space",
"reorgSuspect": false
},
{
"height": 968202,
"id": "0000000000000000000079b48f847b413cebc85d0078915226db00046137de2f",
"timestamp": 1790122323,
"timestampIso": "2026-09-23T00:12:03Z",
"txs": 3868,
"vsize": 999465,
"txsPerMvB": 3870.07,
"difficulty": 132757073449487.52,
"previousblockhash": "00000000000000000001d575745157b8688344f264b6f712fbb3d24fe18b018b",
"hostServed": "mempool.space",
"reorgSuspect": false
},
{
"height": 968201,
"id": "00000000000000000001d575745157b8688344f264b6f712fbb3d24fe18b018b",
"timestamp": 1790119888,

Input

{
"limit": 50
}
FieldTypeDescription
limitintegerLimit: the limit parameter. Default: 50.

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