Memory Pool Memory Pool Refreshing

65,245 transactions
25.30 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,709 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,338 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,708 (79,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
770,286 770,286 000000000000000000071c1094e78faef1aa90d6a098a39f258241bcb8e15e91 0.36 MB 293 9
770,285 770,285 00000000000000000001e7365ab7c4cf717758107ec09b19f1bc4ff93055a6ef 0.78 MB 2,044 10
770,284 770,284 000000000000000000018c5995f09bcc73bcdd063a9c4a8bd48274e830332f3b 0.77 MB 798 3
770,283 770,283 000000000000000000046261963c417108ba66a132793971bea45b4d0a135bb1 1.64 MB 2,637 9
770,282 770,282 00000000000000000004ca49c2ebd6c49aeeb081161ede52d1d00e7c8fb29379 1.67 MB 2,572 10
Previous 10 blocks ↓
Total Size: 660.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 647.82 GB sent, 3.80 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.