Bitcoin.diy
LearnReviewsToolsNews
$67,112▲0.2%
Bitcoin.diy

Stay in the Loop

Get weekly Bitcoin insights, product reviews, and guides. No spam, ever.

Unsubscribe anytime. We respect your inbox.

Bitcoin.diy

Bitcoin.diy is a Bitcoin-only education platform with indepth hardware wallet reviews, exchange comparisons, and step by step self-custody guides. Independent. No sponsors. No shitcoins!

Reviews

  • Hardware Wallets
  • Exchanges
  • Credit Cards
  • Bitcoin Loans

Learn

  • Learning Paths
  • DCA Strategy
  • Crypto Tax Software
  • DCA Calculator
  • Fee Estimator
  • All Tools

Community

  • YouTube
  • Twitter / X
  • Linktree
  • RSS Feed

Company

  • About
  • Newsletter
  • Affiliate Disclosure
  • Privacy Policy
  • Terms of Service
  • Legal

© 2026 Bitcoin.diy. All rights reserved.

Bitcoin is freedom money. Not financial advice.

  1. Home
  2. Reviews
  3. Electrum Wallet
Desktop Wallet Review

Electrum Wallet Review 2026: The OG Bitcoin Wallet After 15 Years (8/10)

Electrum launched in November 2011, just two years after Bitcoin itself. Fifteen years later, it is still running, still open source, still Bitcoin-only, and still one of the most capable desktop wallets you can download for free. No other wallet in the Bitcoin ecosystem has a track record this long. Not Sparrow, not Wasabi, not Bitcoin Core's built-in wallet. Electrum was here first.

But longevity alone does not earn a high score. The interface looks dated. The Lightning implementation is experimental. The phishing attacks of 2018-2020 exposed real vulnerabilities in the update mechanism. And newer wallets like Sparrow have surpassed Electrum in areas like UTXO management and privacy tooling. This review looks at where Electrum still excels, where it falls short, and whether it deserves a spot on your machine in 2026.

Bitcoin.diy Editorial
·April 1, 2026
8/10
Our Verdict
Price
Free (open source)
Since
November 2011
Lightning
Yes (experimental)
Best for
Advanced users + Lightning
Download Free

Security warning: Always download Electrum from electrum.org only. Dozens of phishing clones exist that steal Bitcoin. Verify the GPG signature on every download. Never install from a third-party link or "update" pop-up.

Quick Take

  • ►Running since November 2011. The longest-running Bitcoin wallet still in active development
  • ►Free, open-source (MIT license), Bitcoin-only. No altcoin noise
  • ►SPV verification: instant startup without downloading the full blockchain
  • ►Built-in Lightning Network support (experimental since v4.0)
  • ►Hardware wallet support: Coldcard, Trezor, Ledger, BitBox02, Keystone, Keepkey
  • ►Multisig, coin control, custom fees, RBF, Tor proxy, watch-only wallets
  • ►Available on Windows, macOS, Linux, and Android
  • ►Dated UI, experimental Lightning, and past phishing incidents are real drawbacks
8/10
Electrum Bitcoin Wallet
The battle-tested OG. Functional, not flashy
Price: Free
Open source: Yes (MIT license)
Lightning: Experimental
Bitcoin-only: Yes
Since: November 2011

Rating Breakdown

CategoryScoreNotes
Track Record10/1015 years of continuous operation. Nothing else comes close
Features9/10Lightning, multisig, coin control, RBF, cold storage, hardware wallet support
Security7.5/10Strong core design, but past phishing exploits and SPV trust model lower the score
Ease of Use6/10Functional but dated UI. Not welcoming for beginners
Privacy7/10Tor support, own server option. But SPV leaks address info by default
Price / Value10/10Free and open source. Hard to beat that
Overall8/10The grandfather of Bitcoin wallets. Still capable, showing its age

What Is Electrum and Why Does It Matter?

