Memory Pool Memory Pool Refreshing

10,422 transactions
28.78 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,203 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,754 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,202 (34,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,506 829,506 000000000000000000029085dc1408ddd30a26130d73f0719f3fe93afd7516f5 1.58 MB 3,245 44
829,505 829,505 00000000000000000000c42ecc7b8b28cd855eff3d57181ae3adc467dbe56e1d 1.60 MB 2,385 41
829,504 829,504 00000000000000000003182d183868029a7d3dca1abbe23a8b81685280da25ea 1.51 MB 1,838 22
829,503 829,503 0000000000000000000365a2da32485cc69a49404c575373663b4662bdb80ab3 1.61 MB 3,464 55
829,502 829,502 000000000000000000025a6068ed263ef7a0e93b02952e85e46a9787f653b2cd 1.50 MB 1,915 30
829,501 829,501 000000000000000000002c2d76a0f6bb9f1e1c63c604050e23c838ad9b2fbc7f 1.35 MB 2,038 29
829,500 829,500 00000000000000000002c3b2feb7a691f101bc1363477edbff1c1cf2a4ac970a 1.12 MB 319 21
829,499 829,499 000000000000000000037ac808ec1b9c7db16222e9bdf58d0d34a32abe89eadd 1.27 MB 1,470 24
829,498 829,498 0000000000000000000148ce3ecc7e39c71e026434d42a99c526b2d47b65778b 1.17 MB 1,046 27
829,497 829,497 00000000000000000002319ae44985637edffd8e594d3de48034e59b17e9696f 1.20 MB 969 24
829,496 829,496 0000000000000000000055a8556651f3a6a281f993c48a6d733a15324b32549e 1.79 MB 1,611 27
829,495 829,495 00000000000000000003b7657c4e1b0f71ceee45e90509ad7c92db761d5df243 1.59 MB 2,232 40
829,494 829,494 00000000000000000003054d9f102280323e8b9844baa481e62c9a5bc5b572a9 1.66 MB 2,734 47
829,493 829,493 0000000000000000000199228be10ca78320a80a540494350e32d6b3ec5d08f3 1.02 MB 140 20
829,492 829,492 000000000000000000013207a5eb468d051e06419df824e41a9183401e8a3320 1.00 MB 169 20
829,491 829,491 000000000000000000024a2b4426cdb522f492a9f25a5492fa22e999b39550ea 1.61 MB 2,519 28
829,490 829,490 00000000000000000001d696d0bda9983f59561cfadfeaf3d1712673943b642a 1.55 MB 2,942 42
829,489 829,489 00000000000000000002fb50926355ac8dec25b2e606e80b35da595e08beedcd 1.22 MB 708 24
829,488 829,488 0000000000000000000384bc5eef7e319efa8a77abe69824eb5b7c438469c9da 1.26 MB 858 28
829,487 829,487 0000000000000000000189f5fe46f848854d513379a467657d9ca57aeb3fad22 1.10 MB 432 22
829,486 829,486 00000000000000000001503918e9d0f8ed46ffc63e27684f5dbd48af70944aa4 1.81 MB 2,383 28
Previous 10 blocks ↓
Total Size: 688.43 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,625.29 GB sent, 127.56 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.