Memory Pool Memory Pool Refreshing

2,945 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,942 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (563,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,161 344,161 00000000000000000507a5ebeead1251bdfaa91bdf59c672a898e7c7f450721c 0.66 MB 1,116 23
344,160 344,160 000000000000000004e6fa124f898fb2b8bcc0ecc40528bfbe4841f130b53918 0.34 MB 593 23
344,159 344,159 00000000000000000c3f9654c6f96d48cba1f3d6503d03e86ee6c0f9c9b625f6 0.66 MB 793 17
344,158 344,158 000000000000000005212cb07725ccb2e057907ee201c96a9af54d3925af482e 0.36 MB 1,024 33
344,157 344,157 000000000000000005f8d983d1e646790681419b574524224f842050893b0ef2 0.15 MB 269 21
344,156 344,156 000000000000000014198cddc7fc021e7fe8c49fff18972de0ede0e07b094d1c 0.25 MB 407 22
344,155 344,155 00000000000000000a7772b67cfe6d53eefcf8a81b89c9b1da57c0a3594069a4 0.10 MB 216 29
344,154 344,154 00000000000000000118bf7de512b5a41e98ab2c9a54e69934ab8b238619af6c 0.29 MB 383 18
344,153 344,153 00000000000000000ffe0d7b33c8ac838a036ebae196746d6937a6da740f5e81 0.09 MB 256 32
344,152 344,152 0000000000000000104f010f495901c1e965f5a8594b51b4b6c5edfea64689ec 0.66 MB 1,043 21
344,151 344,151 000000000000000002c94bc79c7a9e5e6757905041e79006aed470016ab9e477 0.26 MB 732 43
344,150 344,150 000000000000000005d6c34bd66faefc9e8d5776dda459cb58faa493dbc657b4 0.14 MB 219 21
344,149 344,149 0000000000000000168949f6d431b9eabd3db4762f82009ba835e8168d80e3cb 0.09 MB 132 20
344,148 344,148 000000000000000014c1b9c05f51c8ad93dc4433deaf9131f8b8cbee9fe32f37 0.29 MB 546 24
344,147 344,147 000000000000000004fccc8f908ae830f285cdd83d67a68c11536882ba55d27c 0.12 MB 257 28
344,146 344,146 0000000000000000171148cd0127c44f66b93f663c028f496058c1412d465f2e 0.09 MB 157 23
344,145 344,145 00000000000000000907dab3afe4ef03ab35a899f290e9e33220ff186064c7e4 0.09 MB 173 29
344,144 344,144 00000000000000000ef3da9af36ed731b813be34578eebc1a137750142afea91 0.19 MB 327 25
344,143 344,143 00000000000000000242b6edd4e9223d1923fb2bc45f38bb86cba27060815fd3 0.25 MB 459 24
344,142 344,142 0000000000000000174d287220ae6160b656e7da0c68ce1f3d16e550a67b295f 0.02 MB 18 6
344,141 344,141 0000000000000000157cf38b7e4d838dae74f7ffac98a5e7beca332cf984e69a 0.34 MB 395 19
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.