Electrum is a lightweight, open-source Bitcoin wallet created by Thomas Voegtlin in November 2011. It was one of the first Bitcoin wallets to implement SPV (Simple Payment Verification), which means it verifies transactions by connecting to indexing servers rather than downloading the entire blockchain. You install it, open it, and your wallet is ready in seconds. No 500GB download. No multi-day sync.

That lightweight architecture was revolutionary in 2011 and remains practical today. Bitcoin Core's built-in wallet requires a full node (currently over 600GB of disk space and days of initial sync). Electrum skips all of that. The tradeoff is trust: you are relying on the Electrum server to give you accurate blockchain data. Running your own server eliminates this trust requirement, but most users connect to public servers.

Over 15 years, Electrum has accumulated a feature set that rivals wallets released a decade later. Multisig support for up to 15 cosigners. Hardware wallet integration with every major device. Cold storage via watch-only wallets and offline signing. Coin control for selecting specific UTXOs. Replace-by-Fee for bumping stuck transactions. And since version 4.0, a built-in Lightning Network implementation.

Electrum is currently on version 4.7.x (as of early 2026), with active development continuing on GitHub. Thomas Voegtlin still leads the project, supported by a community of open-source contributors. The wallet is free, always has been, and likely always will be. It runs on Windows, macOS, Linux, and Android. There is no iOS app.

Is Electrum Still Safe in 2026?

The short answer: yes, if you use it correctly. The long answer requires context about what went wrong in the past and what has been fixed.

Electrum's core design is sound. Private keys are encrypted locally and never leave your machine. The wallet uses deterministic key generation from a seed phrase, so you can recover everything from 12 words. The source code is open for anyone to audit. Deterministic builds let you verify that the binaries match the source. These fundamentals have been solid since day one.

The security incidents of 2018-2020 were not flaws in the cryptography or key management. They exploited Electrum's server communication protocol. Malicious servers could push HTML-formatted error messages to older Electrum clients, displaying fake "update required" notifications that directed users to download malware. Over 1,980 BTC was stolen this way. The attackers at one point controlled over 70% of the servers on the Electrum network.

Electrum patched this vulnerability. Modern versions (4.x and above) cannot be exploited by this attack vector. The developers also implemented server verification improvements and better warning systems. But the episode was a real black mark. It showed that the trust model of connecting to third-party servers carries risks beyond just data accuracy.

For maximum security, always download Electrum from the official website (electrum.org), verify the GPG signature, keep the software updated, and consider running your own Electrum server. Pairing Electrum with a hardware wallet adds another layer: even if your computer is compromised, the attacker cannot sign transactions without physical access to your hardware device.

How Does SPV Verification Work in Electrum?

SPV (Simple Payment Verification) is the architecture that makes Electrum lightweight. Instead of downloading and validating every block in the Bitcoin blockchain (like Bitcoin Core does), Electrum connects to servers that have already done that work. These servers index the blockchain and respond to queries about specific addresses and transactions.

When you open Electrum, it connects to one or more Electrum servers (running ElectrumX or Fulcrum software). It sends your addresses to the server and receives back the transaction history and current balance. The wallet then verifies the Merkle proofs for each transaction against the block headers, confirming that the transactions are actually included in valid blocks.

The benefit is speed and convenience. Electrum starts in seconds and uses minimal disk space. You can run it on a laptop with no special storage requirements. For most users, this is the right tradeoff.

The downside is privacy and trust. When you send your addresses to an Electrum server, the server operator knows which addresses belong to your wallet. They can correlate your IP address with your Bitcoin holdings. This is a real privacy concern. Using Tor mitigates the IP linking, and running your own server eliminates the trust issue entirely.

For comparison: Bitcoin Core validates everything locally (maximum trust minimization, maximum resource usage). Sparrow Wallet can connect to your own Bitcoin Core node or to an Electrum server, giving you the choice. Electrum defaults to public servers but lets you point to your own. The trust spectrum runs from "trust no one" (full node) to "trust a random server" (default SPV). Electrum sits in the middle, leaning toward convenience.

