electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 85bce256e7a3cd820fc5cb9b290d5cbbcb562fbc
parent 9fced6d2b1f22bc3023b7a927776dcfb9d128d30
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:
Melectrum/util.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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/',