Memory Pool Memory Pool Refreshing

681 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (904,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,176 4,176 000000005d2e34d81a4fb42185e4bde212ba511c0f5cc8c6a67cdd6b2e98116b 0.00 MB 1 0
4,175 4,175 00000000dc579dc5d492fda5a4b7fa5e26107de3f401c82e036d34dc0ec02569 0.00 MB 1 0
4,174 4,174 00000000a4226bd5df776cfcacece1c81e3babea8bfa9c15b817eee75fb3a5fb 0.00 MB 1 0
4,173 4,173 0000000017972154223d92cb2fc7bf535978db4f963c5b373a4a167feec435e5 0.00 MB 1 0
4,172 4,172 000000000e7dab742811c365d35000f0c9497ca969709a09156d02a1bc0cb820 0.00 MB 1 0
4,171 4,171 0000000035dc25e008c7bd090b27a6e829520b72fe930c4b36279daa5b0a8747 0.00 MB 1 0
4,170 4,170 0000000045cff2437f8a47a325cdba49c79b538ffdd73834cb405347f7050b0e 0.00 MB 1 0
4,169 4,169 0000000090cda81b573da3dde0c011d85f8d19237be168ed9de09cb3d1bc91b4 0.00 MB 1 0
4,168 4,168 00000000a42f9229a6ec34f62df5eb4590f6c6c9aa5775e47e26a5b4a49372d7 0.00 MB 1 0
4,167 4,167 000000003a53eaa1c7fd940ab93ab872b52cac982df29aaefe2d575c14b20291 0.00 MB 1 0
4,166 4,166 000000003c0e0048c2f3842b3187ea807ebd62dd517fc096da5197a0326ec527 0.00 MB 1 0
4,165 4,165 000000004c6c56b3f40ce35eae2090b016ed800dc905f894bff725e19b13957e 0.00 MB 1 0
4,164 4,164 00000000c284ea8fa84ad77563ed9f31ae355b874ca3ec1249ae3758840b3f99 0.00 MB 1 0
4,163 4,163 00000000c0b6e39acc4b2f99c84635692a4ca9d8cc8c885e0a1ad72ada9650d5 0.00 MB 1 0
4,162 4,162 00000000b4299197a0a6eba1ae63363c9d8f890e8acf1fba782100078b8fd991 0.00 MB 1 0
4,161 4,161 00000000854a8934112c424a10acfcd13cbdad732192bc4931ffcb1d303d85e7 0.00 MB 1 0
4,160 4,160 00000000632eb42f520db5b639ef966aa5df61b2a196b70134e2f6ea0db234af 0.00 MB 1 0
4,159 4,159 00000000885246c633ede610ff5837b77e50bc15143db185d956a89dd20db945 0.00 MB 1 0
4,158 4,158 0000000056098e866a30a6ab016229703b4ba631c3c95389cae1b21aeb789586 0.00 MB 1 0
4,157 4,157 000000006ff93b9f91a0716f376a4eb93d945ca4002c498524a7d107296211ff 0.00 MB 1 0
4,156 4,156 000000000739d3e005f2425ac6587c83e21e5821f386a923155cf5e79389d29e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.