diff --git a/electrum/util.py b/electrum/util.py index 35f7552cd..21333d376 100644 --- a/electrum/util.py +++ b/electrum/util.py @@ -778,7 +778,7 @@ testnet_block_explorers = { {'tx': '', 'addr': ''}), 'BlockCypher.com': ('https://live.blockcypher.com/btc-testnet/', {'tx': 'tx/', 'addr': 'address/'}), - 'Blockchain.info': ('https://www.blockchain.com/btctest/', + 'Blockchain.info': ('https://www.blockchain.com/btc-testnet/', {'tx': 'tx/', 'addr': 'address/'}), 'Blockstream.info': ('https://blockstream.info/testnet/', {'tx': 'tx/', 'addr': 'address/'}),