Memory Pool Memory Pool Refreshing

578 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 551 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (588,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,563 319,563 00000000000000000c316be9af7d1c814a21f1c556a250f85fd74cb37691c724 0.75 MB 1,124 25
319,562 319,562 000000000000000017f954a4b63f3898a3bb5e1d427d92fa91dda5bb51750a7f 0.20 MB 297 23
319,561 319,561 00000000000000000e7def6f7554cda05fd4e1b3e307e85e6023ae92b7ffe010 0.35 MB 646 29
319,560 319,560 00000000000000000f735f584f2b46ecb3a40fbdff9194c0d11a7ca9419d55ea 0.01 MB 32 27
319,559 319,559 0000000000000000102dfa789074d6a2c8cd7fad04a595c8a66783adb8ce5c4b 0.09 MB 201 30
319,558 319,558 00000000000000001b65eeab692f8fd997c66cb166a09cfd7e8046112214cc98 0.26 MB 427 27
319,557 319,557 000000000000000020c63b9215d51c4e19d021b08f34e8016330c7a9ff12edf2 0.03 MB 50 22
319,556 319,556 00000000000000000df57d05571d9489174f730f0fb5a23de47898fba7dd7c17 0.18 MB 295 26
319,555 319,555 000000000000000001631d50566c3e64ecafe787920f316382e75d5475e0ffdc 0.28 MB 480 25
319,554 319,554 000000000000000024c3fab60b88a4518954b28927377066554fea269da40200 0.22 MB 434 28
319,553 319,553 00000000000000002397cd76f5b91a92affacd5bc5fc10e7e1ff9dae58f76b06 0.28 MB 472 25
319,552 319,552 0000000000000000132cbd31d62cd15c29612faf318e2799a5a796f00060fcff 0.16 MB 250 25
319,551 319,551 00000000000000000f66861661b1abd790ea2564f3c43adac4422b41debed319 0.30 MB 624 30
319,550 319,550 000000000000000004c385d051e6243c114c8a24f2f0bca1137f676be0e4f7f8 0.18 MB 297 29
319,549 319,549 0000000000000000258246333d28e4c3aaf50707700989611b573682a448749f 0.64 MB 1,011 25
319,548 319,548 0000000000000000119d193570d68d8a30970d43c9bd2d5c2b350826727ed952 0.36 MB 570 41
319,547 319,547 000000000000000002e105429eaeec995e598e006770569490c41651062d82b2 0.05 MB 83 25
319,546 319,546 00000000000000000f93f8768907841d64e0a9c002f580f0e9f26713ad361879 0.03 MB 46 25
319,545 319,545 0000000000000000211928b476cfbd8ce39c5f55340bad07ef90f36f83b1a84f 0.22 MB 326 27
319,544 319,544 00000000000000001c2bd9f687f79b22fbb59245cec4ad44535ea6d2ea770348 0.02 MB 32 19
319,543 319,543 00000000000000000dac787d263a8f8389944649e9c8a7de04fc90c6fa0b8a98 0.60 MB 790 50
Previous 10 blocks ↓
Total Size: 769.10 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,628.58 GB sent, 93.38 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.