Memory Pool Memory Pool Refreshing

89,860 transactions
36.02 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,119 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,716 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,118 (315,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,884 530,884 0000000000000000000e55fbfe58b39b0f573f1cc280f0ca8a490eefce2fc716 1.09 MB 1,514 27
530,883 530,883 00000000000000000033937b71f06ba6c4d79958da9a5a655be8a59c51c654b4 1.02 MB 863 73
530,882 530,882 000000000000000000091a4fe2d092f3f19fe7920a54fc07e9ee212f5a44a545 0.10 MB 245 25
530,881 530,881 00000000000000000033015e1d19d23c52fe23c4fef87f7a0382f80bd6a0c3e1 0.31 MB 742 24
530,880 530,880 00000000000000000001b323cafa89e1e56a2d69f732887b4222200949dac2a0 1.14 MB 2,490 20
530,879 530,879 000000000000000000302e53bffac7d111515e0d4b55571d68e855741999abe2 0.30 MB 684 16
530,878 530,878 00000000000000000000ba14c99f11ceb8b5732b05129bcdef869409b70d89cf 0.23 MB 543 21
530,877 530,877 00000000000000000022f8a32203b89396fecaa79989a4953dd055f9f9ead3d1 0.62 MB 1,179 41
530,876 530,876 0000000000000000000e4ac2c2f6be1265bc67a0f2d95f2777e528f3413471aa 0.34 MB 690 25
530,875 530,875 0000000000000000001833d89b48a178df0dbf13d09ecef148c384bddfa6b13b 0.78 MB 1,542 45
530,874 530,874 00000000000000000010c0a3306e608215e34c394474fa5bb18d8f76451baddb 0.34 MB 684 29
530,873 530,873 00000000000000000002ecd9ffcd1d20d77e5f7afa1cfad44f77d348831f5181 1.11 MB 1,626 8
530,872 530,872 0000000000000000001a04978127cc476771ec8cf95f3d39f5033f4d68bcc7a8 0.98 MB 2,410 23
530,871 530,871 00000000000000000029ad14e8e419c100b44e382018bff02726e77c3dfd2cd4 0.22 MB 433 19
530,870 530,870 000000000000000000312fd3cbb73e1e01d940c2c01420b12ec62d7109254b9c 0.07 MB 168 24
530,869 530,869 00000000000000000027ed2a452b8052bfa37b1c5307f8851ca11b7e9f48b8c6 0.74 MB 1,395 23
530,868 530,868 0000000000000000001ad4e84466ac775b0465db04b510ba008f7b61bdacfe9e 0.33 MB 722 25
530,867 530,867 00000000000000000022d346008a05f030bc5a70d15d88c22d92c40a1f0e04af 0.55 MB 976 17
530,866 530,866 000000000000000000178198730bc334770cbfa352f8a1a8e15c7b524cb7333b 1.22 MB 1,777 6
530,865 530,865 0000000000000000002a65e6f81c679b39d8562bc8b7f451585f7df5161d634d 1.19 MB 2,320 18
530,864 530,864 00000000000000000010ca59c924920db845b110b476e1545a05092030d0ca17 1.16 MB 2,163 18
Previous 10 blocks ↓
Total Size: 654.44 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,373.55 GB sent, 88.94 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.