Memory Pool Memory Pool Refreshing

7,020 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,844 (410,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,170 497,170 000000000000000000ad02dce2fb0424d66d9d06b4ac082b1318f3382ed81198 1.12 MB 1,803 184
497,169 497,169 000000000000000000a625721e408d60a2a6128cb188b598612323196d22c815 1.01 MB 580 160
497,168 497,168 00000000000000000010240deea7a255c56c29c8f3f7b1ae2fece15bf5bad60a 1.06 MB 2,438 223
497,167 497,167 0000000000000000000048ef99d1b96e0ffc7fdadd571d521296fa2daeefa711 1.09 MB 1,747 171
497,166 497,166 000000000000000000314189e13a171932e340eeb6d8a5e5c2cbee1388af633c 1.07 MB 1,748 203
497,165 497,165 0000000000000000000310cdd4bce0f256333928d35fd2d5fcae1f937a9e1042 1.04 MB 1,110 63
497,164 497,164 00000000000000000042277c2862315451b72dc765a34d63f4a19fca0bad1eda 1.04 MB 1,110 67
497,163 497,163 000000000000000000a64f0ac3668c9977067bfcccb57947b61c4da892112903 1.03 MB 881 60
497,162 497,162 00000000000000000005940477c2eaee9c18f385cd1384b87521d93409b0faef 1.03 MB 887 54
497,161 497,161 0000000000000000003c53b87ce5130e85621f38b4784089e4f34cb822ee1e33 0.11 MB 256 200
497,160 497,160 00000000000000000043eaebabcc9f702622ad2951c745ebbde7a3dac7895312 1.01 MB 524 28
497,159 497,159 0000000000000000007f788719c3866ab567f0067e660468e5b2f4bef4236d00 1.03 MB 1,392 36
497,158 497,158 0000000000000000001baa345bd7dc3e5f4c3a17f8f3f09c5e4307f211ba519e 1.03 MB 1,669 82
497,157 497,157 000000000000000000173785e606b39281180da6b720caa1a05a7b55d6176896 1.07 MB 1,276 63
497,156 497,156 000000000000000000812d7230322e2fb7cb1fea6160c1509065048c5b00fb71 1.04 MB 1,216 78
497,155 497,155 000000000000000000a6e418852c71a5a457374d1d064edda26c38b36d537c56 1.02 MB 1,484 57
497,154 497,154 0000000000000000007e561974713f7cf91ee5c6c00d3df8c068be3b7ce7c25d 1.01 MB 714 13
497,153 497,153 00000000000000000001f2c1cea73b1d1e3ff8ac05c57daec3ccc21077a97168 1.06 MB 1,879 95
497,152 497,152 000000000000000000a7b4999c723ed9f308425708577c76827ade51062e135a 0.00 MB 1 0
497,151 497,151 0000000000000000005ac8cd6b7f803c11a617b901a13e05318a155f8f215ea1 1.05 MB 1,946 92
497,150 497,150 00000000000000000087b5026fabf21e55db6eb6d41655853b5ea6887a4b77ff 1.02 MB 1,776 49
Previous 10 blocks ↓
Total Size: 769.25 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.16 GB sent, 94.18 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.