Memory Pool Memory Pool Refreshing

75,385 transactions
29.58 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,346 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,499 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,345 (653,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,577 192,577 00000000000006c4e7a0e17f95ba9ac5acfae8868b149ad113137b2c2ab8788c 0.00 MB 1 0
192,576 192,576 00000000000007f003828ac60d152090efd2a4db4f49d66ed7429395c765f30b 0.09 MB 235 165
192,575 192,575 00000000000006dc8a4d7a0162447bdd9a46d25af4fea6c0ad9e4a02bb4ecaee 0.05 MB 73 89
192,574 192,574 000000000000051ea430a6a272a32f10a4b4188f292c0f450904546184d8f6f7 0.20 MB 327 132
192,573 192,573 00000000000005a217aad770e864bf96c091662c4f553c582f3e66879ad7fe58 0.16 MB 456 136
192,572 192,572 0000000000000798d2eeb34dc999720136e746ca362e3d4d85f53c592b017852 0.25 MB 692 172
192,571 192,571 00000000000001eca393810b33696975886f515ca56a91559b8dddef4efc31aa 0.00 MB 9 359
192,570 192,570 00000000000003632b6d76390e21af6f9e23819cc4c0ddfafa5bcd9647ce51c7 0.02 MB 96 296
192,569 192,569 000000000000028b8000a8e4301b976eae3314dc25d23c9763a39096a768bce5 0.25 MB 597 136
192,568 192,568 00000000000007f224376215cdd4041b76c943e41bd69cb4db15e9d1d0777359 0.05 MB 113 52
192,567 192,567 000000000000058452fb292f8d961599d5c4f2a870aafa58453bca27b0528db6 0.11 MB 220 156
192,566 192,566 00000000000005eea3e3e19cb7ebb4e441bec6933531417feb13170d1221a513 0.01 MB 32 125
192,565 192,565 00000000000007c55ba0fff94bc9a62def25780131081f9f53461d78058d2b7e 0.01 MB 18 0
192,564 192,564 00000000000007e5dcb6ff756c1c4bb3a3b2d2d6d9d525cd6040af0fb4a51c1a 0.01 MB 50 158
192,563 192,563 0000000000000820df31e2f00a6bb3c80be084aa1ad499094fa181f3f3ffb215 0.12 MB 399 167
192,562 192,562 00000000000004ec4b2defadcca109daf68f2d1cab8e39966de98b4af38c9c07 0.24 MB 512 152
192,561 192,561 00000000000005c79cb7c350ed018c88aaa6d126696d4537adaf0ea8f9924abc 0.06 MB 128 117
192,560 192,560 0000000000000629ad9b192e8529e09d376f8444747c2879591955e4f922fc8d 0.03 MB 102 49
192,559 192,559 0000000000000226de20ddbada8f81a95b1111655e93768fa116d5a6fa009f64 0.19 MB 526 158
192,558 192,558 00000000000000ecaf2803fd962ddf5e4af1c1de3df423c8d4395a0f2a4eb880 0.07 MB 144 144
192,557 192,557 00000000000005914e6046da8e260b4730075e1e84f84d944718a2eb7ee59c2a 0.03 MB 75 7
Previous 10 blocks ↓
Total Size: 654.85 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: 9,413.36 GB sent, 91.98 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.