Memory Pool Memory Pool Refreshing

56,088 transactions
26.07 vMB
Show Random Selection Loading Transactions
Max Size: 138/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,844 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,977 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,843 (576,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,777 268,777 00000000000000067d52e7c81f563c83ac46d5e95397aebbd7f4ebb038023258 0.41 MB 847 612
268,776 268,776 0000000000000003f671c3f599ad84e0c86a48f3840403a396090851c4412aac 0.32 MB 694 71
268,775 268,775 0000000000000006de597040c0c9e612046c649014ce197c257ec6833361fee5 0.25 MB 652 142
268,774 268,774 0000000000000001f42e83eaf4f7d2a1ad66c1fc12cc0fb7f7b44f452f285189 0.40 MB 632 60
268,773 268,773 0000000000000003925a52939952404a2c1a08dccf40ed0abdbc40631152f452 0.50 MB 959 104
268,772 268,772 0000000000000008213640715ac7ec0df6fce0c62a9e21edd348fd6f533afe26 0.25 MB 449 56
268,771 268,771 0000000000000000b0b5336062f39b8ab1a222811bc4cf302fefc3b19e21c8df 0.25 MB 543 162
268,770 268,770 000000000000000099fe71c337a0053be6dd1c4e2c78683ac41fbabbc7eb456d 0.15 MB 221 38
268,769 268,769 0000000000000001b1c56faf8c87db1c83dc9d22906d3e316128d280acad2c7d 0.71 MB 1,030 20
268,768 268,768 0000000000000006603d7ed321578f79a1cb11ef58eff32ccc53e5bb05092593 0.25 MB 610 124
268,767 268,767 0000000000000003c56f31073b5ecfc2e8e8cfe9ffc139b5703a2c25314b3da4 0.04 MB 54 54
268,766 268,766 0000000000000003fc1a994e71423e537c4b694d2f658ef49354f64bf8db7da4 0.15 MB 150 32
268,765 268,765 0000000000000005cc0bbce8c051e4cf66ce7396a9422a746d61b3b9abfddea5 0.15 MB 250 53
268,764 268,764 00000000000000032672bd886c82b5dc70d19e08dd9f0b779de4a230736923ae 0.15 MB 312 614
268,763 268,763 00000000000000057e8b6286172c1111abfb933dc0b608761e63bff8b86da209 0.07 MB 126 30
268,762 268,762 000000000000000267050e106bf75d3b6163adacdab8c65b6317eb6a0511260b 0.30 MB 512 83
268,761 268,761 0000000000000000a6a1837e0416684917e3ceca7c9f4d025b7b3403afd4164a 0.04 MB 89 50
268,760 268,760 00000000000000032fd5f00b59d2dcef2c5e61cddac69120f5b44d982edf53f3 0.07 MB 163 47
268,759 268,759 00000000000000015cda0bc2e546ff028d6ae8e309deee7e7ffd3230da169c35 0.15 MB 316 55
268,758 268,758 00000000000000048af9783ac26133616a2abbc4bb431b052806edb565c62fa6 0.17 MB 326 62
268,757 268,757 00000000000000001343b30d90fa81a91136126612b67a9792fd6f704ca258ba 0.13 MB 233 65
Previous 10 blocks ↓
Total Size: 652.10 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,209.17 GB sent, 72.43 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.