tMerge pull request #6758 from Emzy/patch-1 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 85bce256e7a3cd820fc5cb9b290d5cbbcb562fbc DIR parent 9fced6d2b1f22bc3023b7a927776dcfb9d128d30 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 23 Nov 2020 15:08:36 +0100 Merge pull request #6758 from Emzy/patch-1 add mempool.emzy.de explorer Diffstat: M electrum/util.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/electrum/util.py b/electrum/util.py t@@ -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/',