Memory Pool Memory Pool Refreshing

64,191 transactions
28.05 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,866 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,108 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,865 (503,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,732 341,732 000000000000000016f13cfdf57eac22722282952487c9238218b382c0a28b33 0.44 MB 582 18
341,731 341,731 00000000000000000d3fe8cc9d41a214bca25a5c1a442def8439d8c84a7e6fca 0.14 MB 322 33
341,730 341,730 000000000000000013fc857b4dce2f84b8da23f4068bdff8e7b029ac715f484b 0.66 MB 348 11
341,729 341,729 0000000000000000172c05b2fd93d50d0614cf62bee3206b376c8d9277181e33 0.75 MB 673 20
341,728 341,728 00000000000000000d22985f0b14ba24eca963f790cc249956867c1ce133f771 0.75 MB 642 20
341,727 341,727 0000000000000000192f3d38d54096bcd85be5b80c04c26ef5630a776e0e3e62 0.75 MB 1,873 39
341,726 341,726 000000000000000008295f23cfaa4a47ee733d3dcb7ac881d74e4c6255648c93 0.05 MB 125 28
341,725 341,725 00000000000000000ce32a7fd616ff2033dcc3d32bf5dcab5cf60f7b94c7549b 0.02 MB 27 22
341,724 341,724 000000000000000019efd24756ca66e414ff3d7c518af3e302128af85d49ea73 0.55 MB 737 18
341,723 341,723 0000000000000000077ded64e4fb6d2b7b04822f08b6d4fb115dcefa12a5264a 0.07 MB 99 5
341,722 341,722 0000000000000000012cce8cd77f30beb8f4953d8db26874de706561d6b5eb1f 0.71 MB 883 18
341,721 341,721 000000000000000006d8fb80a1ee4b11386176d3acf74a73b67ef027701a7cb6 0.59 MB 856 22
341,720 341,720 00000000000000000227db568885d3381da30013ca7a9de0ae2f58f31f462194 0.30 MB 575 28
341,719 341,719 000000000000000016403f18aab9dd1bf7a6c171c401c8321d7bee0c32383db0 0.75 MB 1,282 25
341,718 341,718 0000000000000000041db52ecacd577dd0d38df9ded18f9f547675b38708fc9e 0.10 MB 227 26
341,717 341,717 000000000000000008458dc811f2f0920b936b273d3e68c85046ecffb86f8d47 0.21 MB 475 29
341,716 341,716 00000000000000001072fa692c5e6a551e89dfbf898cd15a2a7e608aaa4c5739 0.68 MB 1,188 25
341,715 341,715 0000000000000000017b3b2a79322c6c4f573553462c0a8baf83c208e4288329 0.10 MB 154 10
341,714 341,714 000000000000000005ec138f3ac92d0b3fad77d491174636a735b5e3f10dd16c 0.31 MB 534 24
341,713 341,713 000000000000000008a0b6cd99d7824feae324650d862037fb7fe03d27e1be26 0.08 MB 132 15
341,712 341,712 000000000000000004706c1bfe62ff69532600c50555120ef63332ba4a0dd7c0 0.01 MB 15 38
Previous 10 blocks ↓
Total Size: 652.15 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,210.20 GB sent, 72.73 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.