Memory Pool Memory Pool Refreshing

30,170 transactions
28.42 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,554 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,140 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,553 (160,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,317 702,317 00000000000000000008f4dfd6ca94fe750f1e499d4f8f24f8593143f40ab145 0.42 MB 816 8
702,316 702,316 0000000000000000000b08841e2515feae4db0e759c56f45749d67e581ae8a22 0.10 MB 171 13
702,315 702,315 0000000000000000000e6541e516a44f3a024364b5831766d37a2689b82c1835 0.33 MB 565 11
702,314 702,314 00000000000000000008c261664f0d3ab3c0585024c2fd6d870fd44995fe6162 0.82 MB 955 7
702,313 702,313 0000000000000000000800a451c06b0a7fbdb1a308a1e5bd0f0ac1c82f8da092 1.51 MB 3,147 3
702,312 702,312 00000000000000000003b029ba2c859bf82e94ee4830fbafed72f120bb7215c1 1.50 MB 3,075 11
702,311 702,311 0000000000000000000d68df9fcb043ccd4a2b4cd6670b9fcb0d1617df7dacdd 1.40 MB 2,822 14
702,310 702,310 0000000000000000000d25a14d3a8c9005cb339a967a3ae5c936ee0b50556694 1.33 MB 1,873 5
702,309 702,309 00000000000000000001357a3ba8ff4e8963f9a22dc6fbb04b20029e361daa91 1.49 MB 2,494 8
702,308 702,308 00000000000000000005295f23866323b00d46885ada1bfd8e7e9ed035a86226 1.62 MB 2,119 7
702,307 702,307 0000000000000000000e2058adc398509eeb3f8100f77977c14023bfd5abe6a7 1.51 MB 2,551 12
702,306 702,306 0000000000000000000df05033c68dde5022f950c17667f601611d543101a4e2 1.32 MB 2,638 11
702,305 702,305 0000000000000000000464bec7c6d7c2a6fe2bf1fe5b08520ddb0dadac471afb 1.57 MB 2,584 3
702,304 702,304 0000000000000000000b27fc14b0c977b715173bf796c04b95d7ef81ba005821 0.00 MB 1 0
702,303 702,303 00000000000000000004832d07bdfa4d8e94c125a4a5d8c3443e2d735c412695 1.50 MB 2,532 14
702,302 702,302 0000000000000000000d56fcedddd7125f8936da915231edb800396229e7540f 1.49 MB 1,190 2
702,301 702,301 000000000000000000008cf17f386cf53a4f3b706ab13b73c0ec72e91e5133f0 1.13 MB 551 3
702,300 702,300 00000000000000000000e25794b537df636ff0dda0e3f938edcfd49cb51b70a1 1.53 MB 1,825 13
702,299 702,299 0000000000000000000ec2662df12e146978ab5129f7b24e9970a5a9ddcf1e37 1.36 MB 2,486 5
702,298 702,298 00000000000000000006ef84d71a0d221c478672cc606db9507243d3e9d99733 1.49 MB 2,960 10
702,297 702,297 000000000000000000073a78348c850ed51572ba39a282fdb03d07a01de683d9 1.32 MB 2,881 23
Previous 10 blocks ↓
Total Size: 685.22 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: 1,373.78 GB sent, 107.02 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.