Memory Pool Memory Pool Refreshing

7,062 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,707 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (87,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,192 820,192 000000000000000000032e68887aa3ee4247a4a535ed213d3c6dbcbadc834151 1.60 MB 3,682 139
820,191 820,191 00000000000000000000775074fa77acd1870a49f45f5b31c11f22f5fbd04c2e 1.55 MB 3,151 172
820,190 820,190 00000000000000000001b1954ee6fca8ecca26838839f88676eb29d1c068786e 1.56 MB 3,159 141
820,189 820,189 0000000000000000000015ca85c52d52f45af6da9d1eac92c3f6e7a185c1a231 1.69 MB 2,148 81
820,188 820,188 0000000000000000000202ebf38645002d8715b418506558bf4ced69496e161b 1.68 MB 2,504 179
820,187 820,187 00000000000000000001cfc46622e63f453998098f294696cde673dd00c73f95 1.59 MB 3,156 143
820,186 820,186 00000000000000000003b962c45b792f08036d235224486224e3d4bf18cc3961 1.84 MB 3,228 63
820,185 820,185 00000000000000000001681db9e516091eff29c5ed43b09d339abe6ee88d16c4 1.96 MB 1,724 101
820,184 820,184 000000000000000000003ed649125447cefcfb4ab2720283f367f08f2fcc4ddf 1.75 MB 2,726 119
820,183 820,183 000000000000000000003aec5443904249f46dd5a7ceff69329c0e1e6b2d02d7 2.02 MB 1,496 76
820,182 820,182 000000000000000000024e8ed5390a7e8b32ab9fe17dd8f75cf4173ace04cde0 1.61 MB 2,887 134
820,181 820,181 00000000000000000001c0d93caf4ef16df73723153ec60225c689bcf0b6362e 1.87 MB 1,034 57
820,180 820,180 000000000000000000014dbb20333d2919cfd44fa1fc8614487fd2d952534411 1.83 MB 2,277 90
820,179 820,179 00000000000000000002dce73d185ef77c82346f2a2e8e52b766b60fe8f16c1b 1.64 MB 1,335 68
820,178 820,178 000000000000000000039c8c15c44532b7264d5f297c71955e6324b7102d6f9a 1.50 MB 2,194 105
820,177 820,177 000000000000000000022dcc4095a662a9edbf8f18ddd8c6cf86d4e132c2f448 1.51 MB 3,035 152
820,176 820,176 00000000000000000000bea164c5f41e09270a93090538519f049746c796582a 1.59 MB 1,645 99
820,175 820,175 00000000000000000004011484562767e668f7655e84bb376f26745953436dab 1.78 MB 1,733 77
820,174 820,174 00000000000000000002e116279db631b7a583a4ad21472d77656c742c9f7153 1.58 MB 2,261 70
820,173 820,173 00000000000000000001af6093f6377a816c35c8737a7dc4432c84f69721ce59 1.59 MB 2,123 64
820,172 820,172 000000000000000000031ab00fe3200064602bf7d3e7ac9f7de1f884e99ab7f1 1.62 MB 3,830 158
Previous 10 blocks ↓
Total Size: 769.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.61 GB sent, 94.36 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.