Does Electrum's Lightning Network Actually Work?

Yes, with caveats. Electrum added Lightning Network support in version 4.0, making it one of the first desktop wallets to integrate Lightning directly. The implementation is written in pure Python and runs inside the wallet itself. No separate Lightning node needed.

You can open Lightning channels, send payments to Lightning invoices, receive payments, and swap funds between on-chain and Lightning using submarine swaps. The Channels tab in Electrum shows your open channels, their capacity, and their current state. For basic Lightning usage (paying for goods, tipping, small transfers), it works.

But "experimental" is the right label. Lightning channels in Electrum cannot be restored from your seed phrase. If you lose your wallet file and only have the seed, your on-chain funds are recoverable but your Lightning channel funds may be lost unless your channel peers cooperate with force-closures. This is a fundamental limitation. You must back up the wallet file itself, not just the seed words.

There are also operational requirements. You need to open Electrum at least once a week (or connect to a watchtower) to monitor your channels for potential fraud. If a channel peer broadcasts an old state while your wallet is offline, you could lose funds. This is a standard Lightning concern, not unique to Electrum, but dedicated Lightning implementations handle it more gracefully.

Our recommendation: use Electrum's Lightning for experimentation and small amounts. For serious Lightning usage, dedicated wallets like Phoenix or running your own Core Lightning or LND node are more reliable. Electrum deserves credit for being an early mover on Lightning integration, but the implementation has not matured at the same pace as the rest of the wallet.

Which Hardware Wallets Work with Electrum?

Electrum supports all major Bitcoin hardware wallets. This was one of its earliest differentiators and remains a strong selling point. You can use Electrum as the desktop interface while your keys stay safely stored on the hardware device.

C

Coldcard

Full air-gapped support via microSD PSBT files. Electrum is one of the recommended companion wallets for Coldcard. Export your xpub to create a watch-only wallet, then sign transactions offline.

T

Trezor

Native integration via USB. Electrum was one of the first third-party wallets to support Trezor when it launched in 2014. All Trezor models work with Electrum.

L

Ledger

USB support for Ledger Nano S Plus, Nano X, Flex, and Stax. Requires the Bitcoin app open on the Ledger device. Works well as an alternative to Ledger Live.

B

BitBox02

USB integration with the Bitcoin-only edition. Pairs cleanly with Electrum for users who prefer it over the BitBox App.

K

Keystone

Air-gapped support via QR codes. Keystone 3 Pro works with Electrum through its camera-based signing workflow.

For cold storage with a hardware wallet, the recommended workflow is to create a watch-only wallet in Electrum using your hardware device public key, then sign transactions on the hardware device itself. This way Electrum handles the interface and network communication while your keys never touch the internet. See our guides on Coldcard and Trezor for pairing walkthroughs.

Does Electrum Have Coin Control and Fee Management?

Yes to both, though Sparrow Wallet does it more elegantly. Coin control in Electrum lets you select specific UTXOs (unspent transaction outputs) to include in a transaction. This matters for privacy: if you combine UTXOs from different sources in one transaction, you reveal that both belong to the same wallet. Selecting UTXOs manually lets you keep funds separated and avoid unwanted address clustering.

To use coin control in Electrum, go to View and enable the Coins tab. You will see all your UTXOs listed with their addresses and amounts. Right-click any UTXO to freeze it (preventing it from being selected) or select specific coins to spend. It works, but the interface is not intuitive. Sparrow shows your UTXOs visually with color coding and transaction graph context. Electrum shows them in a plain list.

For fee management, Electrum is excellent. You can set fees manually in sat/vbyte, use the fee slider to target a confirmation time, or set a static fee. You can also enable RBF (Replace-by-Fee) on a per-transaction basis so you can bump the fee later if the network gets congested. Batch sends let you send to multiple addresses in one transaction, reducing the total fee cost.

