NIP-333

Bitcoin Block Headers over Nostr

Verify Bitcoin without trusting anyone. Bitcoin block headers are 80-byte cryptographic proofs. NIP-333 defines a single replaceable Nostr event (kind 33333) carrying the latest twelve headers — small enough for any relay, fresh enough for any wallet, and verifiable by anyone: proof-of-work checks itself, so the publisher is a convenience, never an authority.

Latest Headers connecting…

subscribing to relays…

How It Works

Subscribe via Nostr

["REQ", "headers", {
  "kinds": [33333],
  "#d": ["btc"],
  "limit": 1
}]

Networks: btc (mainnet), tbtc3 (testnet3), tbtc4 (testnet4). See the full specification.

Implementations