Memory Pool Memory Pool Refreshing

56,573 transactions
45.78 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,042 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,523 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,041 (585,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,610 256,610 000000000000001fd57c041241af9efec26c4a00ff736cdf0b572292c1df7792 0.01 MB 21 243
256,609 256,609 0000000000000019a11e98693fbb3b495fbf368ca0f91bf25d12d6e5b410e18c 0.33 MB 725 123
256,608 256,608 000000000000000de12319475f36d6d200f630655c9669d4a166740aca406a71 0.07 MB 156 104
256,607 256,607 0000000000000022c9c2a2b9715141007065db99a7b1e312a09f9bfea5a46433 0.02 MB 64 110
256,606 256,606 000000000000000e881bec66e7662f3fa3779fe3da0acae1e10e1a1850d620b5 0.18 MB 389 96
256,605 256,605 0000000000000027ebaf94fd57d3587bee19dd38b9a4049fc98b43713b716514 0.03 MB 89 103
256,604 256,604 000000000000001ed3a3c3c5c8224acf18402a3d41f9ace7c12fa100bb41ac54 0.03 MB 64 119
256,603 256,603 000000000000000548832c6572c6fc979c7375ffc666d84a60be9270290587b8 0.09 MB 225 91
256,602 256,602 00000000000000291a73354e0563281f9bddfab0f0c3c786b79903b9162e8a87 0.17 MB 323 91
256,601 256,601 000000000000000c0087f78b39500a5b420751ff1398ec33e664768ce6d2bb3b 0.24 MB 496 43
256,600 256,600 000000000000000772fcd2ea8400307edba9061abfa8e9833e0337b00186c1ba 0.50 MB 1,138 114
256,599 256,599 00000000000000056e7432b1537acc9a2327a81315dc063f701e3324ad0dd97f 0.25 MB 736 161
256,598 256,598 000000000000001301e5006348215262e1442eda54c7dea3090181abe3411865 0.35 MB 878 105
256,597 256,597 00000000000000166803ed062dc7d43f74b4b1550605c253f2e4d11b5865d34e 0.10 MB 277 115
256,596 256,596 00000000000000143b3cfed142090e9f6202c80ecb315dd6d4fc7d16a08fa93b 0.23 MB 606 102
256,595 256,595 000000000000000c101b0633fa2058508a885bf627d3398718fb296581f32f06 0.17 MB 308 55
256,594 256,594 0000000000000020a468b5eebef693b26f90d782372d28225044fc918da12244 0.25 MB 714 149
256,593 256,593 000000000000001f632d81d36f3169a5a40ec36046dee2875741ed1021a32c11 0.07 MB 144 128
256,592 256,592 000000000000000a4a21a84e0216aab68f5fbf1b5cc75beef76995872d8b1a53 0.08 MB 190 97
256,591 256,591 000000000000002a563043d9b5a48794a19bf7124a945fd73547c09bbdf80dc8 0.04 MB 83 154
256,590 256,590 0000000000000002f3ec0d59cef72189b1cb3870eae6bde7e16c06c66fec946c 0.25 MB 622 117
Previous 10 blocks ↓
Total Size: 646.83 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,423.10 GB sent, 40.56 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.