Memory Pool Memory Pool Refreshing

3,285 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,268 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (672,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,295 235,295 000000000000013da93f7c45a7a2097d7d17f1fd6284f062e794128a182aeb02 0.25 MB 580 175
235,294 235,294 000000000000006f403fc83e869509605ee32a97945a32ff23592c870b818d3b 0.05 MB 94 178
235,293 235,293 00000000000001a260f5b7adeced0813b20030ce0430bac23a126208444451e1 0.15 MB 86 31
235,292 235,292 000000000000002e2901939745cb2da985bc479e3f44fee205d3718f20799a50 0.25 MB 377 94
235,291 235,291 00000000000000f083fdcac7bbae7d63ccc51580d0964a72b141085293667eb4 0.17 MB 394 176
235,290 235,290 00000000000001a03abfc0000e9ac2bbb931631b741f6121133ff0da3e8d93d5 0.15 MB 132 76
235,289 235,289 0000000000000190581c27b535ecddf0f6485659a2322dfbb1757edf13cabd4e 0.15 MB 352 192
235,288 235,288 0000000000000109f53f9d07d31804d041cbaec4d41e0a055af010f2ccd69323 0.20 MB 477 4,126
235,287 235,287 0000000000000176ffe9312ad9ba2a5bc38346a728f75f4a21ee75a427004fbd 0.07 MB 159 161
235,286 235,286 00000000000000f7c3c7ec9667c819ccd9952fa5f9abc0216baa45b0c70c2027 0.15 MB 307 156
235,285 235,285 000000000000016ebc268093d8fca79ddc8d5cbe4357cc149c43bb5a8c71b4df 0.25 MB 464 145
235,284 235,284 0000000000000069b0b490f3c7fb030abb6d219402eada70cbf54d68e308b17e 0.25 MB 543 142
235,283 235,283 0000000000000012410998c452ded64f9f0566fe3d4075afca8b2892c926f593 0.35 MB 851 192
235,282 235,282 000000000000012cce84b6cc078aedd7ee93a8ceb65e29e6ed3225505dae87fb 0.17 MB 336 152
235,281 235,281 00000000000000520201ce8a5fda9d0477d8076b20d7815a009fcfa358c0f4a0 0.26 MB 573 172
235,280 235,280 0000000000000032563a66184c662ab4db910115a5e5b380869036b2291b8acd 0.15 MB 123 80
235,279 235,279 0000000000000152fc7c19c74ac515ad43d3a7b63a0724c8ca4bacb1b0c33f53 0.24 MB 559 165
235,278 235,278 0000000000000015d155b45b91c5a6347cb970fa5b47e52d6524d6433c96fe95 0.25 MB 644 233
235,277 235,277 00000000000000fc87b80382a138d2516971a41423e8a6554cfa30effa6f5e3e 0.44 MB 778 133
235,276 235,276 00000000000000a4668e8f7b0f0c7ea1305eae0502816fefd8c10fd6dc9e84a1 0.25 MB 852 245
235,275 235,275 00000000000000bfbd34a73017e789d2abb7e4f9c72a8e1d5d2b5b4827d1bd0b 0.09 MB 285 34
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

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