Browse Source

add mempool.emzy.de

Same software as mempool.space other operator.
patch-4
Stephan Oeste 4 years ago
committed by GitHub
parent
commit
a5acb7d695
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      electrum/util.py

2
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/',

Loading…
Cancel
Save