Browse Source

Add Blockchair.com block explorer

2.9.x
linuxion 8 years ago
committed by GitHub
parent
commit
be150660ca
  1. 2
      lib/util.py

2
lib/util.py

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

Loading…
Cancel
Save