Child-Pays-for-Parent (CPFP) is also supported. If an incoming transaction is stuck unconfirmed, you can spend the unconfirmed output with a higher-fee transaction, incentivizing miners to confirm both. This is a useful tool during periods of high mempool backlog and Electrum implements it cleanly.

How Do You Use Electrum for Cold Storage?

Electrum has supported cold storage via offline signing since its early days. The workflow uses two instances of Electrum: one on an internet-connected computer (the watching wallet) and one on an air-gapped machine (the signing wallet). Your private keys only exist on the air-gapped machine. The online machine handles everything else.

1

Set up the offline wallet

On an air-gapped computer, install Electrum and create a new wallet. Generate your seed phrase offline. Export the master public key (xpub).

2

Create a watch-only wallet online

On your regular computer, create a new wallet in Electrum using the xpub. This wallet can see your balance and create transactions, but cannot sign them.

3

Build and export the transaction

When you want to send Bitcoin, build the transaction on the online wallet. Export the unsigned PSBT file to a USB drive.

4

Sign on the air-gapped machine

On the offline computer, open Electrum and load the PSBT. Review the transaction details. Sign it with your private key. Save the signed transaction to the USB drive.

5

Broadcast from the online machine

Take the USB drive back to your internet-connected computer. Load the signed transaction in Electrum and broadcast it to the network.

This approach gives you hardware-wallet-level security using two laptops and a USB drive. It is more cumbersome than a dedicated hardware wallet like Coldcard, but it works. The practical recommendation: if you already own a hardware wallet, use Electrum as the companion software and keep your keys on the hardware device. If you are building a pure software setup with no hardware wallet, the offline signing workflow is a solid fallback.

How Does Electrum Compare to Sparrow, Bitcoin Core, and Wasabi?

The four most capable Bitcoin-only desktop wallets each occupy a different niche. Here is an honest comparison based on what matters to most users.

FeatureElectrumSparrowBitcoin CoreWasabi
Since2011202020092018
PriceFreeFreeFreeFree
Sync methodSPV (instant)Full node or SPVFull node (600GB+)Full node or SPV
LightningYes (experimental)NoNoNo
Mobile appAndroid onlyNoneNoneNone
Coin controlYes (basic)Yes (excellent)YesYes (privacy-focused)
Hardware walletsAll major devicesAll major devicesLimitedLimited
CoinJoinNoWhirlpool (legacy)NoWabiSabi (built-in)
Tor supportYes (manual)Yes (built-in)Yes (manual)Yes (built-in)
MultisigYes (up to 15)YesYesYes
Open sourceYes (MIT)Yes (Apache)Yes (MIT)Yes (MIT)
Best forLightning + mobilePrivacy + hardwareFull validationCoinJoin privacy

The takeaway: Electrum is the only option with Lightning and Android support. Sparrow wins on privacy tooling and hardware wallet workflows. Bitcoin Core is for those who want to validate every block themselves and do not mind the resource cost. Wasabi is the choice if CoinJoin mixing is your primary goal.

Should You Use Electrum or Sparrow Wallet in 2026?

This is the question that comes up most often among experienced Bitcoiners switching wallet software. Both are open-source, Bitcoin-only, free, and actively maintained. The honest answer depends entirely on what you are trying to do.

Use Electrum if: you want Lightning Network support in your desktop wallet, you need an Android app, you are pairing with a hardware wallet and prefer Electrum's interface, or you are building a multisig setup with more than a few cosigners.

Use Sparrow if: privacy is your top priority (PayNyms, Whirlpool, better UTXO labeling), you want to connect to your own Bitcoin Core full node, you want the best hardware wallet integration available, or you prefer a modern UI with detailed transaction visualization.

Sparrow launched in 2020 and has moved faster on UX and privacy features. Electrum's 15-year track record matters. Battle-tested software with a well-understood security model. A community that has seen real attacks and patched them. Both wallets are excellent choices for different users and different use cases.

