Memory Pool Memory Pool Refreshing

51,616 transactions
38.04 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,166 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,191 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,165 (777,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
64,768 64,768 000000000561f95dccb646bb9fbfe4990c5a23f098bfd5219d0607812e89bd0c 0.00 MB 2 0
64,767 64,767 0000000001fa4cd4c66d42f0bc94bdeaba31bda318b38186eaeab159034007c6 0.00 MB 2 0
64,766 64,766 0000000006a039f7da54cef1ac8a87e57f69ea68aa16b4c9f66ab888ca5b51e5 0.00 MB 1 0
64,765 64,765 0000000002102e4897398a70894422b107efef33bca644e3583cb37e10fedecb 0.00 MB 1 0
64,764 64,764 000000000a863fc0ae808cff2aa95e5c51a513122e1e88bb2d15510032c8fb3d 0.00 MB 1 0
64,763 64,763 00000000027d00b6cbc865911d72cbc98b162c502cb97215efe579d0e0070829 0.00 MB 1 0
64,762 64,762 0000000008bc688269961affb15bb9e8c8b873907a3c8f6703e870ac5045e9b6 0.00 MB 3 0
64,761 64,761 0000000001ae4b7d5e461a1aa87707a465333cf515334c48b75a2c40023ef3b5 0.00 MB 1 0
64,760 64,760 00000000062c06a0feee1f354a8f90b6f7429f322a5689dfa538b91d077fdd68 0.00 MB 1 0
64,759 64,759 0000000004f22f3403a50d875bda80300c28bcaf3b2920b39f4bddc1eba0b802 0.00 MB 2 0
64,758 64,758 0000000006a773759ff3a90696776e5ad05697b57c83909aa23c9bcb5f22ed09 0.00 MB 4 0
64,757 64,757 00000000052b73158c3f3473facbf91c12917b849d7d06bc9a3f029ff3c2752b 0.00 MB 1 0
64,756 64,756 000000000a93b1a854cce279b707293bfdb5a848bd41ddcf90b283a3292884fa 0.00 MB 1 0
64,755 64,755 0000000007aba066c999f65f7cac1bbe700a99dbb2f452a99be391cd1b9a71c5 0.00 MB 1 0
64,754 64,754 0000000009ba419d7668010ca547c29478f2cc15a58b622db0e07cbef508e374 0.00 MB 1 0
64,753 64,753 0000000004c70a97902852bfa61c0e24c87fca3a6b8fb45f676545535e72c295 0.00 MB 1 0
64,752 64,752 00000000022131c90b6b74d17800e5e4b70a022bf028cae6d0d072bccf6e5871 0.00 MB 1 0
64,751 64,751 00000000023de2c0a1006896e9356563ddf6efa1e486f771e5250303d427d0e6 0.00 MB 1 0
64,750 64,750 0000000006945b43a71c9f0d99dac2d80979263b8c9ff20be45afaa8eceecaa6 0.00 MB 1 0
64,749 64,749 00000000090b9d59e57506eee1d30b5f30877c666cb0c595def3a0532384880a 0.00 MB 1 0
64,748 64,748 0000000008c86d814dc30dab97e425bc335d59331e5022c8561633d48b152e7f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 647.05 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,449.10 GB sent, 42.64 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.