Memory Pool Memory Pool Refreshing

6,019 transactions
3.22 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,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (696,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,168 211,168 00000000000000e7e791578e73937c3def13b4a7bf8b74b3743abfd056118996 0.18 MB 274 145
211,167 211,167 00000000000004794c9171c5a55589788c76137f744dcd286d6b100ea1695abc 0.25 MB 656 230
211,166 211,166 000000000000039e43efb9a989413f3ecfe03f460002d7277c374f6b83f1163a 0.25 MB 674 221
211,165 211,165 0000000000000177881fba3a47e5f265f319fab5da19dd33dc337d4232eb733b 0.08 MB 243 121
211,164 211,164 0000000000000077cfac2634d2e562d17ba79355e1a0f300a263c9aa0447e244 0.04 MB 81 41
211,163 211,163 00000000000001d395d60906b7f2c1772b3706caed8729587922e6fea82b2f91 0.00 MB 1 0
211,162 211,162 000000000000017946e1254c176f3ad0ef61d0b483d9d6cf098592265906feec 0.15 MB 333 261
211,161 211,161 00000000000003595a13f4eb4bd4de5a74c019cdafe941d6c08288c903d93159 0.11 MB 216 111
211,160 211,160 000000000000035179db40028444d12732fe6064bcf197f32310bac3000f42ab 0.13 MB 248 133
211,159 211,159 000000000000023948b64248f7752e0d49e7396327cb202e36906f82f7627063 0.25 MB 688 307
211,158 211,158 00000000000002735c1e6117ac2888f19d8cc3da54163bbd200c109716ade1df 0.08 MB 192 169
211,157 211,157 0000000000000255ac50facaf4bdc4ca13072bf2426e5f216b3e5716ddd62676 0.10 MB 177 168
211,156 211,156 00000000000001bf2c9ecb95d7f33980fa16eaa7b2fd4b11a8099628d7c7fb11 0.01 MB 26 313
211,155 211,155 00000000000002c4c0f010c0de5c8be601c72e889da7c75c14a8ac78a1924048 0.11 MB 148 161
211,154 211,154 00000000000000ed2b05c604ce7a46c60633802b8f2f096a7ca9c839bc9a07dc 0.13 MB 276 189
211,153 211,153 000000000000033af206d6e45b1a01a832d03f900b5e960be63abe8908326afe 0.33 MB 452 67
211,152 211,152 00000000000003006b99511bc17ae574b8f3fc33cd554daf63a3dd55d294c88f 0.20 MB 429 160
211,151 211,151 00000000000000de62d8347967fe56d8eb31f28048deac873857c69412ac0f23 0.35 MB 351 99
211,150 211,150 00000000000001f748a4a14415626c075572798b42e062c978504ed980cc9ab8 0.25 MB 624 241
211,149 211,149 00000000000000925f965b52f958dfcda332043b1acf8e702000b61b3e3880be 0.26 MB 347 111
211,148 211,148 0000000000000011628740414d13224a800bf171228a3e2d690f84afec1e4751 0.15 MB 358 202
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.