blob-indexer

Crates.ioblob-indexer
lib.rsblob-indexer
version0.5.3
created_at2025-09-26 12:00:37.922991+00
updated_at2026-01-08 02:54:09.18322+00
descriptionBlob indexer for the Blobscan explorer
homepage
repositoryhttps://github.com/Blobscan/blobscan-indexer.rs
max_upload_size
id1855802
size264,469
0xelessar.eth (PJColombo)

documentation

README

Blobscan indexer

The indexer for the Blobscan explorer implemented in Rust.

Installation and usage

Check out our documentation website.

./blob-indexer --help
Blobscan's indexer for blob transactions (EIP-4844).

Usage: blob-indexer [OPTIONS]

Options:
  -f, --from-slot <FROM_SLOT>
          Slot to start indexing from
  -t, --to-slot <TO_SLOT>
          Slot to stop indexing at
  -n, --num-threads <NUM_THREADS>
          Number of threads used for parallel indexing
  -s, --slots-per-save <SLOTS_PER_SAVE>
          Amount of slots to be processed before saving latest slot in the database
  -c, --disable-sync-checkpoint-save
          Disable slot checkpoint saving when syncing
  -d, --disable-sync-historical
          Disable backfill indexing thread
  -h, --help
          Print help
  -V, --version
          Print version

Sponsors

We extend our gratitude to each one of them. Thank you 🙏

paradigm logo         optimism         context logo         context logo

Join us on Discord!

Commit count: 365

cargo fmt