Find any Cardano block by its slot number, or look up which slot a block was minted in — live from db-sync.
Cardano uses slots and blocks as two different concepts. A slot is a fixed time window (1 second) where a block could be produced, but most slots are empty. Only around 5% result in a block being minted by an elected slot leader.
This means slot numbers and block heights diverge rapidly — the current slot number is always far higher than the block height. This tool lets you quickly translate between the two and see full block details including which pool minted it, when, and how many transactions it contained.
Useful for verifying transactions, checking when a specific block was produced, or confirming which pool was responsible for minting it.