Memory Pool Memory Pool Refreshing

225 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (527,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,289 380,289 00000000000000000d724734babe60179f47409f955031ac52cacb5225245082 0.95 MB 2,667 61
380,288 380,288 00000000000000000513ce0c8da2f79fbd7ccd4bfcbdec09f69cdd9fe8556213 0.62 MB 1,038 28
380,287 380,287 00000000000000000f90814538631f288acd3f8ecee99fe90179b06ab30d8607 0.00 MB 2 0
380,286 380,286 00000000000000000d48b6f2a921cfc0d7ae878248d21a0d09213f15bf6a084e 0.93 MB 1,812 31
380,285 380,285 00000000000000001178341a8fe43cc6fe2eb4ea21b6443e41c82790e9d2c66c 1.00 MB 2,936 50
380,284 380,284 00000000000000000c0c6bc6213669fcde9b14c7c3c0e4b3b676a48dddcb1f56 0.95 MB 2,947 65
380,283 380,283 000000000000000008d5acc835eb68f9ed34cbeebe31ca8557fbbb290a55f411 0.39 MB 906 42
380,282 380,282 000000000000000000d0ea4a4cc4ce6dbeb6920bdb198b0d5ab8ec0958458935 0.25 MB 258 12
380,281 380,281 00000000000000000c33991a2008fbfa7c6969dc9a93aa2ec558d3ebed1cdc10 0.48 MB 770 38
380,280 380,280 00000000000000000b0984f49d7ef3e9b4e835881c2450846e5395b454a2b97e 0.25 MB 302 23
380,279 380,279 00000000000000000c816842b5b4eb471647bd2861aec781175534a1afcd8768 0.53 MB 916 48
380,278 380,278 00000000000000000587510acea702df30cee6fc4ea61a2c2e1cb0875686f0cc 0.46 MB 579 32
380,277 380,277 00000000000000000aec791eb41c5cde4084030b090d54aeff5b87bdc282dd50 1.00 MB 2,273 43
380,276 380,276 000000000000000001a957ba005f4885bafc657eb7e427a36ff4966ebe421f6b 0.86 MB 1,794 41
380,275 380,275 0000000000000000081a6505086be6531be9ff5af368429941249ab39583879f 0.16 MB 321 33
380,274 380,274 00000000000000000e0864fecf134da005cbde5a2b7a334610c7511a2e8b5c1a 0.50 MB 1,238 45
380,273 380,273 00000000000000000d4ce8914c8977df7664772fdce07710ca771579795b4c3d 0.36 MB 606 30
380,272 380,272 00000000000000000e46200f91b8fa94c7135b3ce0035b446a2088488991c6fb 0.13 MB 246 31
380,271 380,271 000000000000000006b5705aea1318099c8906b79e7382dd6dd6a5f052dda3c8 0.26 MB 627 49
380,270 380,270 00000000000000000a19681a7c880b65f4c0730f3d9b7e426ffa353df42f2c4b 0.20 MB 431 37
380,269 380,269 00000000000000001036e84b9cd2d4ef3fc61d1590bf9145c028e4afdd60ebe7 0.62 MB 1,303 44
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.76 GB sent, 93.70 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.