Memory Pool Memory Pool Refreshing

48,852 transactions
48.56 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,041 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,078 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,040 (544,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,898 297,898 00000000000000005c46f3dde6cbd02e92f4658c3cb6eb63fdfb3e6db312011d 0.17 MB 352 33
297,897 297,897 00000000000000002bbc4fbfecbc55a27e19b50fa920cf89c7122c6f4cdcb010 0.05 MB 80 42
297,896 297,896 00000000000000004350aaa7a9f8674e960925fbff43d2689217d5cb7f449582 0.05 MB 64 6
297,895 297,895 0000000000000000560ac28fb7f7d73097d8245397e4bc62157c6369ad9aa483 0.03 MB 53 28
297,894 297,894 00000000000000000d221db0582ecb8606e4761ba564c753f98677a9ec15f167 0.08 MB 136 30
297,893 297,893 000000000000000032a597b24a3cde23ae98758ae1a106f1e519f20785f9d834 0.21 MB 456 36
297,892 297,892 000000000000000069db274bdd49f405249d95d7c08d935fe97a6bb1ededd3d4 0.08 MB 64 13
297,891 297,891 000000000000000099bcee8fd50e76efbe6cd777f3195e1042fd8acdd2b00f88 0.13 MB 208 29
297,890 297,890 00000000000000000062ba7347bd1b2736216f6f7659446e7f5c77324b74356c 0.19 MB 208 26
297,889 297,889 00000000000000008a1cecc88b2a6e54c022dc73de14089d5b09e9f050560e9a 0.08 MB 13 1
297,888 297,888 00000000000000000ab804eddd4e32de13fe4b70ffcc2f1eb4cdf8dd0c118185 0.14 MB 71 15
297,887 297,887 00000000000000000e4ad9923ca534f1664747729121dd6d6de2976207ed5653 0.05 MB 32 13
297,886 297,886 00000000000000007cc2fb7468ea5502d4d33d32abec6da0594211353416ad19 0.33 MB 562 30
297,885 297,885 00000000000000003fb97c96be368b620606a8015349248f21c67667ccdc547b 0.10 MB 190 32
297,884 297,884 00000000000000001b62b49258b7dc26ba2e7938b0577be3966007d367f23a37 0.35 MB 706 35
297,883 297,883 00000000000000005d0d6bf135a66c70c525376577e14becca9493170a7ae574 0.10 MB 34 4
297,882 297,882 00000000000000007a1e3b3f031bf4f8c1654a8dcf8e66e582e73a4128356f10 0.26 MB 398 29
297,881 297,881 00000000000000002c2b54fb0bd03e2c3c5b97e52bf022ab5f11d2df4df9cdbc 0.05 MB 48 11
297,880 297,880 00000000000000004e8cccb0ebe70350363277e2e9eec0fefe7328d01f60caa1 0.08 MB 64 12
297,879 297,879 00000000000000001dead1b2e2967171d88cb7b4ce35f15f17e86cb50a8df09c 0.35 MB 618 40
297,878 297,878 000000000000000029c3e5b942c254b06f4f5d9cf106066372cbf4d51c76888d 0.08 MB 27 3
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,421.33 GB sent, 40.52 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.