Memory Pool Memory Pool Refreshing

8,472 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,555 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (7,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,176 900,176 00000000000000000000b1c31770208a65590af0eb234258e1abb074026ea9f3 0.96 MB 1,556 2
900,175 900,175 000000000000000000000b478fd0a7a329ebc7bd5d2ed4d25d562419190abcaa 0.54 MB 965 2
900,174 900,174 000000000000000000022cad4e7264dfd935474afe24c5f58c8b24863fc19406 1.55 MB 2,327 1
900,173 900,173 0000000000000000000182a29d291da89d80ebda72d3aaa38f65607bfeb4e866 1.63 MB 3,355 3
900,172 900,172 000000000000000000014bad8db0bdc32bad04f52a177b2e0709aacf832cd3f2 0.01 MB 28 3
900,171 900,171 0000000000000000000130ba7eace0bce932c953ffcbbdde00b1528b3063ac92 0.91 MB 1,331 1
900,170 900,170 000000000000000000018af4a4207c9f02fc6839c139b1a87764b3ab0c8cb54b 1.58 MB 2,302 1
900,169 900,169 000000000000000000003fb75f0b3a791370530a23393dc97f1b49f8ef60ec48 1.35 MB 2,176 2
900,168 900,168 00000000000000000002147c02f362308c8ca13673f67335ad837a0980ccdf30 1.35 MB 1,412 2
900,167 900,167 0000000000000000000215490444e3e6798c0a6473906549029d4c6afade7a37 1.66 MB 3,785 2
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
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.89 GB sent, 93.09 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.