Educational Bitcoin Tool

Dice & Coin Seed Simulator

See how physical randomness becomes a BIP39 recovery phrase, one result at a time.

From physical randomness to words

1Create entropyA coin supplies 0 or 1. For dice, odd becomes 0 and even becomes 1.
2Build word indexesEvery 11-bit group selects one word from the 2,048-word BIP39 list.
3Add the checksumThe final word combines the last entropy bits with a SHA-256 checksum.
4Explore addressesOptionally derive example BIP44, BIP49, BIP84 and BIP86 addresses.

How the arithmetic works: the positions in an 11-bit row are worth 1024, 512, 256, down to 1. Multiply each position by its 0 or 1, then add the results. The total is the zero-based index; add one to find the word number in the published list.

Step 1

Create the entropy

Official BIP39 word list ↗

Inspired by the educational simulator from TimechainIndex. This independent implementation fixes Taproot encoding and runs without third-party code or analytics.