What Is the Electrum Seed Format and Why Does It Differ from BIP39?

Electrum uses its own seed phrase format, separate from the industry-standard BIP39 that most other wallets use. This is a source of confusion for many users and worth understanding before you commit funds.

BIP39 is a standard that generates 12 or 24 words from a fixed wordlist, then derives a wallet using a fixed derivation path. Most modern wallets (Sparrow, BlueWallet, hardware wallets) use BIP39. An Electrum seed phrase looks similar: 12 words from a wordlist. But the derivation algorithm is different, and the wordlists are different. An Electrum seed phrase loaded into Sparrow will not generate the same addresses. A BIP39 seed loaded into Electrum (without selecting the BIP39 option) will not work correctly either.

Why did Electrum diverge? Electrum's seed format predates BIP39. When BIP39 was published, Electrum's developers chose to keep their own format for technical reasons, including better versioning support. Electrum seeds encode the wallet type in the seed itself. A "segwit" seed can only generate segwit addresses. A "standard" seed generates legacy addresses. This prevents accidental wallet type confusion.

Electrum can import BIP39 seeds using the "BIP39" checkbox during wallet creation. When you do this, Electrum generates a BIP39-compatible wallet with standard derivation paths. This is useful if you are migrating from another wallet. But by default, new Electrum wallets use the Electrum seed format.

The practical implication: always note which seed format you used when you created your wallet. If your seed phrase was generated by Electrum's default process, you need Electrum (or a compatible tool) to recover it. If you used the BIP39 option in Electrum, you can recover in any standard BIP39 wallet. Write down which format you used alongside your seed backup.

Pros and Cons

Pros
  • ✓15 years of continuous development. The most battle-tested Bitcoin wallet alive
  • ✓Free and open source (MIT license). No cost ever
  • ✓SPV: starts in seconds without downloading the full blockchain
  • ✓Built-in Lightning Network. The only major desktop wallet with it
  • ✓Supports every major hardware wallet: Coldcard, Trezor, Ledger, BitBox02, Keystone
  • ✓Multisig up to 15 cosigners. One of the best multisig implementations
  • ✓RBF, CPFP, coin control, batch sends. Full fee management toolkit
  • ✓Tor proxy support for improved privacy
  • ✓Android app with full feature parity
  • ✓Deterministic builds let you verify binaries against source code
  • ✓Watch-only wallets and offline signing for cold storage setups
  • ✓Two-factor authentication (2FA) via TrustedCoin for extra security
Cons
  • ✗Dated UI. The interface has not changed meaningfully in years
  • ✗Phishing incidents in 2018-2020 damaged trust (patched, but history matters)
  • ✗Lightning implementation is experimental. Not suitable for large amounts
  • ✗Lightning channels cannot be recovered from seed phrase alone
  • ✗SPV trust model: relies on Electrum servers unless you run your own
  • ✗Custom seed format creates compatibility friction with BIP39 wallets
  • ✗No iOS app
  • ✗Coin control and UTXO management are less intuitive than Sparrow
  • ✗Privacy features require manual configuration (Tor, own server)
  • ✗No built-in CoinJoin or PayNym support

Who Should Use Electrum in 2026?

Electrum is a strong choice for experienced Bitcoiners who want a lightweight, feature-complete desktop wallet with a long track record. If you have been holding Bitcoin for more than a year and understand the basics of seed phrases, transaction fees, and hardware wallets, Electrum is worth learning.

It is the best option if you want Lightning Network access from your desktop without running a separate node. Phoenix and Breez are better Lightning wallets on mobile, but if you want Lightning from a laptop alongside your cold storage balance, Electrum is the only mature desktop wallet that offers this combination.

