Blockchain.info Wallet Lockout: Documented Seed Phrase Fails Validation
BlockedWallet passphrase could not be recalled or recovered — access was permanently blocked.
Sir11k created a Blockchain.info custodial wallet in June 2017 with approximately €20 worth of Bitcoin. Upon account creation, the platform provided a 12-word BIP39 recovery seed phrase. The user took precautions unusual for the era: transcribing the seed phrase onto paper, creating multiple copies, and capturing a screenshot to verify accuracy.
After depositing funds and allowing time to pass, the user returned to the wallet and could no longer access it using their recorded password. Despite having written down the password word-for-word and verifying it repeatedly against their notes, Blockchain.info's login system rejected it. The user then attempted the standard recovery procedure using their 12-word seed phrase.
This too was rejected by Blockchain.info's recovery system, with support staff consistently confirming both credentials were incorrect. Seeking diagnostic help, Sir11k posted on the BitcoinTalk forum. Community member HCP suggested validating the seed phrase using the offline BIP39 tool at iancoleman.
github.io/bip39, which allows users to check mnemonic validity without network exposure. When Sir11k entered their seed phrase into the tool, it returned 'invalid mnemonic,' definitively confirming the phrase was corrupted. The user then acknowledged they must have made a transcription error despite their precautions—a plausible outcome given the complexity of accurately copying twelve words with correct spelling and sequence.
Other forum members speculated Blockchain.info itself might have experienced a bug where the displayed seed did not match the internally stored seed, though no corroborating evidence emerged. The user accepted the loss as a learning experience, noting the €20 amount was intentionally small for testing purposes. No subsequent posts report recovery of access or funds.
| Stress condition | Passphrase unavailable |
| Custody system | Exchange custody |
| Outcome | Blocked |
| Documentation | Partial |
| Year observed | 2017 |
| Country | unknown |
Why passphrases fail years after they are set
The failure mode documented consistently across observed cases is temporal: the passphrase is set with confidence, not used for an extended period, and then cannot be reproduced exactly when needed. A single character difference — different capitalization, an added space, a slightly different special character — produces a different wallet with a zero balance. The holder may be certain they remember the passphrase while being unable to produce the exact string that was originally set.
What makes this particularly difficult is that there is no signal at the moment of failure. A wrong passphrase does not produce an error message. It opens an empty wallet. The holder sees a zero balance and typically concludes the passphrase was wrong — but without knowing which part was wrong, or by how much.
Professional passphrase recovery services can attempt permutations when the holder has partial information: they remember the general structure, typical patterns they use for passwords, the approximate length, or that it included a specific word. Recovery from total non-recollection is not feasible.
The preventive action is to store a passphrase record — not with the seed phrase, which would defeat its security purpose, but in a separate secure location accessible to the holder and potentially a designated recovery person. A passphrase that exists only in memory has a time horizon: it will eventually be forgotten, and the timing is unpredictable.
Translate