Memory Pool Memory Pool Refreshing

17,262 transactions
5.57 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (594,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,685 313,685 0000000000000000290afcd248b0aaff112b935352a1f4fed408d34c6017ee6b 0.35 MB 868 36
313,684 313,684 0000000000000000059b2c7985d3455ee661172bf61a861a1f4e953c2245a44a 0.09 MB 220 32
313,683 313,683 000000000000000007a07a22d8a597f1cbb7e8f32ce773978070ee6716db5a6d 0.10 MB 184 32
313,682 313,682 00000000000000001b95a1052b764bc6cafa7295a0da954a089aec70039a0f81 0.15 MB 240 23
313,681 313,681 0000000000000000358a5dcae1df07f6e0269b42b03dfd66d8455e683332506f 0.01 MB 35 39
313,680 313,680 0000000000000000216da8dbb4204ad70653bda2a9eff7c9f2836f60409fd08d 0.12 MB 203 25
313,679 313,679 00000000000000002cd7ca98edcb5965d0a467fa60e811ffe2fb1efc9a5618b0 0.15 MB 292 27
313,678 313,678 0000000000000000328a964456a6ea031bb3258cf7a5f0fd559ddde734d89c31 0.16 MB 250 25
313,677 313,677 0000000000000000294fd5f69897880df65ad50c4a6aa1ee90a5f52d5dba7504 0.21 MB 440 26
313,676 313,676 0000000000000000057440b93a9292bd11a066da8c399b78333b5be47256cda6 0.03 MB 32 15
313,675 313,675 00000000000000002d648d168bb359f2813aa0fa41ab4d7dc24c864deb0c79b0 0.20 MB 426 28
313,674 313,674 0000000000000000215a57633dfa35bbba575b90e525b63394847e526bdb1b9f 0.20 MB 378 27
313,673 313,673 0000000000000000124fcdad54ce93d14812336c6b013c6da4a27a5660f1f62e 0.18 MB 309 25
313,672 313,672 000000000000000012e261b79ccdd1bec005110dd5b51d2be1a76a3e307d6cea 0.14 MB 161 17
313,671 313,671 0000000000000000045810bada2c78658b7322aef18012a0bd2992c56fc5252f 0.36 MB 674 27
313,670 313,670 0000000000000000222235e5c204a751f6398f41989d65037757ba9510c11618 0.51 MB 898 26
313,669 313,669 0000000000000000150b5fc181b51f5a0815dd653e63ae33dcd184ce3e3d3ac7 0.11 MB 194 27
313,668 313,668 0000000000000000383f4c21239bba6b033ed9d08ce4fd3fb88f9d106dc9de8f 0.10 MB 221 28
313,667 313,667 000000000000000037f0037c37cf5eab8de6b7153e99da090d47644aff2e4075 0.02 MB 49 28
313,666 313,666 00000000000000000a954616397e3616d43a51707ab6490f1ab0d145cb4aa2af 0.21 MB 448 25
313,665 313,665 00000000000000000555010103ff38290ff00b5d9f13f3d8ee5221fc23c88e2a 0.29 MB 404 23
Previous 10 blocks ↓
Total Size: 769.02 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,624.17 GB sent, 92.99 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.