Memory Pool Memory Pool Refreshing

44,244 transactions
63.17 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,607 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,068 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,606 (147,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,395 696,395 000000000000000000097c9e3c8eabed4397e1f400d551ab3c4ada0526d1a33e 1.51 MB 3,845 17
696,394 696,394 0000000000000000000aca0460feaf0661f173b75d4cc824b57233aa7c6b7bc3 1.42 MB 2,291 9
696,393 696,393 0000000000000000000c011c470203e0c48da416a1db6c490d887a161a037743 1.60 MB 2,635 40
696,392 696,392 000000000000000000050c0a6b60e8b66f4a6273987c8180a7aa6579d7c93250 1.55 MB 2,608 35
696,391 696,391 000000000000000000016d2814e42a666972f23b4f62f1a3c42c6a95ae1588d4 1.13 MB 1,379 3
696,390 696,390 00000000000000000011cfcdc65bf4042d1b2805b525f084a9c3e11b9dfd95ce 1.33 MB 2,789 4
696,389 696,389 00000000000000000001f16ab74e2977aaf486a67cab08f09f849b9ce990ab19 1.63 MB 2,828 32
696,388 696,388 0000000000000000000972556232e213bf2479b187e2d2fd6de004203bc41685 1.50 MB 2,902 19
696,387 696,387 00000000000000000009d7590d32ca52ad0b8a4cdfee43e28e6dfcd11cafeaac 1.47 MB 2,641 29
696,386 696,386 0000000000000000000eabe616cbc08cec236a43bb4b80cfc2ed31819edf0032 1.17 MB 1,138 5
696,385 696,385 00000000000000000011261a2de52cec00b2ae3d4c006c3680c1cc7e0a6bbd8c 1.31 MB 1,847 6
696,384 696,384 0000000000000000000d09c3582920de6aec6900f152f0911be01d5607da60e7 1.44 MB 2,289 29
696,383 696,383 0000000000000000000c3c70bb92d5b69cd1dc462cce3785fb41908226220b4d 1.49 MB 2,644 13
696,382 696,382 0000000000000000000db8a8dd11b39eca9be0d0ba4533a41a9b8e086f682a17 1.54 MB 2,440 9
696,381 696,381 00000000000000000001e8dd6d8799f10cf33af6cf6f98ab992b2900683ae884 1.17 MB 1,065 4
696,380 696,380 00000000000000000001e39cff9597f8322704391b487011a3082ee3d0f62e71 1.50 MB 1,993 9
696,379 696,379 0000000000000000000f2b521fd26d4d68d72c052a95e091649db8f086749230 1.10 MB 678 4
696,378 696,378 000000000000000000065afea25bca687ee731d3a23d7975d45377007fa14b4d 1.43 MB 2,923 9
696,377 696,377 0000000000000000000d72fd48c06e7394184407d55174f82c687a04c36d2f6d 1.48 MB 2,714 20
696,376 696,376 0000000000000000000a24764ed33ea6e6716abbbc5334a86ee29bc0b9e96be2 1.48 MB 2,866 17
696,375 696,375 0000000000000000000ded665b985a4000622a8529ea05cc0b395cefd894c659 1.49 MB 2,625 11
Previous 10 blocks ↓
Total Size: 649.79 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,854.56 GB sent, 59.75 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.