Memory Pool Memory Pool Refreshing

23,223 transactions
46.95 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,099 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,897 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,098 (232,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,490 610,490 00000000000000000012140c71e14d66a77f90f184351b573de9c463d07ed0a5 0.08 MB 110 20
610,489 610,489 00000000000000000014d0a2a42541d614fc83005bcefbf0d99e34a52ca23c87 0.29 MB 544 10
610,488 610,488 0000000000000000000d9f8f8e448c81199518f8dd0d463c1061f373ec352bcf 0.75 MB 1,696 14
610,487 610,487 000000000000000000121d0fc3efd85cbbaeea0b800cec0470fe060276f7524a 1.21 MB 2,744 9
610,486 610,486 0000000000000000001567c285150b2454e7eff17fd13620a9da09498f5f404f 1.28 MB 2,997 16
610,485 610,485 0000000000000000000976c44d5ee0a59f574aab099b412ae24c3786096def2b 0.61 MB 1,231 11
610,484 610,484 0000000000000000000dec5bd4c422903195541f9122a701e8364db1b6b5198e 0.47 MB 291 7
610,483 610,483 00000000000000000006a6485059cfd0611ddb4a2f2ce7bc45d20b35cf014b3f 0.59 MB 1,203 13
610,482 610,482 000000000000000000069675f64bb3dac566c5741456ae90cd9b70d9dcfd1d79 0.24 MB 247 3
610,481 610,481 000000000000000000134162fe1d5d8acb4b8d3381be06a99ffabbc3afea27a9 1.34 MB 2,548 21
610,480 610,480 0000000000000000000859dbfc94140fe5e00b3dd3ce4fddeb472e0236e7e074 1.13 MB 1,052 1
610,479 610,479 00000000000000000004aaca6be49b16ea54cba3bfa8eff7d48de3cb774192db 1.11 MB 1,094 7
610,478 610,478 00000000000000000007256da92f05f890e5d905219866da669a893300a72e08 1.21 MB 2,114 13
610,477 610,477 0000000000000000000c0c08fbaab3a8cec53f780cf33f703e548af289cf49ea 1.19 MB 2,138 8
610,476 610,476 00000000000000000006895aa6adba2bac01b45148a7e37f9b7d6743c1b130c4 1.30 MB 2,872 18
610,475 610,475 00000000000000000006ea9b429dedb6a02cc9121dee8a6f4ba446f86fd4326c 1.27 MB 2,673 17
610,474 610,474 00000000000000000008222d296e26cd71017fec5442ceea98411e09d5e944e4 0.84 MB 1,690 22
610,473 610,473 0000000000000000000d5fabf2776ab7a9a9751e1cb2f92573e54dcfc37bce28 0.06 MB 130 91
610,472 610,472 000000000000000000121f13f188c9a58de93c42dbe4a8130ad05cf9cf5f7d28 0.95 MB 1,027 1
610,471 610,471 0000000000000000000ef4525ad86d75111d34083b2661ca676f64a7deefa212 1.33 MB 2,741 4
610,470 610,470 00000000000000000004dbfbdcb44e39cf741e896dccc2c1479613f2a8df7072 1.32 MB 3,104 17
Previous 10 blocks ↓
Total Size: 648.82 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,711.85 GB sent, 54.67 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.