Memory Pool Memory Pool Refreshing

47,994 transactions
33.58 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,063 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,921 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,062 (166,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,103 696,103 0000000000000000000ba5d2c042bed76d8630de98e59e31bbe31d43bfc7586d 0.36 MB 555 30
696,102 696,102 000000000000000000105549f4889a609c415dd4b145d50ab13ab592e8b2abf7 0.67 MB 1,038 28
696,101 696,101 000000000000000000043b0c9ddcc5b5a3301b35284519b331336a76e8af079e 1.38 MB 1,549 8
696,100 696,100 0000000000000000000450fa86eb0e7a004a13513847598306843a716248ef96 1.28 MB 1,971 16
696,099 696,099 00000000000000000003a6c40d2527fdf3a1fb8b7386e9890f4058e3b58b6ac7 1.43 MB 2,527 28
696,098 696,098 000000000000000000101a1e1878e79def800814d49a65b1f51aef9b3c1bbf6c 1.17 MB 1,252 14
696,097 696,097 0000000000000000000de57cc0872e605f8849cd36861da01b2089889f73ca29 1.32 MB 2,232 19
696,096 696,096 00000000000000000005ce429c10d73dbed5de1cac0f08828387b658c5a1e935 1.37 MB 856 14
696,095 696,095 0000000000000000000cfb7e818ca444872b143904bc912c4e78bd65c15d56a7 1.51 MB 2,618 22
696,094 696,094 0000000000000000000ccd72874519b3e6db50faad37bb31c47013f3c092a3cc 1.24 MB 1,562 1
696,093 696,093 00000000000000000002d133dfc3e855c25effbb8aa2f74782ad51fc63882381 1.48 MB 2,724 18
696,092 696,092 0000000000000000000a997fa3aabaaac4a49174ba304a02da1305627685e4e2 1.40 MB 2,738 31
696,091 696,091 0000000000000000000c3a0008eb78d967d8843d772aaae2364de5fb5475dabe 1.18 MB 618 1
696,090 696,090 00000000000000000004f5ed8f45cced0920322a3c101465b009ab1313d858cd 1.46 MB 2,715 18
696,089 696,089 0000000000000000001054d7a9d6c441e05d29115188e3f1d3bbca270cd65a58 1.47 MB 2,966 13
696,088 696,088 000000000000000000105ad060cf67d9ed89b78a0c6cbb38c5662e8f867b6f2f 1.53 MB 2,645 21
696,087 696,087 00000000000000000010049bb03fc8fbda9efa55560e5568ecbccb59d4554928 1.30 MB 1,508 7
696,086 696,086 0000000000000000000b10a26d7b41d3442cfebad2399578ac51bec1aebf38f8 1.23 MB 1,531 3
696,085 696,085 000000000000000000107f84e54cdaa09e2ecf500654210687aded8b6ba42480 1.50 MB 2,674 19
696,084 696,084 0000000000000000000a884c0bc521fa58c1ccedd91d6db5382bc7bd365c42b2 1.14 MB 1,279 2
696,083 696,083 0000000000000000000ff9cbbeb45b6614f0653e5d7bc4e5dbab064fe08c4c4e 1.53 MB 2,610 17
Previous 10 blocks ↓
Total Size: 686.21 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,418.00 GB sent, 113.53 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.