Memory Pool Memory Pool Refreshing

86,363 transactions
28.42 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,067 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 7,515 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,066 (643,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,871 201,871 000000000000014eb9dc0a82dd8188abbdfd7c969ccc87ea9a1ddfbb948f6d62 0.00 MB 11 188
201,870 201,870 0000000000000538efa1af6fdfb5844bab57c615f5da49109e942220f3f4e7e3 0.11 MB 288 235
201,869 201,869 00000000000001c76689f67f08117947a03ecedb3e3777a0f5bd59b053b5af50 0.14 MB 384 190
201,868 201,868 00000000000003bf25d33018e7f9e71385ffacd863863820837ae6f67c1a319b 0.04 MB 110 183
201,867 201,867 0000000000000221fac2ffc3c27c8fea1e0134490e8a8701a6590b375fdcd4aa 0.11 MB 201 89
201,866 201,866 0000000000000006840d031dbfc3ddced3a290ec2545c349afb2df05e4b87c11 0.08 MB 193 154
201,865 201,865 0000000000000497e98d362e38d141b03f40e0e034c0c3f4eb283917e5cad703 0.25 MB 609 235
201,864 201,864 0000000000000228f1210a982fd02dc96d9e20d47b70d06ae196d63ab9b73c73 0.27 MB 554 156
201,863 201,863 00000000000004e15ecf81f811166174afc4c615d68f0c90b08f0a3f08d11f3c 0.05 MB 97 105
201,862 201,862 0000000000000152368443cd805b7935378ce5f2bb507c74a78e217f7a6b96ac 0.01 MB 20 362
201,861 201,861 00000000000005764c6eb32c0417879032df3d73b25d7040e9b1a976516671e3 0.12 MB 323 281
201,860 201,860 000000000000043c9c31a454f1baf36862648f03ea9c1bf011b4ec7e1dfd0d39 0.06 MB 126 193
201,859 201,859 00000000000002ded15a94d7e6068e7d3d6ada5a2f9b696c8ea0fda9463e9f21 0.07 MB 150 115
201,858 201,858 00000000000004211553b18523e11de409afca7190d6b52500d8d0af318053a8 0.17 MB 445 217
201,857 201,857 00000000000000ae4a8f57540080e63b83c12c13e0920a31d486a703cfd615b4 0.00 MB 1 0
201,856 201,856 0000000000000463587fb93104945f90516299b0eb3244b30ef37cf314ba50d8 0.43 MB 950 123
201,855 201,855 00000000000000e1ddb5c3115b147f79c580fedec9151d7b249809df76e6c393 0.25 MB 504 166
201,854 201,854 00000000000004b95563a516faf73717e2786bb60e2bfbe3ccab0a74d7e6cc73 0.00 MB 13 180
201,853 201,853 00000000000000ee488c795f4ce3e60652192208b0099aeea62620047fea754b 0.06 MB 192 72
201,852 201,852 0000000000000228d72248d0ab34aad028b94f1ca551ef8b63547e391c810cef 0.23 MB 530 120
201,851 201,851 00000000000004fb21c042cb00a4b420a544abb4c87d2c70d94266c64541e1f9 0.05 MB 130 48
Previous 10 blocks ↓
Total Size: 652.52 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,268.93 GB sent, 75.28 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.