Memory Pool Memory Pool Refreshing

63,648 transactions
33.79 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,184 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,653 240
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,183 (483,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
358,445 358,445 00000000000000000dddb4c7bcb0da9f6aa2e3c990de4254064a6a0d23b84cf1 0.25 MB 524 27
358,444 358,444 0000000000000000118c34df2b369a52fe77c97476a8bf144b3de59fedd358f9 0.48 MB 867 26
358,443 358,443 00000000000000000740d94eb729313b328b6b42642848ae62050c9b3850a69a 0.48 MB 1,013 27
358,442 358,442 0000000000000000017749f57c980a82860075ee812107cf74fe6a4941395b25 0.22 MB 455 28
358,441 358,441 0000000000000000029f6fe346ed830e95ace50d704182d3d721d272899a63b6 0.15 MB 277 13
358,440 358,440 0000000000000000061ab292dfa94752bb1e363614696b094e74f68c909487b7 0.62 MB 1,364 30
358,439 358,439 00000000000000001346b4a6c5d064b6efd3f1750652999761326243a1165835 0.10 MB 28 1
358,438 358,438 000000000000000013f881971444ec60e22fd3553628038c6674ba598887228b 0.21 MB 390 21
358,437 358,437 000000000000000009e12c00e513bd85dda6c62e7a6ef30541da99a08cb005f5 0.14 MB 184 13
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
Previous 10 blocks ↓
Total Size: 647.08 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,453.49 GB sent, 43.05 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.