Memory Pool Memory Pool Refreshing

3,513 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (441,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,214 466,214 0000000000000000017646ca712692d0d71e1bada3a19facf697ee2cfd480194 1.00 MB 1,390 158
466,213 466,213 000000000000000000f923b927f5832489c3fa56cf3000f57625e6a4f405ee5a 1.00 MB 1,644 154
466,212 466,212 00000000000000000044ac00687f67294dc334edb0dc986218cecbfd492589f5 1.00 MB 2,185 146
466,211 466,211 00000000000000000163160876d862248397e6e7e75adab1b45cc007e28a868b 1.00 MB 2,278 188
466,210 466,210 000000000000000000c00e5b4c7c7fe477088be2ebe62f0b88eb4e4339ecc4d4 1.00 MB 2,297 147
466,209 466,209 000000000000000000f8df913e779b7e217d596d4624d10c3b4852aa2c6a704e 1.00 MB 2,088 166
466,208 466,208 0000000000000000019552c83a657864c033af7da9e50de8d2eb633a7afb8b35 1.00 MB 1,553 148
466,207 466,207 000000000000000000126c029f48d243af834e24657c4ad7878cdbbe4f478fe4 1.00 MB 2,248 186
466,206 466,206 000000000000000000a4f8aaf20ebc9eecff4193a0939a0d42da509235299f7c 1.00 MB 1,952 172
466,205 466,205 0000000000000000007afcfccc4b415e1e2113e4f66ed67f55add144d22b06ce 1.00 MB 2,582 243
466,204 466,204 000000000000000000e35f2b0bb07db7d1b27d0610331377dfc260276142581e 1.00 MB 2,123 174
466,203 466,203 000000000000000001228f8cd788cca5a9b655f1f50d8ffac2d5128fc0b74a60 1.00 MB 3,094 277
466,202 466,202 00000000000000000063052f1532e7f1b35d43d2cf0a682e89b9c339dbe755a6 1.00 MB 2,107 159
466,201 466,201 00000000000000000084ad15e1594d9ded27ddc39f2613528074dca437abb0ea 1.00 MB 2,445 209
466,200 466,200 00000000000000000117ab679d5599e5896f37288a3d957ecc9d3ab2d7fcfefe 1.00 MB 3,292 297
466,199 466,199 00000000000000000013ea8d6234bd6212730fa1772b98082ec9f2489f4a5a44 0.93 MB 2,337 242
466,198 466,198 000000000000000000ff5659fc1cc24f104dd34f0dae6e8eaadcecec5d27aee3 1.00 MB 1,334 123
466,197 466,197 0000000000000000013e54aacee7545badb944417fd1b575ce4fe060678dbfe4 1.00 MB 2,181 186
466,196 466,196 0000000000000000007aff0ddba7b65a0a53b83f9227700e4e376e0ed82ea81a 1.00 MB 2,510 244
466,195 466,195 00000000000000000020488b78ce0dc9fbe677639550e1f2b2cc41d75cd1cb9b 1.00 MB 2,063 190
466,194 466,194 00000000000000000045007a69d2a3a65852d46843eea9b536bcf849b2d1ceaa 1.00 MB 2,306 177
Previous 10 blocks ↓
Total Size: 769.27 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.30 GB sent, 94.24 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.