From a5acb7d695e9c493b7ec47c2031b3ad135eb51a1 Mon Sep 17 00:00:00 2001 From: Stephan Oeste Date: Sun, 22 Nov 2020 01:43:47 +0100 Subject: [PATCH] add mempool.emzy.de Same software as mempool.space other operator. --- electrum/util.py | 2 ++ 1 file changed, 2 insertions(+) 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/',