Skip to main content

BlockBasics

Indexes slots and block header hashes. Outputs to sqlite.

Useful for setting the starting point for other indexerse

Cardano DB Sync equivalent SQL

SELECT block.slot_no
, block.hash
, count(*)
FROM block
JOIN tx ON tx.block_id = block.id