Memory Pool Memory Pool Refreshing

48,019 transactions
48.67 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
842,317 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,928 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,316 (231,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,422 610,422 000000000000000000058548ffbdfa8072e8c73a10706bcd33566c5f3ba64582 0.80 MB 2,083 13
610,421 610,421 0000000000000000000c72c62ced9d28fc9bda37b91a411298e5dab67c8dadbc 0.70 MB 1,760 14
610,420 610,420 000000000000000000117d9458d3bfaddd70ac36a5ef116309f66f429e7392bc 0.81 MB 1,924 17
610,419 610,419 0000000000000000000c7b595744b8aefe222821f31167c124722b9fc03864ed 0.75 MB 1,939 9
610,418 610,418 000000000000000000039565e222dd7a1eaa81fffce8af1e628b9a30ffef111c 1.18 MB 2,426 15
610,417 610,417 0000000000000000001579429b138d44c5df166aabacd5f922a2a529e227f8f9 1.20 MB 2,036 9
610,416 610,416 00000000000000000011fce5957745c8d8ffd9d9eef1d6a46f62ab6d2fdf12e3 1.16 MB 2,367 10
610,415 610,415 00000000000000000001b36d035758f6f40440bd481bd37f2d28d6f256957fd2 0.75 MB 1,750 16
610,414 610,414 000000000000000000135904c3542fb848bdfaa53189c3dd0e90ced08825511a 0.15 MB 382 13
610,413 610,413 0000000000000000000e2b8b5774090f10db62e052a8a0db16be07cec2526c13 0.07 MB 189 15
610,412 610,412 0000000000000000000d66e613f56fa0b6e7c348f2c85c659e2bc69acbf201cf 0.31 MB 631 10
610,411 610,411 00000000000000000008ed59714979b1fec8d062f42b59218a88d5cf0d90ff73 0.12 MB 287 17
610,410 610,410 00000000000000000002c08cd5842a0416a8ee596eedda778d006b2a3527dae9 0.87 MB 2,007 12
610,409 610,409 0000000000000000000d70460c388ecbf5119bd7c059c8ed10943a20bfcf652f 0.42 MB 1,114 12
610,408 610,408 00000000000000000001ec666a5f8ec03eba31f7b2b494ace89b267fe748310e 1.28 MB 3,244 14
610,407 610,407 00000000000000000007b309e81aa04003a896c7cdda77a2610ee1b569d3503c 0.71 MB 1,466 17
610,406 610,406 0000000000000000000d8dc0325b09da5ebee4a983d7e483484d3bd4797b4cb1 0.40 MB 1,037 12
610,405 610,405 00000000000000000000e62f3918433a74a6162988b393037b430be1cd4fd008 0.09 MB 200 25
610,404 610,404 00000000000000000002107201b2a74f51484229a419826350791d7545dfa316 1.02 MB 2,426 15
610,403 610,403 000000000000000000080fd73e2536c7d215365382959654708949400e88c462 0.01 MB 18 3
610,402 610,402 00000000000000000003c931c39a605cb8ce445f243c5cbf3ea5d744bd8ff4af 0.83 MB 2,044 18
Previous 10 blocks ↓
Total Size: 647.31 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,475.80 GB sent, 44.80 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.