Memory Pool Memory Pool Refreshing

41,733 transactions
41.90 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,717 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,564 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,716 (575,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,590 266,590 0000000000000006a6fd52725dc47cabf76fe6e4d2cf31e8cb108c794d852f31 0.33 MB 643 96
266,589 266,589 00000000000000018bfd882aaa0395325c93fe06721d5c47cf9cb1c080456496 0.15 MB 235 41
266,588 266,588 000000000000000aa39aeae6a76d173bed773dc0b85a53ecbb39aefb2ada150b 0.05 MB 101 22
266,587 266,587 0000000000000008611db6252e1677c7d974ea9e3d91b4e1db49c2bf02f11da8 0.25 MB 598 86
266,586 266,586 00000000000000092c5347a8c88f27e977f80f11e69db640ecaaf9ebe37a2fe4 0.24 MB 487 69
266,585 266,585 0000000000000009041aa992686686373964c1ed9d977c2f8e0b250695c89535 0.00 MB 1 0
266,584 266,584 00000000000000017beb8d0f40669c3d125f3669a63a7a4f11daccc71cfdfa33 0.10 MB 268 95
266,583 266,583 0000000000000002055060d211c9ae6e3571b567e510cb12752fbefc277320a3 0.27 MB 590 88
266,582 266,582 0000000000000004ce4682221edf24260796314a66303e309b2e68abde57c1b3 0.34 MB 432 23
266,581 266,581 00000000000000081af9f878bb2bad524d5ca3417ccbaa47b7dee70b552f8dfb 0.25 MB 599 109
266,580 266,580 00000000000000009fe292ffbb099dc1d2db0e416f59d619b4943385096dc505 0.25 MB 522 72
266,579 266,579 000000000000000147bdc94914e334fad16e41a756f7f02f53a4c6e02c33f3a3 0.25 MB 761 62
266,578 266,578 0000000000000007a65521b167ea5ea54d95109d41630da098e7f15ee8600d56 0.25 MB 531 143
266,577 266,577 000000000000000072456e1c95f57f4b46842f5396773c68a713b9867ed47139 0.25 MB 652 93
266,576 266,576 0000000000000004a6f3980f6d4469bdcdbf39784fb3c882923d53663160f9e0 0.25 MB 664 128
266,575 266,575 00000000000000044b3c66ac7e75b49521d3dc6c4d388dd1e99e031862f78aa6 0.07 MB 156 70
266,574 266,574 0000000000000004602ad80cdcbd1fa9b500c88229ca42e3da563dee3ab196eb 0.05 MB 119 46
266,573 266,573 00000000000000023bed5d51bb0fabc55a792f5992b18d0347c75fe203f14f31 0.18 MB 455 89
266,572 266,572 000000000000000636bd94cae29ea51ecb7b6ab5672a4952b085d37310498d53 0.12 MB 289 91
266,571 266,571 000000000000000a668f5a8d61c34908b776462a23cafd9cbb931e4fea50a5fc 0.10 MB 220 29
266,570 266,570 00000000000000012834e1cb42727d567eb2e15622e9a4824e59fbb1b0c0c2ae 0.15 MB 327 91
Previous 10 blocks ↓
Total Size: 646.23 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: 8,334.53 GB sent, 36.55 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.