Browse Source
add mempool.emzy.de
Same software as mempool.space other operator.
patch-4
Stephan Oeste
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
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/', |
|
|
|