Inscription #69,860 · HTML

3b2db72de69345ac470c42655499e1427e1edbff74be3b95e29e2dc480a785e8i0

<body style=background:#000><canvas id=c><script>x=c.getContext`2d`
t=0
setInterval(e=>{
x.fillStyle='#0004'
x.fillRect(0,0,w=c.width=innerWidth,h=c.height=innerHeight)
x.fillStyle=x.strokeStyle='#fb0'
x.shadowBlur=30;x.shadowColor='#fb0'
x.beginPath()
for(i=30;i--;x.moveTo(w/2,h/2),x.lineTo(w/2+(i-15)*w/5,h))
 y=h/2+(t%1+i)**2,y<h&&(x.moveTo(0,y),x.lineTo(w,y))
x.stroke()
x.font='4vh monospace';x.textAlign='center'
x.fillText('zatoshi.market',w/2,h-50)
P=[];x.lineWidth=4;x.beginPath()
A=t+=.02;A+=Math.sin(A)**5
C=
Content type
text/html
Location

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

Transaction
Block
3,140,162 · 2025-11-19 09:33 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 3b2db72de693… 1 on your own node. Setting one up is the difference between reading a claim and verifying it.