diff --git a/lbry/wallet/bcd_data_stream.py b/lbry/blockchain/bcd_data_stream.py similarity index 100% rename from lbry/wallet/bcd_data_stream.py rename to lbry/blockchain/bcd_data_stream.py diff --git a/lbry/wallet/checkpoints.py b/lbry/blockchain/checkpoints.py similarity index 100% rename from lbry/wallet/checkpoints.py rename to lbry/blockchain/checkpoints.py diff --git a/lbry/wallet/claim_proofs.py b/lbry/blockchain/claim_proofs.py similarity index 100% rename from lbry/wallet/claim_proofs.py rename to lbry/blockchain/claim_proofs.py diff --git a/lbry/wallet/constants.py b/lbry/blockchain/constants.py similarity index 100% rename from lbry/wallet/constants.py rename to lbry/blockchain/constants.py diff --git a/lbry/wallet/dewies.py b/lbry/blockchain/dewies.py similarity index 100% rename from lbry/wallet/dewies.py rename to lbry/blockchain/dewies.py diff --git a/lbry/wallet/hash.py b/lbry/blockchain/hash.py similarity index 100% rename from lbry/wallet/hash.py rename to lbry/blockchain/hash.py diff --git a/lbry/wallet/header.py b/lbry/blockchain/header.py similarity index 100% rename from lbry/wallet/header.py rename to lbry/blockchain/header.py diff --git a/lbry/wallet/ledger.py b/lbry/blockchain/ledger.py similarity index 100% rename from lbry/wallet/ledger.py rename to lbry/blockchain/ledger.py diff --git a/lbry/wallet/script.py b/lbry/blockchain/script.py similarity index 100% rename from lbry/wallet/script.py rename to lbry/blockchain/script.py diff --git a/lbry/wallet/transaction.py b/lbry/blockchain/transaction.py similarity index 100% rename from lbry/wallet/transaction.py rename to lbry/blockchain/transaction.py diff --git a/lbry/wallet/util.py b/lbry/blockchain/util.py similarity index 100% rename from lbry/wallet/util.py rename to lbry/blockchain/util.py diff --git a/lbry/wallet/bip32.py b/lbry/crypto/bip32.py similarity index 100% rename from lbry/wallet/bip32.py rename to lbry/crypto/bip32.py diff --git a/lbry/wallet/tasks.py b/lbry/tasks.py similarity index 100% rename from lbry/wallet/tasks.py rename to lbry/tasks.py