Memory Pool Memory Pool Refreshing

29,216 transactions
36.18 vMB
Show Random Selection Loading Transactions
Max Size: 138/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,282 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,821 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,281 (483,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
358,436 358,436 00000000000000000cdb96f441b588c491c0afb7ffc6b4f500a1838cbdcd9315 0.44 MB 809 26
358,435 358,435 0000000000000000021261755424f5cab4c88315729719ecc2d06efb5537e278 0.66 MB 663 14
358,434 358,434 000000000000000007d963608b7e799f2df3ff476f1f23ffbba4f1b72ae650af 1.00 MB 2,150 29
358,433 358,433 00000000000000001536d70c61417a964a8404b5dcad902089dde9c00a4d4df0 0.75 MB 1,809 32
358,432 358,432 0000000000000000063ab434ca78ae4a83bf596e41678c6be8cb9e1bd1281301 0.64 MB 1,192 41
358,431 358,431 0000000000000000165419374cc9ddd8dc3a8445768faee46828ae8f8f04b646 0.10 MB 218 26
358,430 358,430 0000000000000000102b1f53e6da76fcc577f4ba66c0dc9799b6954b33131f06 0.54 MB 1,013 22
358,429 358,429 0000000000000000148d32f78db49147bc13409543955e18c34fe5b5978e4099 0.51 MB 977 32
358,428 358,428 00000000000000000c91cc31cbf8a98f75d275fd5a29a8f620d8d6f6ed01bf4f 0.75 MB 1,524 20
358,427 358,427 000000000000000014913ce33f1d2cb0cea0ba97c4ac969e904f0dacf621db48 0.00 MB 1 0
358,426 358,426 00000000000000000ce60ad6c64c478089570df816929db847177811412aea67 0.75 MB 1,328 27
358,425 358,425 000000000000000008f6319470449da06613f28e3eb6f58a857d7d442ddba1bf 0.99 MB 1,076 15
358,424 358,424 0000000000000000063e4eb86a064ef1ea1c6acf9f0df09b17f500622d90ea24 0.75 MB 2,043 43
358,423 358,423 000000000000000011c2c137452a35f85b0325e7059b447608a82e9fa0825396 0.34 MB 685 25
358,422 358,422 0000000000000000010db470d6444a66bb25e817dd87a7c82e331121f9815e26 0.69 MB 1,439 23
358,421 358,421 0000000000000000040d4f21112660faac29c37ab93c1c0c4ce3d938de809da9 0.75 MB 1,543 30
358,420 358,420 00000000000000001386fdc93c905c479bf2fb2b51527a29fd7cfabd79dbf6d7 0.11 MB 119 15
358,419 358,419 00000000000000000ab64041b1f9c441f5da685eb233dc371d5eeac5bcde3fb9 0.23 MB 375 20
358,418 358,418 000000000000000007219f104d6a673b060b9762feda086248c2e3f8e2110fff 0.25 MB 470 16
358,417 358,417 00000000000000000b248222c51302e60b5b13162b9efff558590fd4ee403a2d 0.86 MB 1,814 31
358,416 358,416 00000000000000000230f0e978fdd8d5e988b391269b4ccdcd9b14692da320f9 0.51 MB 888 19
Previous 10 blocks ↓
Total Size: 647.25 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,466.15 GB sent, 44.20 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.