Memory Pool Memory Pool Refreshing

83,244 transactions
34.97 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,819 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (79,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
770,307 770,307 000000000000000000069442f09d025d87013f9c1218b4a7ea032a60a4ff409b 1.30 MB 1,829 13
770,306 770,306 00000000000000000003d021b244269add838b9227b1a013a86bed363bf8aa8b 0.94 MB 541 9
770,305 770,305 00000000000000000001b3de09ca26355182e3b93432843caba7a25efb660ba7 1.45 MB 2,031 8
770,304 770,304 00000000000000000002ffd29e608c30a21783451e0bd1c7693d79868c866a82 0.41 MB 750 10
770,303 770,303 00000000000000000005dc766f543b6aa1c4bae573a55ba5f457a1bf8dc7945f 0.37 MB 479 8
770,302 770,302 00000000000000000000cb12d13b403a7acc04cec8c36ce994fd08bb7d871612 0.70 MB 1,086 10
770,301 770,301 000000000000000000023a3f8f26dadd88234203c62f4a275b109de61df6c6e7 0.09 MB 240 18
770,300 770,300 00000000000000000001d7dda197d1aaf0c74d51520b8d981c420f546e44c88b 0.82 MB 1,732 4
770,299 770,299 000000000000000000061997a6ae4bebf0662e5b242690663239952374f9dd20 1.63 MB 2,916 17
770,298 770,298 000000000000000000079824ec5fba31f3e5085583a83f4121a05adbd0f2bdd9 0.54 MB 992 9
770,297 770,297 000000000000000000010222d25f73b1be690c36d8b4bfee17543320d3c30f1b 0.61 MB 979 9
770,296 770,296 00000000000000000000cda92ccc6c731ad6645ed64b247ef6f054fb77ed8444 0.50 MB 756 10
770,295 770,295 00000000000000000004685026c32b96df7984c564caeeb43c4596e1ce70c4ca 0.11 MB 276 10
770,294 770,294 000000000000000000080eb11cd13c2f3607ef919fe2fa60a1e46c1dfeb2c2a9 0.60 MB 952 12
770,293 770,293 00000000000000000006057f8d4c5aa3a5fa0643fc026eff04b6cdca89a0b166 1.02 MB 1,504 11
770,292 770,292 00000000000000000001d05ffbcfaaecf0bdc0f0c161242281f09bd1d9197b1c 0.74 MB 73 1
770,291 770,291 000000000000000000043785f6203e42c8aacc8abd48eeae82e0babdf9f1386f 1.67 MB 1,100 5
770,290 770,290 00000000000000000004d4d4ce321755010729028a47cb5907894f6195e101a7 1.47 MB 2,530 6
770,289 770,289 00000000000000000001aa8734cfe6e0c468ca5426523b0e6e42ffac19b7ed4b 1.43 MB 2,326 15
770,288 770,288 00000000000000000004c4d77e4e057530d588c281215a15c9c1cce5346d4c90 0.16 MB 481 11
770,287 770,287 0000000000000000000546970da59f449824cb2b32c2160ddc1a1b01bc0d503e 0.03 MB 87 14
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 103 incoming
  • Data Transfer: 519.19 GB sent, 2.83 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.