> For the complete documentation index, see [llms.txt](https://crypta.gitbook.io/crypta/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crypta.gitbook.io/crypta/bitcoin-lottery/verifying-results.md).

# Verifying Results

Bitcoin Lottery results are publicly verifiable using any Bitcoin block explorer.

### How to Verify a Ticket

{% stepper %}
{% step %}

### Get the Block Hash

Use the block explorer on the Bitcoin Lottery home page or any public Bitcoin block explorer (e.g. [Mempool.space](https://mempool.space/)) to view the hash for the target block.&#x20;
{% endstep %}

{% step %}

### Compare Hexadecimal Characters

Compare your ticket's hexadecimal string to the ending characters of the block hash and determine how many consecutive hexadecimal characters match. &#x20;
{% endstep %}

{% step %}

### Apply Payout Table

Refer to the [Payouts](/crypta/bitcoin-lottery/payouts.md) section to determine how much your ticket has won based on your game type, the number of matching characters and the bet amount per ticket.&#x20;
{% endstep %}
{% endstepper %}
