Memory Pool Memory Pool Refreshing

33,901 transactions
45.60 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
836,803 0000000000000000000362d30000000000000000000000000000000000000000 1.00 vMB 3,877 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 836,802 (717,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
119,497 119,497 00000000000095d7c73dd2d835c40679929620eb6764109c3a8b2c493c7ccb79 0.00 MB 12 487
119,496 119,496 00000000000098e8aa571f990ccbd8ace482a9ce16cd196d6f5c5173e4063a74 0.00 MB 5 0
119,495 119,495 0000000000003be1cef06de03050881aa6230bc223a53567732a20a1d204b465 0.00 MB 11 0
119,494 119,494 000000000000277c6cfe936d31a9856a611cb99efd7f217ba2211b1bb7fa8aca 0.01 MB 25 587
119,493 119,493 00000000000058abf1b8d0e907a987295e224b874154d397a58aba8f6a109380 0.01 MB 16 747
119,492 119,492 00000000000028256a804626f6af56ddc827676c1923f1b407c69eb4c43afc8f 0.00 MB 11 816
119,491 119,491 00000000000002ac48ff7f44601b06980732705b5c5c3e63f9c7ee4722e7c80a 0.00 MB 13 856
119,490 119,490 00000000000046a6c0190e1fcfdb279a60393e6ea92180c7da9b253135a10f07 0.00 MB 12 938
119,489 119,489 000000000000b40c95d38ade6f8ad8ae5a36c16e18c73f32291b6a7d0af64f0d 0.01 MB 28 253
119,488 119,488 0000000000005bf73e247b05bdfeee9d6ec29885cc6c1fed0055b7de666aeec2 0.00 MB 13 1,539
119,487 119,487 0000000000002e89d6cf994fa855dff37d075ade5a395c318811b29f66ca4d32 0.01 MB 28 538
119,486 119,486 0000000000005c9f232dbcfbae32b6e7fc87a8ce2f46e9c36a65c14747bad0c7 0.01 MB 17 1,428
119,485 119,485 000000000000993a3af64aa613043d92bedb7d17a60d7d3cfd71c00cf6d83b0b 0.00 MB 10 1,176
119,484 119,484 0000000000002bfbb460bccf70e26909f96cad83054c7b6486abae9ca32c1062 0.00 MB 8 352
119,483 119,483 00000000000045b699f293f30e355e0e6d3d95faa6f5ffe0ca4e79cc6477393d 0.00 MB 9 1,007
119,482 119,482 00000000000097a78b83157ce576bd14c5f96d59fe99bc18fecde800856d7311 0.00 MB 5 0
119,481 119,481 00000000000028de792dcd8e1e16744bed34566699db46089889f14fe23ecc87 0.00 MB 11 0
119,480 119,480 00000000000074cfb4602e75e1e526a5d5702fb6a54e1988f2f87a997b83a5a2 0.00 MB 1 0
119,479 119,479 000000000000a307c7b77671d3cbb585a1fdc983ce7dcd18c41900f593246d13 0.02 MB 63 49
119,478 119,478 000000000000a7587ad3c7def62aacd96eb99c2d6ca231ea5c292500e1988b30 0.00 MB 1 0
119,477 119,477 000000000000b43473a95daeaec91b73ce342beafb547ba59ba44215a332f817 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 636.50 GB

Node Information

  • IP: 64.176.221.94
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 3,594.46 GB sent, 15.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.