On-Chain Raffle Verifier

Fetch children from ordinals.com (API / HTML), filter by draw block, reproduce draws (quoted blockhash), and check a ticket.

About this verifier

This tool deterministically reproduces raffle draws from a public Bitcoin block hash and a list of ticket inscriptions (children) present at the draw height. Anyone with the block hash and the ticket ordering can verify winners without trusting an oracle.

Formula
winner_i = sha256(concat) % children_B
where concat = "hex(blockhash_B)" + str(i)
Raffle parent
Note: the verifier prefers ordinals.com JSON endpoints but falls back to HTML scraping; if the API fails (CORS/rate limits), you can paste block hash or load tickets manually.
Auto-fill reads metadata → raffle → draw → block and counts winners (share entries).
Check your ticket
Winners