Memory Pool Memory Pool Refreshing

934 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,769 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 934 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (721,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,309 186,309 0000000000000789bd77e2f221553aff4239bc7dbf72fc00487ec9b08e411aed 0.23 MB 558 118
186,308 186,308 00000000000003dfc75548fc2fd39f0f6b2f525eb9104b062ea10082e3d7fba6 0.13 MB 323 179
186,307 186,307 00000000000001c8fd6daadb3045c4475f90fa33ab18690eb7435dd261e54c14 0.00 MB 11 0
186,306 186,306 000000000000005594d592e44760fb54627cb8237ee16e657b9855c504d3482b 0.02 MB 24 74
186,305 186,305 00000000000006f47dc3f92cee880e352a159bd8e0599c1affa7dddbab59af2c 0.22 MB 346 72
186,304 186,304 000000000000098f14a4b75b1ecc6785122c2bf2f01bda27ce4d491a51c7c07c 0.10 MB 303 199
186,303 186,303 000000000000022600f4a9983841add20bfa96d7bf9cc8b495ae21106ad4d98e 0.00 MB 9 30
186,302 186,302 0000000000000866ebd67c4b2efc7fa108bfceeaf3f3183c7c4de6e88db019ab 0.03 MB 111 11
186,301 186,301 000000000000040e4d1da66ec1b11860d9efb116732aefa94b440f4ead2d6c5f 0.42 MB 1,094 169
186,300 186,300 0000000000000566300f60e60a76570ab3aed7d9d9bbc342a444c353a4c19af1 0.06 MB 202 37
186,299 186,299 000000000000038544b5950a0df80531596466c1ed160ef1a554a59471234017 0.25 MB 518 144
186,298 186,298 00000000000008f2af593f9c131db74037c616c4b0ee1a9108f4a389f3d45836 0.00 MB 16 170
186,297 186,297 0000000000000660bff3f9f132b2f2a02c11e9bcd75139855f55bb90a53b3448 0.00 MB 1 0
186,296 186,296 000000000000022a13ab8514bf1196f550929fbcb73039da7095d3d5a750d9a8 0.06 MB 168 35
186,295 186,295 0000000000000791f74b0ff511673799f5bf4f2d4305677000e8b855d8e99104 0.09 MB 317 146
186,294 186,294 00000000000004dd222409499bbea5c717414974c6412a8a3485eb19af914721 0.25 MB 344 168
186,293 186,293 000000000000014c971abeecee5e335cb41cfb6d328a92b68584eb48891e9fee 0.04 MB 103 220
186,292 186,292 000000000000081b841572fe2312c53cae113d7614efb2cfa0ae10acd25b9bdc 0.05 MB 90 100
186,291 186,291 00000000000008d8a509c50a42a7acea01da89f241555e37eacecdc5d96afbf4 0.02 MB 52 92
186,290 186,290 000000000000021708716283bfa1b4c9f88f0b0b2dde7575364c19ea21826826 0.02 MB 32 51
186,289 186,289 00000000000004a56c67ffccd2f45f76e734f10b293225c506a0fbe1c7bab3bc 0.05 MB 125 120
Previous 10 blocks ↓
Total Size: 769.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,629.34 GB sent, 93.42 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.