Memory Pool Memory Pool Refreshing

2,670 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,121 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (587,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,163 320,163 000000000000000015a7a05e84b57a4773c119ce560e896b86fe7e9fafd0ac87 0.24 MB 207 15
320,162 320,162 0000000000000000279132016eea95836db7ecc8b5a71110e8640d16a436863e 0.35 MB 748 32
320,161 320,161 0000000000000000223fe310bdde3f52009c4aa77e27292db062bb85925ee811 0.00 MB 1 0
320,160 320,160 000000000000000014393e948604bc967c739725989222a3c2d96f98a6dac313 0.09 MB 223 33
320,159 320,159 00000000000000002316a635e60c4b315b2ce9f7109fbbc70a5088229574325b 0.07 MB 121 18
320,158 320,158 000000000000000024113997c7331a9d083bff486f7c564c36fe2925734510b7 0.28 MB 513 25
320,157 320,157 000000000000000003543ccba3b0fcc00ea298cce116764f1e3bd5f6d20a917a 0.62 MB 1,173 29
320,156 320,156 000000000000000008565898eb639769e6e4164780dd82795c5354a17464cbd5 0.26 MB 370 20
320,155 320,155 0000000000000000011d8d433569d6c2c19fdef4272a9c7fa328004732ecd89b 0.40 MB 777 27
320,154 320,154 000000000000000000ab4b8128de3ca8974cbbadeb5ba3067abc6fc223fa6195 0.25 MB 470 24
320,153 320,153 00000000000000000a7462ad864468778650d6e6c52ad9e0256cad22db210290 0.41 MB 454 17
320,152 320,152 0000000000000000200ea27d66a3744b0859083d22fc8b20181bd9394230de43 0.07 MB 120 27
320,151 320,151 00000000000000001f151499d344ebf9d000953eb5ad4ee49b4dfe16f98b7e9b 0.63 MB 1,473 32
320,150 320,150 00000000000000002512633daf7e53780b819250e91c96c7be18e2f1c695a18b 0.42 MB 864 30
320,149 320,149 0000000000000000118485db9f390cdc9ca1b7228f39039b3c4c9dd42806f051 0.03 MB 32 40
320,148 320,148 0000000000000000180eddd7a96d19e8734b82411ebc637661aca7db5232be97 0.06 MB 109 22
320,147 320,147 000000000000000018fff38b99d7bdbe955eb57595a97e0dabeda2c4d64f91e5 0.10 MB 172 22
320,146 320,146 000000000000000016fa5b2b24e96e1e53970afae3cab6eee47fbd6eceb70a3e 0.62 MB 1,226 28
320,145 320,145 00000000000000000600feb5e94bddc7d3ae665eddea2bf8ed0ab2975f47d090 0.11 MB 225 35
320,144 320,144 00000000000000001f8933963b43cc1c3b601f3fcc472cc73af2d7d6bd4c4b42 0.07 MB 152 20
320,143 320,143 0000000000000000068521b38759729ab893690ee43015d2b37698a3fb63c1d2 0.58 MB 1,107 28
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.