Memory Pool Memory Pool Refreshing

81,804 transactions
30.99 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,035 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,314 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,034 (317,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,676 527,676 0000000000000000000f99e17fdbe4337f0f5cf50efd951065d65d6d45d38181 1.20 MB 2,688 25
527,675 527,675 00000000000000000005c558ac04309361e7c7c84215ade256e56612513606d4 0.19 MB 439 18
527,674 527,674 0000000000000000001da23e0e5bb8c34d4717f2f1c8ac20c7a34d74ee13360f 0.56 MB 1,287 24
527,673 527,673 0000000000000000001134b741f53f4e49e9f8073e41af6d8aaad3b849ebeee4 0.06 MB 131 10
527,672 527,672 0000000000000000000f70bcc737e2e6afbb7949f4dfd2ceff05a7fb59212249 1.27 MB 2,653 23
527,671 527,671 000000000000000000278a6a1cd07a6f95aed62e35d743a2e22f85baa261257c 0.52 MB 1,183 26
527,670 527,670 00000000000000000008ef03fb19eaa52662cce183f60634ed6a4c7aef0fadc5 0.21 MB 493 25
527,669 527,669 000000000000000000349b7d338831710e1674800017a4a2de880e87b107493f 0.46 MB 918 23
527,668 527,668 0000000000000000003410ddc589b3d5f82650b756451e5c29f7c2d79ee50320 0.01 MB 22 17
527,667 527,667 0000000000000000001514a872c6d3de5936fd0502d55f1a2e88f5de258d235f 0.16 MB 381 17
527,666 527,666 00000000000000000001eae67990e0fb9af60b48f75e62b34c2beedadc69021e 0.68 MB 1,082 20
527,665 527,665 0000000000000000003645ba74e071f67c7f6f235bbfc7a9262d36957b6636f1 0.04 MB 108 14
527,664 527,664 0000000000000000000fd78c11095d8eea5f6d7dd8965a8272093a6a73823934 0.58 MB 901 19
527,663 527,663 0000000000000000001bd3b481f866b7fdcda84899275b3091e38091bc9c4fe6 0.58 MB 1,295 26
527,662 527,662 000000000000000000232c9157cb19c206ea5b3b72bd35fd5f188085a82c3727 0.28 MB 511 17
527,661 527,661 0000000000000000000ba36099e5a9e17d0426c308e2b0ead62bcb05cc07e821 1.11 MB 1,879 21
527,660 527,660 00000000000000000037331c74e7a30326dde10e9930a2b37e07f420b67159b3 0.04 MB 61 18
527,659 527,659 0000000000000000001323af67673857ade0097976a978d933e4a0c08140875b 0.18 MB 290 25
527,658 527,658 00000000000000000026e2a7e9c08841541a6fbab9d6bf5bc16d09708fc9c6ad 0.16 MB 205 14
527,657 527,657 0000000000000000002a0a027645b9989198445cbc0c944bf006c3a4db8a4658 0.03 MB 91 23
527,656 527,656 000000000000000000228abc39e5b5075d6d55a74a31ec4f5f85be277f6b014c 0.15 MB 303 17
Previous 10 blocks ↓
Total Size: 652.46 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,263.04 GB sent, 74.84 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.