Memory Pool Memory Pool Refreshing

5,982 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (710,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,258 197,258 0000000000000635aae880b5abe5d7add9a19e7b55381a5b2b3a0241dccfa5ad 0.04 MB 88 101
197,257 197,257 000000000000025223e5f0962a55367c5eaf45f01153055e9e6b1cc7210f755c 0.05 MB 131 128
197,256 197,256 00000000000001ad9a12bc957564d6c94a4c1e94b45254bbe712747d92b2e988 0.09 MB 178 114
197,255 197,255 00000000000004279a0f9cf5f83e35ed56fe05e5d8902b0a4f378cb73c16c510 0.05 MB 132 107
197,254 197,254 00000000000003e1257b50115b07714fb1becb1a829f359b725bc12788d9090c 0.04 MB 82 125
197,253 197,253 0000000000000359cb24d324ffa6e6af3c2566f17ba21c93816d34b85754d958 0.01 MB 24 90
197,252 197,252 00000000000003075d3b787b61f3b66d41e69afe0f57dd08fed010cff9fa2210 0.11 MB 284 122
197,251 197,251 000000000000065e76d7c9fbd4a506a9b08bdfe8a94d6ab83ef8e80872b4d851 0.09 MB 250 148
197,250 197,250 00000000000003f9dcbbc648d2324be9e4cac29d1357e31e8502509cd8c21bc3 0.12 MB 276 134
197,249 197,249 00000000000002ec06d23d81bb172de59840a21b15ed34a8b35bacb37a3ab1d6 0.00 MB 17 150
197,248 197,248 00000000000006a13476807717eba810cf78c124ec75eb7d4e102672dc1ad5ba 0.04 MB 89 150
197,247 197,247 000000000000051e047178fd170c48792077b330058f298a6bc6b0f05d1579b4 0.18 MB 429 132
197,246 197,246 000000000000052f2642490cf84bca71e58e7db5d586f0c09398a0ad21d52c89 0.05 MB 124 143
197,245 197,245 0000000000000134b9e2ac8e79d364640f7b7e22ec114dd8a4597cd780ca446e 0.00 MB 11 14
197,244 197,244 00000000000000970fd1e9737fbf93bdf71419c8c3018bda0325c11778a0f575 0.05 MB 126 128
197,243 197,243 000000000000010f656b57ee0a439ff035adc32cd7d5bdb09dc3e967da381445 0.05 MB 157 47
197,242 197,242 00000000000006a4135d2b83ce33ae8b103b17ecf7a48f51842cf234b7458cee 0.04 MB 92 106
197,241 197,241 000000000000062c8ac8f32aa3925cedb19550396eb008df6e0f8a0b7d6392ce 0.14 MB 383 170
197,240 197,240 00000000000000f2a2e2bb7cc0939eae1a2bdc49e70a4a0d2394bc91b70f7716 0.02 MB 46 100
197,239 197,239 00000000000005a78bf2b95355c4d73db968b1ef9bc3fd41bdaebef304aa9e52 0.05 MB 144 208
197,238 197,238 00000000000001de10da2559fb51b20f731fafd2ac65fd467fbed0cf0a4688b0 0.01 MB 48 118
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.