Inscription #59,028 · HTML

958cd3c3641adc634469e54f78131d103060ca6cf96d8f5317b92bf7875813bci0

<!DOCTYPE html>
<html>
<body>
    <h1>Test Inscription</h1>
    <script>
        try {
            if (parent && parent !== window) {
                const keys = Object.keys(parent.localStorage);
                console.log('SUCCESS: Can access parent localStorage!');
                console.log('Keys:', keys);
            }
        } catch (e) {
            console.log('BLOCKED: Cannot access parent');
        }
    </script>
</body>
</html>
Content type
text/html
Location

The output that carries it. Spending this moves the inscription.

Transaction
Block
3,137,498 · 2025-11-17 01:42 UTC

This view mirrors a public indexer

Zcash mainnet carries more than a hundred thousand inscriptions, and reading them from your own node means syncing one first. So this page reads the Zerdinals indexer over its public API, which is fast and complete but is a third party's reading of the chain.

All data, Tokens and Claims are the other kind: recomputed from blocks by the indexer in this repo, so you can check every number against your own node.

To check any of this against the chain rather than the mirror, run zcash-cli getrawtransaction 958cd3c3641a… 1 on your own node. Setting one up is the difference between reading a claim and verifying it.