Memory Pool Memory Pool Refreshing

40,807 transactions
41.79 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
842,299 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,603 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,298 (571,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,691 270,691 0000000000000006c2722453ef8cd34e4fa3d219b252b37402fa75e47eb2e90a 0.41 MB 636 42
270,690 270,690 00000000000000050f1b764e2a5a1ffa4606bba1a433620195cc9bf28c152942 0.14 MB 267 41
270,689 270,689 0000000000000000c535752181dd9717d599e7707a439cfbdba334d65997607b 0.15 MB 224 29
270,688 270,688 0000000000000002b599cd8483b6bcfe1791095508798f7676640a1f56cd169b 0.03 MB 20 24
270,687 270,687 0000000000000006f3d460f42794bede3975548d8c992711ff0723d41604191e 0.22 MB 485 64
270,686 270,686 0000000000000005d9cd8e46bc91444a57507f8b9e3399c2325ef06df429f06f 0.15 MB 139 19
270,685 270,685 0000000000000004c91d6c689721034ea4d8e5b127e55758b1f7b6807478f7e9 0.25 MB 622 83
270,684 270,684 0000000000000004d98433c32b8ca0736aac830eb0cbd21e65d10e76792155d5 0.49 MB 674 30
270,683 270,683 00000000000000039c261b8152705c69d142ba92608a338334211188ca0063f5 0.25 MB 716 108
270,682 270,682 0000000000000001115323e6cd7cab4b463368bb4607fba52dcd0578069700ef 0.19 MB 426 53
270,681 270,681 000000000000000191b937617d511acf5c4493a6a24fe5ec3619f9064b96b683 0.24 MB 473 159
270,680 270,680 0000000000000003a02079873eedc9c4f7df028e73a99ccd19e66c70c1b23dc1 0.25 MB 593 72
270,679 270,679 00000000000000016fd02c3fe216aa89062366b898d870e32d6cfe0e5d476828 0.09 MB 210 69
270,678 270,678 00000000000000010c337711e984c41f65c6b5b093366d31b5c8eb53d975b5c7 0.13 MB 286 48
270,677 270,677 0000000000000005180af273e37238d5ba6635fa5b3e40421fcd373818f160d2 0.05 MB 100 67
270,676 270,676 00000000000000000711dbd4bd60c1e30c5ea079f9f66a01e932f1513e53dba3 0.28 MB 413 52
270,675 270,675 0000000000000004d7ecc95e58ef67e11ee9a05727fe7b38c41252d369c648c4 0.50 MB 618 34
270,674 270,674 0000000000000005a37bb1a62f912df81a7019a8563d1978ef71560f00fe351c 0.25 MB 695 108
270,673 270,673 0000000000000004af8e0e9693f0339ea4102b9071629bd913a5c5179e5456cf 0.52 MB 1,014 69
270,672 270,672 000000000000000479f54fe88f55b87abaa20248fe49c51fb204ce867a3f49fd 0.50 MB 588 28
270,671 270,671 0000000000000004824d271352c126fa85eb92d1c1dddfcc2d39c3ae62850718 0.15 MB 256 32
Previous 10 blocks ↓
Total Size: 647.28 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,473.00 GB sent, 44.47 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.