Memory Pool Memory Pool Refreshing

47,709 transactions
45.69 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,802 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,102 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,801 (279,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
562,433 562,433 0000000000000000002c0822ce56c096154fe0e99dfeef5e10d59f004d5f09bd 0.03 MB 86 7
562,432 562,432 00000000000000000019c0e7436d2f5b39347b85c8456b4de639285a74f8990c 1.01 MB 2,640 9
562,431 562,431 00000000000000000028553a47cfee55cf500e4c7d4fb18ffca4792afdab18a4 0.99 MB 2,152 6
562,430 562,430 0000000000000000001321d3f1fc403657194f5f12aef4ee1a9deda325e9fd6f 1.22 MB 2,880 14
562,429 562,429 00000000000000000008c079390549bde168f967e7cc92948185da8415890193 0.03 MB 58 30
562,428 562,428 0000000000000000001132e59f9e099272080e530393394a29b64dae15579ea0 0.06 MB 157 6
562,427 562,427 000000000000000000153373d775041a69f9128b50fba3beb1245b8ac854198e 1.12 MB 2,760 11
562,426 562,426 0000000000000000000d4da9c6e2cb607fd950c4d4cd974b828c88b8af5ac3d0 0.21 MB 578 11
562,425 562,425 00000000000000000007decfc93e8cb1a545933fa19e49cda1d74478e9e63f06 1.00 MB 2,566 10
562,424 562,424 0000000000000000000cac9b1da56e063de8bafee42104089f681f93ace94073 1.12 MB 2,986 6
562,423 562,423 000000000000000000211c4ec657c73991a994e8b7f607c994aba849b61d249c 1.20 MB 2,712 13
562,422 562,422 0000000000000000001f7c1a921967899b07aeb1149b1df167b3fb6303af7d12 0.28 MB 779 6
562,421 562,421 000000000000000000180a7cbda478efbcdfcbc50373c0660928169e8c69a5a4 0.70 MB 1,647 9
562,420 562,420 0000000000000000000623bb4380b843a26d92da68419c16073f9e4ac27c3244 0.06 MB 177 13
562,419 562,419 0000000000000000000052440d06d5dbe20f512d33df301aa349a703ca5a6c90 1.07 MB 2,595 9
562,418 562,418 00000000000000000022ab7e5a09b8704ad5a9918c493d6c22a41a4b80c63977 0.84 MB 2,112 11
562,417 562,417 0000000000000000000a432d593d5dbfd375ced94bef57b9b80fc797e0ebbf1a 0.63 MB 1,874 6
562,416 562,416 000000000000000000068cfcd4346f5c1f04abe9f8d3b10d62fa36b92a44b75a 1.28 MB 2,605 16
562,415 562,415 0000000000000000001e8ada2125dad5eb47b528aadd9aa3e420de4f5ab5b027 0.51 MB 1,504 10
562,414 562,414 0000000000000000001b3eb390a4b3d77066cb072b5c7d4fd80431842b0b6b21 1.19 MB 2,703 8
562,413 562,413 000000000000000000191a2bbca37aecb9506f805b2447233548cfdc2859226a 1.17 MB 2,880 5
Previous 10 blocks ↓
Total Size: 646.39 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,344.59 GB sent, 37.50 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.