BIP39 Word List (English, 2048 words)

The official English list, searchable by word or number. Download as TXT, JSON or CSV.

Source: bitcoin/bips english.txt · SHA-256 2f5eed53a4727b4bf8880d8f3f199efc90e58503646d9ff8eff3a2ed3b24dbda · checked 2026-09-24

View

Showing all 2048 words. Numbers are 1–2048; the 11-bit index is 0–2047. Click a word to copy it.

Skip the word list

Download

TXTIdentical to the upstream file, one word per line · 12.8 KBSHA-256 2f5eed53a4727b4bf8880d8f3f199efc90e58503646d9ff8eff3a2ed3b24dbda
JSONJSON array of 2048 strings · 22.8 KBSHA-256 531238ede7be78f5fd444b3a4452b023f408f0146aa82bd9fe03aad902b3ff8e
CSVindex, 1-based number, 11-bit binary, word · 54.7 KBSHA-256 50ffb7bef624e1e051c688799c99b1b065884cdd60f0032c718af2a4b2c60e81

Why 2048 words

Each word stands for an 11-bit number, and 211 = 2048. The mnemonic is the entropy plus checksum written 11 bits at a time. That is also why the list order matters: word 0 is always abandon and word 2047 is always zoo.

How the English list was designed

  • Unique first four letters — every word can be identified from its first four letters.
  • No very similar words — pairs such as build/built were avoided to reduce mistakes.
  • Sorted alphabetically — so a word can be found quickly and its index looked up.
  • Common, short words — 3 to 8 letters.

Word order and the checksum

Picking any 12 words from the list does not make a valid mnemonic. The final word includes checksum bits calculated from the others, so for 12 words only 128 of the 2048 words fit in the last position. See how the checksum is calculated.

Languages and compatibility

The same entropy produces different words in each language’s list, and the seed is derived from the words themselves. A Spanish mnemonic entered into a wallet expecting English will fail or restore a different wallet. Most wallets support English only.

Frequently asked questions

Why does BIP39 use exactly 2048 words?

2048 = 211, so each word encodes exactly 11 bits. A 12-word phrase is 132 bits: 128 bits of entropy plus a 4-bit checksum.

Is the first word number 0 or 1?

In the specification and in code, indexes run from 0 (abandon) to 2047 (zoo). Many printed lists and backup cards number them 1 to 2048. This page shows both.

Can I write only the first four letters of each word?

The English list is designed so the first four letters identify each word uniquely, and many wallets accept four-letter input. Writing full words is still clearer for anyone who has to restore from your backup.

Are 12 random words from this list a valid mnemonic?

Usually not. The last word carries a checksum, so only about 1 in 16 random 12-word combinations is valid. Use the generator to produce valid test phrases.

Are other languages available?

BIP39 defines word lists in several languages, including Japanese, Spanish, French, Italian, Korean, Czech, Portuguese and Chinese. This site currently publishes English only; other lists are planned. Mnemonics are not interchangeable between languages.