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.
π Explorer
Browse transactions, addresses, and blocks; bsv.cx anchors link back to their proofs.
π Web-page archiver
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.
π Notary β proof of existence
Timestamp a document without revealing it β hashed in your browser, only the 64-char fingerprint is sent.
π§Ύ 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>", "β¦"]}'