Memory Pool Memory Pool Refreshing

63,185 transactions
41.80 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,082 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,011 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,081 (508,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,798 333,798 00000000000000001062fa5322d0abdfb59c8f757e201b555309dbdbe3e2c646 0.75 MB 2,364 34
333,797 333,797 000000000000000010cd8da140c5fcdc9e8cb9e2b0e68cc81fd26232d98a62da 0.37 MB 693 25
333,796 333,796 0000000000000000181ab91dc0452e768e1cda50b5deb5aceb847057f90002d6 0.82 MB 1,183 20
333,795 333,795 000000000000000003204cc534bb60d690974eba0aa2eb31578c50c307672603 0.33 MB 881 30
333,794 333,794 000000000000000017ed0bc75bfc5fb43013d945eb509b2b9bc5df4b6229b06b 0.03 MB 64 34
333,793 333,793 00000000000000000330389aa49520b16da6fda831fd352c66653138f7cab1fe 0.51 MB 538 16
333,792 333,792 00000000000000000e8f5d20766d12aadf53f13be46024d8f82330f50fe7b17b 0.00 MB 1 0
333,791 333,791 00000000000000000222c8c0791301b9583cd127e16dc5b94aa6df764e998e12 0.28 MB 738 34
333,790 333,790 000000000000000006af43e5ce65403e21ca016c68271e622ebd0f7257aafe5d 0.26 MB 452 22
333,789 333,789 000000000000000017cbf63d3520566a6bd68bcf1ebcc72c3eed558988de8e2f 0.07 MB 177 21
333,788 333,788 0000000000000000150f0e4e9f44f16c567b7ab22c6dcd2c55570f5d35b64ac3 0.69 MB 853 18
333,787 333,787 00000000000000001a030050978d3ed34c54bc64203b454c0b26f51326210002 0.50 MB 1,145 32
333,786 333,786 00000000000000001aae92dd05cd7d6fcccc980d3f05fa8572bca7a5b504d226 0.18 MB 352 21
333,785 333,785 00000000000000000db35f4d59fa069cd8969fd1f5343acc6c4134584b6a00bd 0.02 MB 36 26
333,784 333,784 0000000000000000039a75ca8137bc7c6b142aa3992b7b7a75862c7766b05e37 0.07 MB 137 20
333,783 333,783 000000000000000009c349074351756f8325d3cd61f85cb7cf50e50a7b6c925e 0.55 MB 676 16
333,782 333,782 00000000000000000b4871c47cb82f4c9a10414eca8e2a34d302c4e6db1f28c0 0.22 MB 326 20
333,781 333,781 0000000000000000009bb8bde9942badd9159848d6124e324c0932e394ee9932 0.18 MB 365 25
333,780 333,780 0000000000000000036b1ced523833feb2697ed5b92bd117ee8caeaf8cab3f35 0.47 MB 744 22
333,779 333,779 00000000000000000c9766d07a150423683754d40f89a39554fb33669c98865f 0.05 MB 83 10
333,778 333,778 00000000000000001214662f36f14915f4723ea06aebe50ccb0e3dc01be410c4 0.10 MB 131 9
Previous 10 blocks ↓
Total Size: 646.90 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,433.76 GB sent, 41.30 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.