Memory Pool Memory Pool Refreshing

1,199 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,712 (682,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,414 225,414 000000000000008f6eb525d519e1aaf339b289fee3f4b48426bbe351406f56fe 0.15 MB 267 147
225,413 225,413 0000000000000136b08c8ed2607227bf4efd6bc9589cad09ee6dfe2a53c40f34 0.15 MB 278 124
225,412 225,412 00000000000002ea70bbe099ad071eb469020ea06cdb37c09401ad5c0984d30b 0.25 MB 770 283
225,411 225,411 00000000000002672adc0789b90fc572413503200c5db06b1b2127d94c7ad7c5 0.00 MB 9 0
225,410 225,410 0000000000000184961ef5c2b08a23c9bb0082471acde8aae0d24fe70b62c578 0.18 MB 265 111
225,409 225,409 00000000000002aef28db160c61f79296e7a5db3a4fdaef2ef243f76fee008b0 0.05 MB 129 197
225,408 225,408 000000000000030f0d3d0ee94ec86ddafab1549083726b893e468b56599d5917 0.15 MB 422 255
225,407 225,407 0000000000000013e1437c734bd1200b6535ec76c3c6d2e4a723f9dd86a43205 0.11 MB 243 224
225,406 225,406 0000000000000146571c7f7d14014022752961ee8f75378a9a0253ecb824dfad 0.13 MB 285 173
225,405 225,405 0000000000000304917b7399ac5fd83a602acff150510fafcfcd64e3335a942d 0.06 MB 143 207
225,404 225,404 0000000000000299b897887f91ee2fc0206a3212ee5f8d5c17adb886e95fd41a 0.15 MB 285 174
225,403 225,403 0000000000000064ada2a63940dfaf997b974ba4b363f94a8af936d87f6e3749 0.22 MB 394 166
225,402 225,402 0000000000000249162366969991e96975f83115224fc3b075226b7064f1f512 0.25 MB 393 139
225,401 225,401 00000000000000a065146dd5934d8b6ad809b51f32582b43cc02b69262d6c800 0.25 MB 681 229
225,400 225,400 00000000000000ef28d826e3a7c7bed3420a6a289d7eac0fbef86640051088f5 0.09 MB 161 145
225,399 225,399 00000000000000b01539e12ac8e68c273e74b7ff237fd5591c546dd1decf43cd 0.12 MB 220 156
225,398 225,398 000000000000038ca51f4d41d17222113cefc9f4fdfedde3a68c613b463c9901 0.05 MB 68 110
225,397 225,397 00000000000001ba22000677ee8f6fa41c503c3dfd97e4477977eee871c5ae5c 0.23 MB 374 149
225,396 225,396 0000000000000259ae8dea078dffd0a3707b699704bb00e49524fab8339c48d5 0.25 MB 717 246
225,395 225,395 000000000000021f77bb8fa1265f5424a4a8c95a8351884b64d768aee7615716 0.05 MB 140 166
225,394 225,394 0000000000000252ad651bdef3681c0d05fa4bf8daf23181d4876ac54a6b62ce 0.01 MB 32 158
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.