Memory Pool Memory Pool Refreshing

4,153 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,613 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (619,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,187 288,187 00000000000000014ea6a760b28da1c12494f6c760667bba392d4ee30326f19e 0.10 MB 158 16
288,186 288,186 0000000000000000ff82cbb82c6caa2d00d060a9e4fa91dc8bba70fc8425f94b 0.37 MB 828 37
288,185 288,185 0000000000000000a47b2c87cca945fe78369745585ffd81de6c85160fb44678 0.17 MB 332 32
288,184 288,184 00000000000000009758ccc455c498abf44773a865eb4065d3790501b6bd9d0a 0.05 MB 69 48
288,183 288,183 0000000000000000803ed4ac432083693ea94a6a3bbb9f21d8cb19f9d459bc59 0.31 MB 450 29
288,182 288,182 00000000000000007edd2599e33f23651e5f579dee127dde306785a07fe54ff1 0.05 MB 102 33
288,181 288,181 00000000000000000ac38d7d0fdff7395540991fda57fa869a915b70ba87ec9d 0.19 MB 398 34
288,180 288,180 00000000000000005007061088ee1e22fa0cc311c8dbe901f32203014b22b2d9 0.06 MB 126 56
288,179 288,179 000000000000000004ffccdf685b04d4c1cd67d48e9669f199667729e8e41e6c 0.28 MB 493 33
288,178 288,178 00000000000000015d7a5c2646efa27f53ec30b5dfcb71a94dab54d8af098266 0.03 MB 59 31
288,177 288,177 0000000000000000ca03711d0bab1686ba9df10c2d73d60cb042f050f27bf6eb 0.22 MB 523 56
288,176 288,176 00000000000000005608584ebfca387dffd7fc312e177a25b97b36fce9c0cd2e 0.17 MB 379 36
288,175 288,175 000000000000000083900885f403717cbb9107217bf76050632e0e6a7299016c 0.26 MB 644 53
288,174 288,174 0000000000000000d1e23d90710c22821074b4e8fe362dfc06d35ccf19ccf5a2 0.44 MB 995 40
288,173 288,173 0000000000000000854bcf91600c5eddeee568906d8895e8601de660a2f9cc96 0.16 MB 432 41
288,172 288,172 00000000000000008402e6c6e983d81001770e2153146e7cbd79d0adba223708 0.23 MB 257 15
288,171 288,171 000000000000000124489dc3b7e7fe8d692430250c1d3dc27ac1687123be8e7f 0.35 MB 915 43
288,170 288,170 0000000000000000dd18717474eb3c74ef396f68619a03c96e8c2ac19f944b4a 0.25 MB 741 62
288,169 288,169 00000000000000010b08d51b754d1d9b5d140660ffca9c1acc57ced00bc21384 0.10 MB 165 25
288,168 288,168 00000000000000008dc5f7922f63497150e10657ebdd8b3b8b8274d86646d773 0.03 MB 66 31
288,167 288,167 0000000000000000e798b5c4ce65e98e946098d416d9e482164cfc4d2d57f2ba 0.14 MB 281 34
Previous 10 blocks ↓
Total Size: 769.05 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,627.49 GB sent, 93.13 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.