150 BTC Passphrase Lost — No Recovery Method Available
BlockedWallet passphrase could not be recalled or recovered — access was permanently blocked.
On August 19, 2022, a user posted to Bitcoin Stack Exchange describing loss of access to a Bitcoin Core wallet containing 150 BTC (valued at approximately €3.2 million at the time). The user stated they created the wallet in 2009 and had lost all copies of the passphrase, with no memory of it remaining.
The user specifically asked whether password recovery or cracking tools could restore access. Community responses, including from Pieter Wuille (Bitcoin Core maintainer), clarified fundamental technical constraints: Bitcoin Core's wallet encryption is designed to be cryptographically irreversible without the passphrase. The respondents noted that if such recovery were possible, Bitcoin Core would face reputation destruction and users would abandon it entirely.
A moderator response outlined the complete set of recovery conditions: all require either the original passphrase itself, written documentation kept in a secure location, metal-stamped backups, inheritance documentation, or partial memory of the phrase sufficient for variation-based recovery attempts. The user possessed none of these.
The timeline raises a technical inconsistency: Bitcoin Core did not exist under that name in 2009, and wallet encryption support was not added until 2011, suggesting potential confusion about the wallet creation date or software version. Regardless of the exact timeline, the core condition remains unchanged: without the passphrase or documented copies, the funds remain permanently inaccessible by design.
| Stress condition | Passphrase unavailable |
| Custody system | Software wallet |
| Outcome | Blocked |
| Documentation | Present but ambiguous |
| Year observed | 2022 |
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