Skip to main content

Bitmap

Bitmap maps Bitcoin blocks to digital land parcels. Each block number can be claimed exactly once by inscribing BLOCK_NUMBER.bitmap — first valid inscription wins.

Key Concepts

  • 1:1 mapping — Each Bitmap corresponds to a Bitcoin block height
  • First-come, first-served — Only the first valid inscription for a block number is recognized
  • Inscription-based ownership — Transferring the inscription transfers the Bitmap

What You Can Query

Rebar Data indexes all Bitmap claims:

  • Look up which inscription owns a specific block number
  • Verify indexer state through cryptographic hashes
  • Check current indexed block height

See the API Reference for full endpoint documentation.