Memory Pool Memory Pool Refreshing

78,937 transactions
38.43 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,962 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 5,630 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,961 (564,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,904 283,904 00000000000000014783420c65e9ee31b0b35f1689c62a428685a738dd57563f 0.03 MB 54 8
283,903 283,903 0000000000000000590b1c526b7ab87ee49b79b4488ee03b186726ae5dc3ab8a 0.02 MB 27 25
283,902 283,902 0000000000000000aff27e214d116b6f589ae9ec208571439573c0ed3f257fb6 0.18 MB 229 23
283,901 283,901 0000000000000001987b5c3010ed4151264bfc0e199bc88e986a6529eaf4eeca 0.05 MB 155 78
283,900 283,900 0000000000000001e5742c1671ff8adfc095f521b9769eb188207cb40123f8fd 0.21 MB 136 14
283,899 283,899 0000000000000001e311e860051c1cd7cccba686f9aa0f01c098cb68047efc97 0.35 MB 752 47
283,898 283,898 00000000000000008655d3c9a1a83d4f87db936d84cb7c00245d60484dcbe37a 0.02 MB 51 31
283,897 283,897 0000000000000001d9bb01027e7b1ed381ec97ff77942962827f3d5254907060 0.33 MB 624 36
283,896 283,896 000000000000000067045a36e7357882b38d2886dd9accbec3d022463b4a27c8 0.05 MB 109 49
283,895 283,895 0000000000000001034886c5be70b602877973d3a386a79bacf7c71c4c741f78 0.04 MB 83 47
283,894 283,894 000000000000000178b1b1b24e4532d31985e78406175e3172d16da1b87fa9b0 0.11 MB 180 25
283,893 283,893 00000000000000000f86bb8bf344f98f30d2b2c30a198ea7696a78c45af27254 0.05 MB 158 73
283,892 283,892 0000000000000001dd5d6c139dcd7da6c8165f6a103633e5f05eb16ee8dcf434 0.11 MB 360 42
283,891 283,891 0000000000000001d3b8746a7639793338b9a74cfc7375e0e6fc232e2596d62b 0.12 MB 283 38
283,890 283,890 00000000000000017dd892502f301fd938340067c927e65e7a707f483180d55b 0.09 MB 176 25
283,889 283,889 0000000000000001d5ba96040324021d83731489a475d76861161d77949769d0 0.10 MB 193 37
283,888 283,888 0000000000000001b5911cfb38ffdb5ab5b39958ab059dc2c73c6e8f05d11969 0.31 MB 256 20
283,887 283,887 00000000000000000bf51f691c0b520d48fa2e7e0e6b9fba09fb957d47ad78c8 0.13 MB 330 41
283,886 283,886 0000000000000001a674301b60bdbe77809c6ca06f7ac5f39c557d909c7cc39a 0.11 MB 258 46
283,885 283,885 0000000000000001d826a39f8ec4ffac5fed81872f385a5882b5e80c9b37acbb 0.18 MB 272 26
283,884 283,884 00000000000000002b323464b91c831317149742d7625732b2bea7c62092388b 0.05 MB 89 28
Previous 10 blocks ↓
Total Size: 657.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 40 incoming
  • Data Transfer: 177.41 GB sent, 0.68 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.