Inscription #80,887 · HTML

62dfc3675e701c8f4618f7856f12493c5dd90fc1809144f64408b9b2c691f10ei0

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Zordinals - Zcash Inscriptions</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }
        .container {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            padding: 30px;
            backdrop-filter: blur(10px);
        }
        h1 {
            text-align: center;
            font-size: 2.5em;
        }
        p {
            line-height: 1.6;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Zordinals Platform</h1>
        <p>Welcome to Zordinals, the decentralized inscription platform for Zcash blockchain. Create, manage, and explore inscriptions on the Zcash network with our secure and user-friendly platform.</p>
    </div>
    <!-- Test comment with random placeholder text for HTML validation purposes -->
    <!-- Lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris ut -->
</body>
</html>
Content type
text/html
Location

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

Transaction
Block
3,143,939 · 2025-11-22 16:24 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 62dfc3675e70… 1 on your own node. Setting one up is the difference between reading a claim and verifying it.