Memory Pool Memory Pool Refreshing

1,256 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (687,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
220,926 220,926 000000000000038600edc23b15e14c818dfda746b455ce14dcf51c1658182c53 0.05 MB 70 6
220,925 220,925 000000000000037a60b23967d9db2e771012d64f66b451be9e6b4b9c340fdea4 0.17 MB 458 260
220,924 220,924 0000000000000477585cd57db6450c08d210a91879fa9e99960b9fd93d407523 0.00 MB 10 1,487
220,923 220,923 00000000000003fb31ed9a4cfc29d65e74ff3b11ce59b9788fb116e6943e738f 0.11 MB 224 162
220,922 220,922 00000000000001022f8c8ecb015bf2521246adde87e70777b150aa60662c609b 0.24 MB 515 193
220,921 220,921 000000000000006aa599debd2fb507c64e0fbc12a2b4e8ff03d485bd9e0a9ffc 0.09 MB 189 49
Previous 10 blocks ↓
Total Size: 769.59 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,651.08 GB sent, 95.86 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.