Memory Pool Memory Pool Refreshing

5,673 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (704,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,170 203,170 000000000000019fdde0699a355af2cb0e4eac0a25868ad8a875268183b1cabe 0.12 MB 241 111
203,169 203,169 000000000000044a3ba1936e0844aa90e9ec23da512849d496d63fbb923eca9d 0.11 MB 308 24
203,168 203,168 000000000000034d7f93c8d66f980331f50c3b8183f4a4f2c7aa5dc480b36963 0.03 MB 49 94
203,167 203,167 00000000000000dff5da9437c2f17842b78964c0c0a9389d13437d74fa886837 0.05 MB 68 92
203,166 203,166 00000000000001c8644bcda5821d3f035dae42d18ae8de035349fe70ce5c524e 0.17 MB 447 171
203,165 203,165 0000000000000110d61e2e37340c940fad57cb0437547b85e56f01e6a8ff21b1 0.05 MB 126 239
203,164 203,164 00000000000002928bf1f3dc1ff0e2aa1e6ff04de0560a8ba0a8a1508eae29a4 0.09 MB 244 135
203,163 203,163 000000000000050bb16e3ed5542601eba4ce510f48264012a8bc6dd25a7dfd79 0.05 MB 84 49
203,162 203,162 000000000000057cef7c75a00cdc2f759fbe7edc75a2ad68daa85853607ca373 0.04 MB 112 143
203,161 203,161 00000000000004e8e10d0a4d5d8ee807142cd2efb9a245f1b02bf933a329204b 0.06 MB 119 220
203,160 203,160 000000000000012c5580fffc31764d9474adfbaa76d9099bb12546dd05b87545 0.17 MB 78 57
203,159 203,159 00000000000001a4b2fea456c37185759d5259fc9b869db7212b7a6e4dfa522b 0.24 MB 599 201
203,158 203,158 00000000000003aadbbbe1849913fcfc7d8f2b0567fe5fe8af639b082e6c41b3 0.00 MB 15 115
203,157 203,157 0000000000000176ec0e23413e982c7d895e9d6c3eb10dad5c4d6d1d569e6c6f 0.09 MB 252 154
203,156 203,156 0000000000000374f873d16bcb84bff14e2df6cc0d0a91399de6993c0bb2a37a 0.00 MB 8 14
203,155 203,155 000000000000048d4dc3c718453091cb82edbd623afc1792e69f6e30e5a4d5e3 0.05 MB 115 215
203,154 203,154 0000000000000514d13cd0ab157bf1673a92cb9b4fac51b33732e6fa1c935291 0.04 MB 98 123
203,153 203,153 0000000000000474211b73f3106aa044bc93c67fc8d5783dc5a62e61cf46b127 0.05 MB 108 123
203,152 203,152 000000000000049e6e52c8b82decc1cb067e898af8e5a2be8b0bea38ac12f370 0.00 MB 7 24
203,151 203,151 00000000000003c766fc0d6f49a0f6cb42e11d22c264c4d72dddb08bf38dc147 0.09 MB 26 53
203,150 203,150 0000000000000504f60c53ae8b1ed85517e6a6e5a218aec346398e104d89ef59 0.02 MB 42 99
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.