Memory Pool Memory Pool Refreshing

8,044 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,318 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (686,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,947 220,947 000000000000043ee266e0ba787a285d168ce7cff3265108cd6d813d09fec843 0.16 MB 261 191
220,946 220,946 0000000000000226224347a8707d26f27714c61402aa95cd8a865da7938c097d 0.07 MB 280 15
220,945 220,945 00000000000003f7742e4ca87ac43b66507c4a132c95e741577b17040ae13162 0.14 MB 294 185
220,944 220,944 0000000000000148f3356a593daee6b1cd326ccf535d3a0503871440857da842 0.25 MB 644 239
220,943 220,943 00000000000001c2753653249c485d76dd2d7dc76254435f8ff355543e85d697 0.08 MB 147 105
220,942 220,942 0000000000000466db0bb9ce995551cc52629ad5004068b11da62c7e82477906 0.05 MB 92 131
220,941 220,941 00000000000002228312b6bed301744c454d89c79dfb9e56835d8ee2146a723c 0.10 MB 180 107
220,940 220,940 00000000000001325e05fbaf356b206a2c995ddbaf1eeb5496ddfb04ae9c49d7 0.03 MB 77 19
220,939 220,939 00000000000002001e914d5ac43a80b04babe275b1ec5c7806e20aed313e8b3f 0.22 MB 533 259
220,938 220,938 000000000000035d5f00514699c7e41e101fb30f9af291d34cdb595546925748 0.20 MB 421 200
220,937 220,937 0000000000000309251ab4eff5e81b8f867255a69f117fafa6340b303ed0458c 0.13 MB 302 207
220,936 220,936 00000000000000d919be81eccfe4ba43fedfdb63d47ca89f3805ac88a97d75ba 0.13 MB 270 176
220,935 220,935 0000000000000350037559c0d7b974e9ac3e6e7c3a6f7187fbf02daeb8866228 0.00 MB 1 0
220,934 220,934 00000000000000c677f5f4450589a59ef35427f32b76c804be6d27f76d4c56bc 0.14 MB 320 229
220,933 220,933 0000000000000422812394e84370f51b91b8cc6fc219746049a7cfe4de26558f 0.15 MB 303 213
220,932 220,932 0000000000000290e9c5ca7f9c4fb014c4f9f639dcffa6821c4616b7762509f7 0.21 MB 534 249
220,931 220,931 0000000000000166990d15e0ed70fb2cd74dd0fee7648068a5a5a2d1d8e13d52 0.24 MB 572 279
220,930 220,930 000000000000038b1c060c4ea48f9ddd15cd9e16ab2eca4baec730519f936f5a 0.12 MB 355 315
220,929 220,929 00000000000000c0d40731e0546160c50f0db9e7add4996110715fd390a29174 0.06 MB 147 267
220,928 220,928 0000000000000343ce4cb2c83f59329991289c727e076a8c36f7a2e7ea18e96c 0.16 MB 356 141
220,927 220,927 00000000000002f1c15cb11397e67d0ece37c42e5fc5ec265c25a5d976315c94 0.25 MB 607 230
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.14 GB sent, 94.17 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.