Technical users who want to pair Electrum with their own ElectrumX or Fulcrum server get a genuinely trust-minimized setup. Your own server, running against your own Bitcoin Core node, queried by Electrum over Tor. That is a solid privacy and security configuration that does not require running Sparrow or any other alternative.

For beginners, Electrum is not the starting point. The interface is not welcoming, the seed format confusion creates real recovery risks, and there is no guided setup wizard. Start with a hardware wallet like Trezor and its companion app, learn the fundamentals, then explore Electrum as a more advanced tool later.

For developers and technical researchers, Electrum is essential knowledge. The codebase is well-documented, the server protocol is open (ElectrumX), and the wallet's long history makes it a reference implementation in many Bitcoin projects. If you are building anything that touches Bitcoin wallets, you will interact with the Electrum ecosystem sooner or later.

The Verdict: 8 out of 10

Electrum earns 8 out of 10 for being the most proven Bitcoin wallet in existence, backed by 15 years of continuous development, a feature set that rivals wallets launched a decade later, and a genuine Lightning Network implementation that no major desktop competitor has matched.

Two points off for the UI, which is genuinely dated and unfriendly to new users. The phishing incidents of 2018-2020 are in the past, but they were serious and deserve acknowledgment in any honest review. The Lightning implementation works but carries real limitations that keep it from being a replacement for dedicated Lightning software. And the custom seed format creates real friction for users who want wallet portability.

None of that changes the core reality: Electrum is a battle-tested, feature-complete, free Bitcoin wallet that has outlasted dozens of competitors. For experienced Bitcoiners who want Lightning access, hardware wallet pairing, and a lightweight desktop client, it remains the right tool.

If you are new to Bitcoin wallets, start with a Trezor or Coldcard and come back to Electrum when you are ready to go deeper. If you are already comfortable, download it from electrum.org, verify the signature, and give it a try. Fifteen years of survival in the Bitcoin ecosystem is not an accident.

Download Electrum Wallet

Free, open-source, and available for Windows, macOS, Linux, and Android. Always download from the official site and verify the GPG signature.

Download from electrum.orgCompare: Sparrow Wallet

Electrum is free software. No affiliate relationship. We recommend it on merit alone.

Frequently Asked Questions

Is the Electrum wallet safe to use in 2026?

Yes, when downloaded from the official website (electrum.org) and kept updated. Electrum has been running since November 2011, making it one of the longest-running Bitcoin wallets in existence. The codebase is open source and has been audited by thousands of developers over 15 years. The main risk comes from phishing: fake versions of Electrum distributed through malicious servers or download sites. Always verify your download using GPG signatures and only use electrum.org as your source.

What happened during the Electrum phishing attacks in 2018-2020?

Between late 2018 and 2020, attackers set up malicious Electrum servers that pushed fake update notifications to users running older versions. Users who clicked the fake update downloaded malware that stole their Bitcoin. Over 1,980 BTC (roughly $22 million at the time) was stolen across this campaign. Electrum developers patched the vulnerability, and newer versions are not susceptible to this specific attack vector. The incident highlighted the importance of always downloading Electrum from the official site and verifying signatures.

Does Electrum support the Lightning Network?

Yes. Since version 4.0 (released in 2020), Electrum includes a built-in Lightning Network implementation written in pure Python. You can open channels, send and receive Lightning payments, and perform submarine swaps between on-chain and Lightning funds. However, Lightning in Electrum is still considered experimental. Channels cannot be restored from a seed phrase alone, you need to back up your wallet file. For serious Lightning usage, dedicated solutions like Phoenix or Core Lightning are more robust.

Can I use Electrum with a hardware wallet?

Yes. Electrum supports Coldcard, Trezor, Ledger, BitBox02, Keystone, and Keepkey hardware wallets. You can create a watch-only wallet in Electrum that pairs with your hardware device for signing. This gives you Electrum's powerful desktop interface while keeping your private keys safely stored on the hardware device. For air-gapped setups, you can use PSBT files with Coldcard or QR codes with Keystone.

