Memory Pool Memory Pool Refreshing

44,633 transactions
40.98 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,377 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,503 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,376 (485,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
356,487 356,487 0000000000000000043604b19a8e622fa42b682a183bd023c00ae197961dabb8 0.10 MB 178 21
356,486 356,486 00000000000000000c6bf3be2d14e8b18afac7ab8a1a62cdd623574bcd9af964 0.45 MB 752 21
356,485 356,485 000000000000000000d740eb394a3ccbeb51478f23838d110e6859f81c5fa195 0.75 MB 1,177 25
356,484 356,484 00000000000000001601ba284b6b087247cf18b266d2ae2e24a641f02628942c 0.13 MB 156 16
356,483 356,483 00000000000000000ac0ea79d93599f3f3bf918729593d04f44cf1f974948172 0.52 MB 438 9
356,482 356,482 000000000000000003b188e7865c186e692d186746ffec5ae8544c177e9fb530 0.69 MB 839 20
356,481 356,481 00000000000000000b0ab8c8ee3bcdcb52eaa1ca6b041a22fc3050c89b9ddc89 0.75 MB 1,773 34
356,480 356,480 000000000000000016bae9f0c21d53a4d878c5aca01e7f1267d4d9bb7598a3ca 0.31 MB 410 21
356,479 356,479 0000000000000000072c059afc47f6686c76718696ce7ebc779925412f65f9bd 0.10 MB 214 33
356,478 356,478 00000000000000001550862f6ac9f8df38c57aa775f0cbb6785801f874d1d3d9 0.08 MB 118 24
356,477 356,477 00000000000000000d2853b99cd38a0d74cb5fb65a03fd1093392f3f0005cbd4 0.55 MB 980 25
356,476 356,476 00000000000000000edfa60cdf903dec70c3088b9fb047c72a02b910b862adf7 0.17 MB 310 26
356,475 356,475 00000000000000000798497997e4aa2b9211b047e289ce8b88a5a5a82d98828d 0.10 MB 234 33
356,474 356,474 000000000000000002fb0ebdd0531773e4f3631c7e60ba7ca6d0a2cdb6c1251f 0.24 MB 429 23
356,473 356,473 00000000000000000182a8c2544886fd2bcc1a113f01180b2b810397bc55f9ac 0.07 MB 154 27
356,472 356,472 00000000000000000a73bc4029632974e4b7faae6c9dc2d7b106bbe5b38bf68b 0.28 MB 219 9
356,471 356,471 00000000000000000c247a1d7f11bfaf7dc79b2a51a1656a41c86e52f6614c6b 0.47 MB 912 29
356,470 356,470 0000000000000000115c9e393e94d8e70fc9a040c09fba38fb50b9512d72be5e 0.48 MB 920 31
356,469 356,469 000000000000000012acdd36b7e9d51575fc38ee3204c9492b6794c4f841b8a4 0.25 MB 512 28
356,468 356,468 00000000000000000b747ade0dab1540a06875909358b273c5c68c29bb0c3d92 0.64 MB 1,380 28
356,467 356,467 00000000000000000908b9ffd89ca930ea8e45d3cae86686395f26f110f98e54 0.18 MB 423 33
Previous 10 blocks ↓
Total Size: 647.42 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,486.25 GB sent, 45.72 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.