bsv.cx

Foundational services, permanently anchored to Bitcoin. Everything here writes a compact, publicly-auditable record into an OP_RETURN β€” no trusted database row, no company that can quietly kill or edit it.

πŸ”— URL shortener

Short links whose code is derived from the URL itself and anchored on-chain β€” anyone can recompute and verify.

Full docs β†’

πŸ”Ž Explorer

Browse transactions, addresses, and blocks; bsv.cx anchors link back to their proofs.

Full docs β†’

🌐 Web-page archive

Prove what a web page said at a moment in time β€” screenshot + HTML, hashed and anchored. The proof is forever; the snapshot is best-effort.

Full docs β†’

πŸ“„ Notary β€” proof of existence

Timestamp a document without revealing it β€” hashed in your browser, only the 64-char fingerprint is sent.

β€” or paste text to timestamp (no JavaScript needed) β€”

Full docs β†’

🧾 Batch notary API

Timestamp thousands of fingerprints in one transaction via a single Merkle root β€” each item gets an independently-verifiable inclusion proof. Developer API, up to 3000 per batch.

curl -X POST https://bsv.cx/n/batch \
  -H 'content-type: application/json' \
  -d '{"hashes":["<sha256hex>", "…"]}'

Full docs β†’