How does Electrum compare to Sparrow Wallet?

Both are excellent open-source, Bitcoin-only desktop wallets. Sparrow offers a more modern UI, better UTXO management with visual coin control, built-in Tor, PayNyms (BIP47), and deeper hardware wallet integration including air-gapped PSBT workflows. Electrum offers Lightning Network support (Sparrow does not), a longer track record (2011 vs 2020), an Android app, and a lighter resource footprint. Sparrow is generally the better choice for privacy-focused users and hardware wallet power users. Electrum is better for Lightning and mobile use.

Is Electrum open source?

Yes. Electrum has been open source since its first release in November 2011. The full source code is published on GitHub under the MIT license. Anyone can audit the code, submit patches, or build the wallet from source. This transparency is one of the main reasons Electrum has maintained trust in the Bitcoin community for over 15 years. Deterministic builds are also available, letting you verify that the distributed binaries match the published source code.

Does Electrum download the entire blockchain?

No. Electrum uses Simple Payment Verification (SPV), which means it connects to Electrum servers that have already indexed the blockchain. This allows the wallet to start instantly without downloading hundreds of gigabytes of data. The tradeoff is that you trust the Electrum server to provide accurate blockchain data. For maximum trust minimization, you can run your own Electrum Personal Server (EPS) or ElectrumX server connected to your own Bitcoin Core node.

Can I create a multisig wallet with Electrum?

Yes. Electrum supports multisignature wallets with up to 15 cosigners in any M-of-N configuration. You can set up 2-of-3 multisig using a combination of software keys and hardware wallets. Electrum was one of the first wallets to implement multisig support, and the feature is well-tested. For more advanced multisig coordination, Sparrow Wallet offers a smoother workflow, but Electrum handles the basics reliably.

What is Replace-by-Fee (RBF) and does Electrum support it?

Replace-by-Fee lets you increase the fee on an unconfirmed transaction so miners prioritize it. If your transaction is stuck in the mempool because the fee was too low, RBF lets you bump it without creating a new transaction. Electrum fully supports RBF and also supports Child-Pays-for-Parent (CPFP), another technique for unsticking transactions. These features are essential during periods of high network congestion.

Can I use Electrum on my phone?

Electrum has an official Android app available on Google Play and via direct APK download from electrum.org. The Android version supports most features including Lightning Network. There is no official iOS version. If you need an iOS Bitcoin wallet, consider BlueWallet or Blockstream Green as alternatives. The Android app is fully functional but has a more basic interface compared to the desktop version.

How do I recover an Electrum wallet from a seed phrase?

Open Electrum and select 'I already have a seed.' Enter your 12-word seed phrase (Electrum uses its own seed format, not standard BIP39). If you used a passphrase, enter that too. Electrum will regenerate all your addresses and scan the blockchain for your balance. Important note: Electrum seeds are not compatible with BIP39 wallets by default. If you try to import an Electrum seed into Sparrow or another BIP39 wallet, it will not work unless you use the correct derivation. Similarly, BIP39 seeds need special handling in Electrum.

Does Electrum support Tor for privacy?

Yes. Electrum can route all network traffic through Tor using a SOCKS5 proxy. This prevents your IP address from being linked to your Bitcoin addresses when querying Electrum servers. You can configure Tor in the network settings by pointing to your local Tor proxy (typically 127.0.0.1:9050). For even better privacy, run your own Electrum server behind Tor so you are not trusting any third-party server with your address queries.

Related Guides and Reviews

Sparrow Wallet Review: Best for Privacy→Coldcard Review: Most Secure Hardware Wallet (9/10)→Trezor Review: Best Beginner Hardware Wallet→Bitcoin Wallets Explained: Complete Guide→Bitcoin Lightning Network Guide→Bitcoin Cold Storage: How to Secure Your Bitcoin→Bitcoin Security Best Practices→Seed Phrase Security: How to Back Up Your Wallet→