Memory Pool Memory Pool Refreshing

73,536 transactions
30.66 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,201 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,198 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,200 (322,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,475 547,475 000000000000000000226ef51880275b23693a0361f72a336ea528f50f00363d 1.26 MB 2,165 12
547,474 547,474 00000000000000000011d1d4e2cc88e294275ae8bfd8f752c0d6f6f12caa8baf 0.81 MB 1,401 10
547,473 547,473 000000000000000000137168c940f12a114571c27f128324fc0a769fa7f42f46 0.27 MB 493 11
547,472 547,472 000000000000000000111afdd4386408f28458ef682b400f21d9f66879229b2d 0.87 MB 1,299 16
547,471 547,471 0000000000000000000d5d9e133607f3a42b72e92fb001685ee0afa291677cad 0.44 MB 654 10
547,470 547,470 00000000000000000002363e2e25b8dd20e6d991cde450b5cfd65afdaf682ff9 0.69 MB 847 7
547,469 547,469 0000000000000000000272a07f8960a7b4be7bc66bb76162e21e8a5ca34f2ac2 1.26 MB 2,090 10
547,468 547,468 0000000000000000000ae11bafe73709030f626fa652a2183932d169202de2d8 0.03 MB 87 23
547,467 547,467 00000000000000000018e94d77e7fc04522664dfd59703614e83250d4ef025c9 0.30 MB 570 9
547,466 547,466 000000000000000000203388eadedc3c1726f44f3c80cddc90aef18e0225885b 0.72 MB 1,325 13
547,465 547,465 00000000000000000011b66788e46b97c219f4266273320238473f7f1cf1c7b4 1.40 MB 657 3
547,464 547,464 000000000000000000065cb2a3036ddf21e4745865df5a13deca1705caf7d01d 1.64 MB 1,403 4
547,463 547,463 000000000000000000213afadcf52d00c75e09262f1f2efd27a2c1353425c775 1.58 MB 2,410 12
547,462 547,462 0000000000000000001ba03aeaa3540e9c419d74118321cfb50a0ea183801320 0.95 MB 560 1
547,461 547,461 0000000000000000001c0ccacf4602d63accb47a980208ba77ce5e2f16364381 1.00 MB 1,178 5
547,460 547,460 00000000000000000010cc5340ed2010444775cca8cb2bfe49824675f2b35ea2 1.40 MB 1,147 3
547,459 547,459 0000000000000000000507a0dde7b02bb4064c5e33419f462706bf1aec27b19d 1.19 MB 1,493 8
547,458 547,458 00000000000000000026198eba0ae66f72673e2ab9ff568833e9ea0c34773045 1.23 MB 2,125 13
547,457 547,457 00000000000000000026309363f5f4f67207492a4c5df48dcbe5390ce286a63d 1.11 MB 1,148 7
547,456 547,456 00000000000000000026677d1a09d607f7dd8ff8da402068b0e944eb8aa7b1b7 1.13 MB 914 6
547,455 547,455 000000000000000000025ea66a5832f0ddfd4a08016e8fb5042765d1a27cb8e0 1.22 MB 3,191 7
Previous 10 blocks ↓
Total Size: 699.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,194.64 GB sent, 209.28 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.