Ethereum Block Health Pulse avatar

Ethereum Block Health Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Ethereum Block Health Pulse

Ethereum Block Health Pulse

Keyless Ethereum chain-health monitor (public Blockscout v2, no API key): latest-block cadence, gas utilization, base-fee drift, reorg detection via parent-hash link verification, 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

5 days ago

Last modified

Categories

Share

Keyless Ethereum chain-health monitor (public Blockscout v2, no API key): latest-block cadence, gas utilization, base-fee drift, reorg detection via parent-hash link verification, stateful KVS deltas. Read-only public data.

What you get

Every run writes a dataset with one row per record:

{
"kind": "block-health-pulse",
"chain": "ethereum",
"source": "eth.blockscout.com/api/v2/blocks",
"ts": "2026-09-21T00:46:16Z",
"firstRun": true,
"prevRunTs": null,
"limit": 50,
"headHeight": 26022397,
"blocksAnalyzed": 50,
"blocksFetched": 50,
"blockTimeAvgS": 12.0,
"blockTimeMaxS": 12.0,
"gasUtilizationAvgPct": 1.14,
"baseFeePerGas": 0.069421937,
"burntFeesEthTotal": 0.101288863,
"unclesCount": 0,
"reorgsDetected": 0,
"reorgNote": null,
"latestBlock": {
"height": 26022397,
"hash": "0x3622127e24cb6f502a46ce7636a87fa12fbebb8ffc3cf99e2d1e7b10c059516f",
"timestampIso": "2026-09-21T00:45:59.000000Z",
"transactionsCount": 234
},
"deltaVsPrev": null,
"alerts": [],
"notes": []
}

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