Memory Pool Memory Pool Refreshing

2,019 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,999 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (7,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,166 900,166 000000000000000000022980b216f4ca35050df5bac3ba10aefd61478df1a33b 1.60 MB 4,110 5
900,165 900,165 000000000000000000007de9e5ba00f8f4d7f25e84bf660a1ae10742384befbe 1.17 MB 1,779 1
900,164 900,164 00000000000000000000687309966041032ca764ef23d0da1a12add89783ba25 1.45 MB 2,498 2
900,163 900,163 00000000000000000000c27f47caac39a3c340a24f55c47813503b15c6ff148d 0.61 MB 1,326 2
900,162 900,162 000000000000000000022eab41f3f58a96a9efc8c4f124273362cb49c5ed0810 1.38 MB 1,758 2
900,161 900,161 00000000000000000000602bd2cb5ee2cef9cb1248e5ddebadd53a7bd787d61a 0.19 MB 312 2
900,160 900,160 000000000000000000012f789c802754459f38d77f47a8680122e358da1e9fb8 1.22 MB 1,849 2
900,159 900,159 00000000000000000001e4b469a4da8224e5fe9b8712c73eae447b21eec733c9 0.36 MB 925 2
900,158 900,158 00000000000000000001947c85c0ba7f6b6b58e57e8524de2673a3d9475e58b6 1.40 MB 2,129 2
900,157 900,157 0000000000000000000105aae7d23250e1d502a7a783f30fc6434796595ccc7b 0.43 MB 581 2
900,156 900,156 00000000000000000000aefcc6f0ceddbb69269267474d7cb05074fae66aba9e 1.04 MB 1,514 2
900,155 900,155 00000000000000000001e2360ad59c56dc8ee2167e9feea5ce72f580d32860fd 0.96 MB 1,581 2
900,154 900,154 000000000000000000010a916371e254b8bc30efdacf4f2f2bbd2838dc8330a6 0.05 MB 103 2
900,153 900,153 00000000000000000000f2decaf23e5369f76e424974a390a8ea4dee16e587f2 0.04 MB 81 2
900,152 900,152 0000000000000000000196e978a0f655f98f96f0c59ed167cd9c785d634b0060 1.72 MB 1,290 1
900,151 900,151 000000000000000000002b06a1538ecab012c25c21ba3952c9dad5428aefca70 1.41 MB 1,266 2
900,150 900,150 000000000000000000008067e50de0409f132d4c17af8df4bf40aa9bc1f91133 1.54 MB 3,889 4
900,149 900,149 000000000000000000010c4951495b7bd696881c734f3cfacd3dea5998ce55d5 1.44 MB 5,670 10
900,148 900,148 000000000000000000015efe890133f27c4c74b614ad0e937798066ba3be2412 0.98 MB 1,592 2
900,147 900,147 000000000000000000016c5bafec89203726b3b2b324316394bf2f2e493b39e5 1.29 MB 1,378 1
900,146 900,146 00000000000000000001c005ced88e43cb78e4bc8706a1d99e565be6f9535bab 1.50 MB 2,208 3
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.