Public Transparency Log
PUBLICNO AUTHEvery daily Merkle anchor published in full — independently verifiable by anyone. Each root commits to every sealed run's chain head for that UTC day. RFC 3161 timestamp tokens prove the anchor existed at the recorded time and has not been backdated.
Algorithm: sha256-merkle + rfc3161 · Generated: Mon, 27 Jul 2026 02:30:45 GMT
| Date (UTC) | Merkle Root | Runs | RFC 3161 | TSA | Created |
|---|
| 2026-07-04 | 9a7fa4407996bb1fd9d0ceaac038760107fee59d3fed64f86197f7cabf45b785 | 2 | SIGNED | freetsa.org | Sat, 04 Jul 2026 01:00:18 GMT |
| 2026-06-17 | dc84ac430f41ffee154d465be968a39b600ac9b87bc19e2599f92982d9819cc3 | 1 | UNSIGNED | — | Wed, 17 Jun 2026 01:44:06 GMT |
| 2026-06-16 | 095b999c7b71fc4f222a0f498f7e85741a2ce8bc47ff25867b778865f7454297 | 1 | UNSIGNED | — | Tue, 16 Jun 2026 02:27:15 GMT |
| 2026-06-14 | 65988226cec31caaaacbbfbceba476105ee2be03b4caab4f34eaa081fc5e56ee | 2 | UNSIGNED | — | Sun, 14 Jun 2026 05:21:06 GMT |
| 2026-06-13 | 03bff7c39f8e50f1fed26e72c02a17654295cf80698df6120f18b513d0646381 | 2 | UNSIGNED | — | Sat, 13 Jun 2026 22:54:23 GMT |
Independent verification
Download the raw Merkle root for any day via GET /v1/anchor/YYYY-MM-DD and the RFC 3161 token via GET /v1/anchor/YYYY-MM-DD/tsr. Verify with openssl ts -verify -in anchor.tsr -token_in -CAfile tsa.crt. Chain verification script: GET /v1/transparency (this endpoint).