Memory Pool Memory Pool Refreshing

30,502 transactions
40.14 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,602 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,328 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,601 (229,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,480 613,480 000000000000000000103608a416cc04b997698c3d9ab43dd5d2cad4c8464bd9 1.09 MB 2,705 6
613,479 613,479 000000000000000000002da6aba6e8d289a2d325e77c6746c59e777234340aca 1.17 MB 2,523 10
613,478 613,478 0000000000000000000a328e79a321cfeb064f0f63324530cefa955c5a9f95d0 1.36 MB 3,065 21
613,477 613,477 00000000000000000004de723ee53d5bbd6d76856fd5064c6c6da37ac93a80f8 1.35 MB 2,981 30
613,476 613,476 0000000000000000000adf8e0ac9f53d6f843b761907ac5ed5a18032388ede7c 1.27 MB 2,895 27
613,475 613,475 0000000000000000000cc8272025eb63f478767ac8b86ea9faaa5f3f0a114597 1.29 MB 2,608 18
613,474 613,474 00000000000000000006c0681253efb45d0b382f41516e2d1ce9fc9e351c7190 1.20 MB 2,161 34
613,473 613,473 000000000000000000063869421ca38cd4029a67d136f5d1ce0766bc7a64d116 1.13 MB 2,650 4
613,472 613,472 0000000000000000000cd6df16438115596b080946574f29dc5f4a5c59b19d62 1.31 MB 3,170 19
613,471 613,471 0000000000000000000465b201fd33e43d55d08c4e65f76b8ae6027aed48491f 1.38 MB 2,812 16
613,470 613,470 0000000000000000000b05f877e6e49b380f4f78b3cfb605b67439f825dba197 1.41 MB 2,978 26
613,469 613,469 00000000000000000007d1fc131bae6850f4d03a28662a8d38b32e77d24e3c33 1.29 MB 2,987 19
613,468 613,468 0000000000000000000faaa00540dc7e23ec9d5069300dd09f827d3c7ff94eb3 1.28 MB 2,603 15
613,467 613,467 0000000000000000000784a6987d72bddf8f74be28533066f578b314d17fcbb0 1.33 MB 3,109 28
613,466 613,466 00000000000000000001a45ea9e296f9968734035f353276f33fcd36d1ae6f9d 1.10 MB 2,186 4
613,465 613,465 00000000000000000000876d7de22ddc2079d11cedaeeb046fc011361c8944a6 1.07 MB 2,875 7
613,464 613,464 0000000000000000000d03d70702bd32cfdd8934b5510820d93dc2f5c24a224e 1.13 MB 2,650 11
613,463 613,463 000000000000000000112ba9a296409c79bd098ac46d573c9f29bafce8d412e0 1.14 MB 3,237 14
613,462 613,462 000000000000000000003946cc7ddaf0f09767fb616b8904857022b0a751ba27 1.13 MB 3,282 12
613,461 613,461 0000000000000000000a5fdb33c4f5c10274328a69262a0e1cd80ebf03578579 1.37 MB 3,313 20
613,460 613,460 0000000000000000000b502cc160e2aeb84f23d5915e7c2942714d4d1cf0a359 1.33 MB 2,754 21
Previous 10 blocks ↓
Total Size: 647.87 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,553.95 GB sent, 48.26 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.