Inscription #80,889 · HTML
c2512ad9a64e7eac67a11181890c20e3f9dc5a298f33802264b10b694545c2f2i0
<!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.
1234455555555555555555511111
</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>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 c2512ad9a64e… 1 on your own node. Setting one up is the difference between reading a claim and verifying it.