diff --git a/lib/util.py b/lib/util.py index cfc8436c8..0bbaf2962 100644 --- a/lib/util.py +++ b/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'}), }