Memory Pool Memory Pool Refreshing

35,780 transactions
23.21 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,587 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,421 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,586 (656,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
206,304 206,304 000000000000024bfc7578743523be735182fa5b5cf21a56cc61af0ae5d25639 0.06 MB 117 338
206,303 206,303 00000000000004428c70edc88e86cd080ea5791d03378e2aaefe02891ba8acd8 0.01 MB 27 217
206,302 206,302 000000000000009840a329afe91fa992f61773f27e3ff1e1741b4929aa9654e6 0.06 MB 83 180
206,301 206,301 00000000000000e0c6ce77d40053675d09065109163044118209acc46d4b423f 0.08 MB 201 164
206,300 206,300 00000000000002deed3c4301ca830842c3334edd3b5f0286a7d48f3ac4ddd46d 0.32 MB 598 102
206,299 206,299 00000000000003469770234629f21c35e937fb9fb96174760486ed4f52b7cb9a 0.11 MB 249 152
206,298 206,298 0000000000000036446b3f82698531d0f35b59e165c50ff30054106f48b5c57e 0.19 MB 404 168
206,297 206,297 00000000000003d85941c837d305ea711fd1f8fa77f23eabdcfe0af4d8cf891b 0.00 MB 11 0
206,296 206,296 000000000000017bd80694d38bb8c1234fc699aefaeeee480b78b8ba99873248 0.08 MB 145 138
206,295 206,295 00000000000003cc24f050379b6d64853a396bb15e2a1ec1736b5a8553be9043 0.10 MB 251 165
206,294 206,294 00000000000002275416913feac275b1c90df634abd1d33f1bf5d3281b33c0cf 0.01 MB 20 122
206,293 206,293 000000000000038c509f3a148cd151408a38115704d500817f649635a5e23b75 0.01 MB 18 79
206,292 206,292 000000000000024dd1b25675c472c109aaecdbdaa49cb6e1462a8b94548db82b 0.01 MB 24 192
206,291 206,291 00000000000002383a6609fff96294db2e686b50698d1718f8e34135aace7c93 0.03 MB 40 429
206,290 206,290 000000000000023e16bdb51fb752c7c051c786f99bfd15717568bda10b8a0274 0.24 MB 676 205
206,289 206,289 00000000000004dcec2f7dbafe025a39f3e92b08c2c49e78fbaf0f9cfae271a1 0.04 MB 73 138
206,288 206,288 000000000000049f68c01521ec782ff69903c0ddc407eacd52f98a5a4120825c 0.02 MB 72 62
206,287 206,287 00000000000002f2a707eb4e4d7f35fdb937ab2e0572504d8c28d6989e65a9ac 0.08 MB 219 181
206,286 206,286 000000000000015b817684cbb370bfafdb5c5f5abb24214ad40f387917072a64 0.09 MB 133 139
206,285 206,285 00000000000002507247ce137b238adbcfb136d0ce6b9bbae000cb045bf97e12 0.05 MB 92 147
206,284 206,284 00000000000002d472d8ef16b44312d427dd6a3bda03622299aae9c251a8fb22 0.28 MB 696 193
Previous 10 blocks ↓
Total Size: 685.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,376.48 GB sent, 107.52 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.