Memory Pool Memory Pool Refreshing

79,698 transactions
27.55 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,534 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,772 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,533 (153,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,046 696,046 000000000000000000038fe32806edd15337ce56575206201c15a4e44c18ebe3 0.04 MB 106 13
696,045 696,045 0000000000000000000d8c830ae2e5541fdd20f9071d93cf21c74bba5224485d 1.44 MB 2,881 4
696,044 696,044 0000000000000000000a14a52bdcb05a58f1402b1501dcf47745bff00e71e787 1.37 MB 2,456 6
696,043 696,043 0000000000000000000b5146ea082b6ef4efea0d599474e614949f91b9d80354 1.44 MB 2,781 25
696,042 696,042 000000000000000000017d9e818fc44b4842bb0651e98c2703e8d7d7f65a8d9b 0.82 MB 1,506 6
696,041 696,041 0000000000000000001083f49bb4e628b00c5e9ce63d23a5e53c2d5029b1fffd 1.50 MB 2,673 13
696,040 696,040 0000000000000000000f3c189250566ac972a9ec82b2b6707d464e7408f98b4c 0.65 MB 1,275 14
696,039 696,039 0000000000000000001198a07f56bbcf5530afb337fa3694c81d7ea631357b8e 1.20 MB 1,538 12
696,038 696,038 0000000000000000000e7e1fed3e69e4423577161f6317c8565dfcea35f891b6 1.06 MB 401 2
696,037 696,037 0000000000000000000c6eef6090c4d5c8b46f7d707fcce3c2f8f3dd8be70e78 1.56 MB 2,379 14
696,036 696,036 0000000000000000000ea9d06a0fe23a4d5ad47b27b8acb63177e7d24eec4e6e 1.23 MB 1,744 11
696,035 696,035 0000000000000000000af0f6363ac56f719ed009dff41bf953b80b599224f8a7 0.08 MB 184 20
696,034 696,034 0000000000000000000ac4c8ebb81c8899edeb04e02ed77c1c081aa7b9519214 1.39 MB 2,429 12
696,033 696,033 00000000000000000007aebe6ffcb37fbcaf0188555f671ac606620a5f3d692b 0.71 MB 1,104 12
696,032 696,032 000000000000000000087ff2ae69c8adcd07404b4730440c01044afc189a2f73 0.72 MB 1,158 12
696,031 696,031 0000000000000000000c8571da4b82d9d517f3748230366554e1afa0fd21d198 0.99 MB 1,603 10
696,030 696,030 00000000000000000004b6dc4a20b2542aade5cf22feeab39c3cb6f1da4cd52a 0.13 MB 157 7
696,029 696,029 0000000000000000000c9b55cc9de70a433635bcdba4743cfc669cb44cf700a8 0.49 MB 227 3
696,028 696,028 00000000000000000001b8013f990ef99b9a27036f694ed466c47a1185ecc82b 1.43 MB 1,950 9
696,027 696,027 00000000000000000003c841888a753b9ee8fa7f83b6bdc2ee0b385d180fe691 0.43 MB 814 2
696,026 696,026 00000000000000000010be5a716e4b20750b0ea29b7a64ce18a8ed880135308f 1.52 MB 2,450 18
Previous 10 blocks ↓
Total Size: 660.62 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 89 incoming
  • Data Transfer: 486.93 GB sent, 2.39 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.