A standard for distributing Bitcoin block headers over Nostr, enabling lightweight clients to verify the blockchain without running a full node.
Each Bitcoin block header is just 80 bytes — the cryptographic proof needed to verify transactions without full blocks.
Parameterized replaceable events ensure relays store only the latest headers. Subscribe once, stay synced.
Build SPV wallets and apps that verify Bitcoin payments using only headers and merkle proofs.
Updated: --
// Request the latest Bitcoin headers
["REQ", "headers", {
"kinds": [33333],
"#d": ["latest"],
"#n": ["btc"],
"limit": 1
}]