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.
| height | hash | time (UTC) | age |
|---|
d: btc, d: tbtc4, …) — relays store only the
newest version. Subscribe once, stay synced.u tags pointing at
archive and epoch data sources, so a fresh client can sync the full header chain.["REQ", "headers", {
"kinds": [33333],
"#d": ["btc"],
"limit": 1
}]
Networks: btc (mainnet), tbtc3 (testnet3),
tbtc4 (testnet4). See the full specification.