Memory Pool Memory Pool Refreshing

33,451 transactions
36.94 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,494 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,747 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,493 (226,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,198 616,198 0000000000000000000f08ba30b54a66f85d3e2ec633bfa95e29412213240cc3 1.37 MB 2,508 22
616,197 616,197 00000000000000000001b48e94061a268b8813cb3de044ca6dc2c43d2cfc0875 1.31 MB 2,412 25
616,196 616,196 000000000000000000033030bb08f9779b584d69e06c966e140c012161970e39 0.42 MB 1,022 16
616,195 616,195 0000000000000000000e82b2eca565370aede63a95f3944e0e13c143cfa83992 0.72 MB 1,677 17
616,194 616,194 00000000000000000000517351c6e3408e6422bd58ccb12721b7cd0cfb4bef2d 0.72 MB 1,626 17
616,193 616,193 0000000000000000001085a869441fa2aa77f149a887af0ce59846ef51da6e4c 1.31 MB 3,609 14
616,192 616,192 0000000000000000000872bd06dbf16c8fcbd848343f5c7164bcabc4033de74c 1.13 MB 2,192 6
616,191 616,191 000000000000000000122547bf7f24f48a7fa77763205781f603f13546dc529a 1.27 MB 2,778 24
616,190 616,190 000000000000000000038e678d7608cd8c2cf8bbb737322331401589c6ae36f1 1.39 MB 2,893 28
616,189 616,189 00000000000000000005152d25dcd220dc698833a3d70290ffca0a1cb4c6ae8e 1.13 MB 2,956 15
616,188 616,188 0000000000000000000c0a93331cf6cbf5f0028918e23571f912bfc0b3d9068b 1.13 MB 2,918 14
616,187 616,187 00000000000000000000f6a09719579cb1e5743d5d7442b47bf688c464828f0b 0.26 MB 569 19
616,186 616,186 0000000000000000000663c4b4281863b11d2935f0c104f9172d4a79c133ab31 0.50 MB 848 20
616,185 616,185 00000000000000000011b9bfa221b9b64bd31a2d7190ae98cf90c6d94965d887 0.98 MB 2,360 19
616,184 616,184 00000000000000000003e8edbd3e60c4f8ba9b879c1dd7e68f4904e944ebefbc 0.07 MB 231 15
616,183 616,183 000000000000000000099232a8e5315086be3a9a4cd5c279a16dc72c4105cd45 0.48 MB 990 15
616,182 616,182 00000000000000000002783e9e0c073e0cb4880c7ddd895c6e4b7d00a13ac224 0.66 MB 1,439 17
616,181 616,181 0000000000000000000ed9ccb819ca7e85cbdac45e7ee2dd34ca6266be0e6ba1 1.28 MB 2,233 17
616,180 616,180 00000000000000000003086a04673e2df933d5346b4415dff6107429c446496e 0.54 MB 1,201 15
616,179 616,179 0000000000000000000015a572f549e0916ad6d02f4f52ce8fa4e1bbd32f955c 0.34 MB 515 24
616,178 616,178 00000000000000000005f711696f0ca756b083dac5160d0ceb40fe1585baa099 1.08 MB 2,663 18
Previous 10 blocks ↓
Total Size: 647.66 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,528.02 GB sent, 47.02 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.