Memory Pool Memory Pool Refreshing

921 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,885 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 918 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (563,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
344,140 344,140 000000000000000009478a6f80d407a12b9a621d5229c9de424d670cbf7f540f 0.16 MB 332 25
344,139 344,139 00000000000000000fa3769b4dfe7146b530adf43f8473a0f7f1a0a7a3f48a5e 0.17 MB 317 24
344,138 344,138 00000000000000001111df47b8c43cb2dae794a883c4097c10c093a81d784e2a 0.05 MB 105 22
344,137 344,137 00000000000000000862a3f60a39f3e18a6e670765bb5b582ca325fcf7ab5697 0.20 MB 103 6
Previous 10 blocks ↓
Total Size: 769.32 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,643.13 GB sent, 94.58 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.