|
@ -366,6 +366,8 @@ mainnet_block_explorers = { |
|
|
{'tx': 'tx', 'addr': 'address'}), |
|
|
{'tx': 'tx', 'addr': 'address'}), |
|
|
'BlockCypher.com': ('https://live.blockcypher.com/btc', |
|
|
'BlockCypher.com': ('https://live.blockcypher.com/btc', |
|
|
{'tx': 'tx', 'addr': 'address'}), |
|
|
{'tx': 'tx', 'addr': 'address'}), |
|
|
|
|
|
'Blockchair.com': ('https://blockchair.com/bitcoin', |
|
|
|
|
|
{'tx': 'transaction', 'addr': 'address'}), |
|
|
'system default': ('blockchain:', |
|
|
'system default': ('blockchain:', |
|
|
{'tx': 'tx', 'addr': 'address'}), |
|
|
{'tx': 'tx', 'addr': 'address'}), |
|
|
} |
|
|
} |
|
|