Memory Pool Memory Pool Refreshing

2,012 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,005 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (385,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
522,382 522,382 0000000000000000000c1b2f1d2362129ae5520457579aacf519cbee007b7dd0 0.46 MB 836 32
522,381 522,381 0000000000000000003d5f70bad378dd15b348ad343f4c42636ca7b3b0492fa0 0.01 MB 29 56
522,380 522,380 0000000000000000000444b57e36a48f4e1deeefba59d92673b37d05b2c28613 0.36 MB 869 42
522,379 522,379 0000000000000000002b12d86eba3dad9193d7fdbb741bebb9944bd21fa3ba43 0.57 MB 1,057 35
522,378 522,378 00000000000000000024b2a0a62a6615e9bb6f70f838805faac3a8d423299f4d 0.35 MB 804 31
522,377 522,377 00000000000000000038195384c12f086d119425e60a92cb2eacf645c1b3a342 0.01 MB 24 33
522,376 522,376 0000000000000000003ac9f90ac3657fd9f0d8b3b31ba5602869819a889a097c 0.64 MB 1,497 33
522,375 522,375 00000000000000000013f639e10be0dabe124312cdf9f8a7e7218b4e186eb8be 0.26 MB 531 31
522,374 522,374 000000000000000000287acca2df21699531655f1a4cfa11838bbc568a451207 0.15 MB 305 22
522,373 522,373 000000000000000000120011d7a6bb3fd7d16fd1638395ce485c7d0418bf70e8 0.53 MB 1,112 40
522,372 522,372 0000000000000000002ff7e70975b3db9e771ebae5d8ae20b63e52c49f24e9b6 0.45 MB 903 31
522,371 522,371 00000000000000000020f40a43af2d3e174f0f218458aebade3ecfd4af8944b5 0.52 MB 1,029 15
522,370 522,370 0000000000000000002e1f9215250cf834c6253b8fa9b7db8b8858bffb53f71b 1.18 MB 2,786 43
522,369 522,369 0000000000000000003f764e4be39155092cd227a7949003b60798a4a4e3c133 1.03 MB 2,155 34
522,368 522,368 0000000000000000002804f903a25fc03929eb12fd827854cf4931c1122ca851 0.03 MB 85 19
522,367 522,367 000000000000000000103e2746480cccd87f52fa596171fa47bc92bf71b772d4 0.52 MB 1,112 15
522,366 522,366 0000000000000000001aebf86289db23da05f854a0578c5b03fddfeeafdb811a 1.13 MB 2,170 40
522,365 522,365 0000000000000000002584db34e700b174a01fdbacbc5d3420f9ce9345c3b2b5 0.25 MB 277 44
522,364 522,364 00000000000000000002193d39a14038ffed269885bcb41d51d8f371c88f509f 0.10 MB 161 46
522,363 522,363 0000000000000000000ea7813cab8cb5915ca0eda43d2dde04ea5969d1a4e025 1.23 MB 1,812 6
522,362 522,362 000000000000000000354d438fa0c0647896dfba1219843ccae866664139d6c3 1.06 MB 1,608 14
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.