diff --git a/electrum/util.py b/electrum/util.py index 25fc2891c..9676bb7f7 100644 --- a/electrum/util.py +++ b/electrum/util.py @@ -767,6 +767,8 @@ mainnet_block_explorers = { {'tx': 'api/tx?txid=', 'addr': '#/search?q='}), 'mempool.space': ('https://mempool.space/', {'tx': 'tx/', 'addr': 'address/'}), + 'mempool.emzy.de': ('https://mempool.emzy.de/', + {'tx': 'tx/', 'addr': 'address/'}), 'OXT.me': ('https://oxt.me/', {'tx': 'transaction/', 'addr': 'address/'}), 'smartbit.com.au': ('https://www.smartbit.com.au/',