Memory Pool Memory Pool Refreshing

55,979 transactions
37.36 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,838 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,673 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,837 (146,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,407 696,407 0000000000000000000a4dedd7c0f5fd0db40d10fefd32e8a5234f46ee9f1aa3 1.45 MB 3,347 8
696,406 696,406 00000000000000000005dc56f6152bf403e63c160c622a9bd78fdbf88b1ff034 1.50 MB 2,513 22
696,405 696,405 0000000000000000000f64406d2d3c2ca5209bbb576b1973da11042c4d06adbb 1.58 MB 2,416 34
696,404 696,404 000000000000000000033e263c4c3ba0e10f5fe871063754f35f5997ffc06baa 1.59 MB 2,580 20
696,403 696,403 0000000000000000000189ca72cce3561fc8baae3559e54859ae2f333f7e31f7 1.47 MB 3,333 12
696,402 696,402 000000000000000000088a771bf9592a8bd3e9a5dc4c5a18876b65b283f0fb1e 1.48 MB 2,512 16
696,401 696,401 0000000000000000000bbc2c027a9f9a9144f5368d1e02091bddd0307b058ec3 1.52 MB 2,576 7
696,400 696,400 00000000000000000002b0d79b0185a35707c1276e99f6cc73b8cff058bdce39 1.62 MB 2,864 23
696,399 696,399 0000000000000000000c58f9bb6ee2f8a51abe0b69c15fa3d72df5635e79599e 1.45 MB 3,058 23
696,398 696,398 0000000000000000000289291301cc94f18fb01d7bf18c3d3a0de450507c616b 1.66 MB 2,722 48
696,397 696,397 00000000000000000005b1e443bc7acd947e226eae40e5865835e6880a773824 1.49 MB 4,053 5
696,396 696,396 0000000000000000000cbc33c956617a3de89509c7b7cc29f7edc73dfca119c2 1.59 MB 2,544 19
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
Previous 10 blocks ↓
Total Size: 648.34 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,617.37 GB sent, 51.24 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.