Memory Pool Memory Pool Refreshing

29,344 transactions
30.95 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,418 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,879 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,417 (92,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
770,281 770,281 000000000000000000052ee6db8ba6cc2fdbd94d1fc230b822cec7ad57556588 0.42 MB 1,093 13
770,280 770,280 00000000000000000006f70ee8fa7e2f811df88ea7b7bb04d2fcf71c0545dcc6 0.97 MB 1,641 11
Previous 10 blocks ↓
Total Size: 684.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: 1,367.94 GB sent, 104.68 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.