Memory Pool Memory Pool Refreshing

1,960 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,939 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (678,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,186 229,186 00000000000000bd20722b70a9bdf796333bffa7816b6981d50e6ab54c7d12c7 0.15 MB 114 71
229,185 229,185 000000000000027a3775948e3c5f02cec95d9e1421e43130f5f589067fb0d1a2 0.47 MB 1,038 199
229,184 229,184 000000000000010194961754d3d0739a794b934559b63137201273f01cd0f14d 0.00 MB 6 42
229,183 229,183 000000000000015efd8c160ae088c89276cb77732453887ddc6f0fb823090de9 0.21 MB 482 161
229,182 229,182 00000000000000df7f731f6047220e23bd2731fa3b91e52359fb09a54271f9bc 0.13 MB 248 147
229,181 229,181 000000000000007d0c23f43f10d19f7320550436269f10eaa65068e6aa7c2ee7 0.19 MB 390 150
229,180 229,180 000000000000008683698bb0394771e5af9ac8043c7ebe6df3967b5830018816 0.00 MB 6 837
229,179 229,179 000000000000025974c8433863bfa45ba8532ceeaabcd070788835249ad4ce3a 0.17 MB 262 128
229,178 229,178 00000000000001be9dcc1f99b24f7cc6268496f9a00716798b264859e2199110 0.47 MB 987 164
229,177 229,177 00000000000000efe72a171a8cb946e42c4b386ad20841c6bebf5af79fae3d9f 0.06 MB 182 60
229,176 229,176 000000000000006e1271a5af4c258db66ec1fa1cdc1719bbddada6790bc654ac 0.07 MB 205 15
229,175 229,175 00000000000000499c2e6f3821dc83c32a9b598c57f89afa9760744cd7351532 0.25 MB 419 160
229,174 229,174 00000000000000a1857881691311a1cb81ac50be40f072a48fce9a003be70748 0.25 MB 595 189
229,173 229,173 00000000000001932336283a87fd2ae58ba9fcfae5b09fe38c0493204f1bf06e 0.25 MB 451 152
229,172 229,172 0000000000000185c597a8af69e5c6d33147086a54cae3b3ab306f30a1e3cf0f 0.07 MB 235 46
229,171 229,171 000000000000014fab378d7f42caace3aafa237fc3579604759613b921f0df0a 0.46 MB 883 167
229,170 229,170 00000000000001809f4343e98ad2efb502465316df37163904e3658667464fac 0.00 MB 4 50
229,169 229,169 0000000000000230cb13a6399bf06036d982ccd70c3e3fcf1192134300d65de4 0.25 MB 445 107
229,168 229,168 000000000000024da46f64b00ff969a5c2616f230571f720f4fbe85250f7d681 0.24 MB 422 153
229,167 229,167 0000000000000112326a9de2bf04e82d3f93e9b96402cbfe5dc9033adc1cb4cf 0.25 MB 506 345
229,166 229,166 0000000000000127727651396caa3be73bfc0668c1e6d6f1e20b61672b435d03 0.10 MB 256 186
Previous 10 blocks ↓
Total Size: 769.10 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,629.05 GB sent, 93.40 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.