L2 Block Health Pulse avatar

L2 Block Health Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
L2 Block Health Pulse

L2 Block Health Pulse

Keyless L2/sidechain block-health pulse (Polygon, Base, Optimism, Arbitrum via public Blockscout APIs, no key): per-chain cadence, gas utilization, base-fee + burnt-fee trends, reorg detection via parent-hash links, stateful KVS run-over-run 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 L2/sidechain block-health pulse (Polygon, Base, Optimism, Arbitrum via public Blockscout APIs, no key): per-chain cadence, gas utilization, base-fee + burnt-fee trends, reorg detection via parent-hash links, stateful KVS run-over-run deltas. Read-only public data.

What you get

Every run writes a dataset with one row per record:

{
"kind": "l2-block-health-pulse",
"ts": "2026-09-23T00:43:38Z",
"firstRun": true,
"prevRunTs": null,
"count": 4,
"chains": [
{
"chain": "polygon",
"host": "https://polygon.blockscout.com",
"headHeight": 94279402,
"blocksAnalyzed": 50,
"blockTimeAvgS": 1.49,
"blockTimeMaxS": 2.0,
"gasUtilizationAvgPct": 21.46,
"baseFeeAvgWei": 249786156662,
"baseFeeLastWei": 251823922166,
"burntFeesTotalWei": 428701241545150351438,
"burntFeesTotalUsd": null,
"reorgsDetected": 0,
"error": null,
"note": "usd enrichment unavailable keyless"
},
{
"chain": "base",
"host": "https://base.blockscout.com",
"headHeight": 51667427,
"blocksAnalyzed": 50,
"blockTimeAvgS": 2.04,
"blockTimeMaxS": 4.0,
"gasUtilizationAvgPct": 9.8,
"baseFeeAvgWei": 5000197,
"baseFeeLastWei": 5000000,
"burntFeesTotalWei": 9800478881317900,
"burntFeesTotalUsd": null,
"reorgsDetected": 1,
"error": null,
"note": "usd enrichment unavailable keyless"
},
{
"chain": "optimism",
"host": "https://optimism.blockscout.com",
"head

Input

{
"chains": "polygon,base,optimism,arbitrum",
"limit": 50
}
FieldTypeDescription
chainsstringChains: the chains parameter. Default: "polygon,base,optimism,arbitrum".
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