Memory Pool Memory Pool Refreshing

105,920 transactions
32.24 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,072 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,423 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,071 (653,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
192,556 192,556 000000000000051a5a04f79c574226ecbca20840ce88b5eec6bcde9c3a0b8665 0.10 MB 316 197
192,555 192,555 000000000000016919d241eb07aed81d44f7fc6b3bcda41b9eca7bbd57af36b4 0.02 MB 17 78
192,554 192,554 000000000000033b51065bae2275d2702dff549961418142c9028eb5a1536b7f 0.02 MB 32 19
192,553 192,553 000000000000030d88037ab17523a9d45303889a8e8f37dba0fb8ae5b194675d 0.05 MB 134 115
192,552 192,552 00000000000006c6c1cfca0484246ca19bb379c404242211e098a1483353751e 0.11 MB 181 128
Previous 10 blocks ↓
Total Size: 654.36 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,368.48 GB sent, 88.39 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.