Proof Receipt

BSV mainnetStandard proofAnchored on chain

Standard receipt — file never left your device. Your file was NOT uploaded. Only its SHA-256 hash, file size, and any label you typed were transmitted.

File SHA-256
062e3571a913d84734302ad270c36bc00f85961190fac486b4b563ecdd690ee9
File size
59 bytes
Filename label
sample.csv
Anchored at (UTC)
2026-05-02T01:11:21Z
Transaction
03edfa768bab3795fa3f642ada5d36fe740728c993467c06a455256a4bacb71f
On-chain commitment
329b201af8545b26192d3ba311ecf5e9453884e6 (sha256 of canonical receipt doc, first 20 bytes)
What this receipt proves — and what it does not.
A valid receipt proves the file existed in this exact form at the time of the on-chain transaction. It does not prove:

Proofs anchored

Three orthogonal proofs about your file are committed in a single on-chain anchor. Use whichever the situation calls for.

Byte-exact
062e3571a913d84734302ad270c36bc00f85961190fac486b4b563ecdd690ee9
SHA-256 of the file as uploaded. A single-byte change anywhere produces a different hash.
Content-canonical
34e9d2885055a699bdecca4554a368de288963df3bd16e12aa7a07b5081cf0c0
Scheme: CSV (RFC 4180 normalized). Resilient to non-meaningful changes (resave, metadata churn, line-ending drift).
Per-section commitment
56b882a88f6e14eb9aeafaa3df29cf45590905f72f0348bec8cf38ec19bb31e4
Scheme: per-data-row · 3 leaves. Lets a holder later prove a single chunk was part of this file without revealing the rest.

Includes the bundle, a printable PDF receipt, and a verify guide. Keep alongside the original file.

Other download options
Bundle only (.mbnt)

Create another proof →

How to verify this receipt yourself (manual recipe)
In one sentence: re-fetch the transaction from any BSV block explorer, recompute the canonical receipt's hash, and check that your file's SHA-256 matches the one inside — if all three match, the receipt is intact and the original file is the one anchored. The verifier at /verify does this for you in your browser in one click.

For an audit trail or scripting, here are the manual steps anyone can run with jq + sha256sum:

  1. Re-fetch the on-chain transaction: https://whatsonchain.com/tx/03edfa768bab3795fa3f642ada5d36fe740728c993467c06a455256a4bacb71f — confirm an OP_RETURN output starting with the bytes MBNT.
  2. Decode the OP_RETURN payload: bytes 6–25 are the document_hash (sha256 of the canonical receipt doc, truncated to 20 bytes). It must match 329b201af8545b26192d3ba311ecf5e9453884e6.
  3. Re-canonicalize the included canonical.json from the .mbnt bundle (jq -cS . canonical.json), sha256 it, take the first 40 hex chars — must equal 329b201af8545b26192d3ba311ecf5e9453884e6.
  4. Sha256 the original file — must equal the File SHA-256 above. The bundle does not contain the bytes; you kept them.
What we kept: this bundle (downloadable above) and one access-log line for this request. What we did NOT keep: the original file — the bytes never reached us. The on-chain anchor is permanent.