Memory Pool Memory Pool Refreshing

3,454 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,477 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (670,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,185 237,185 0000000000000044fb80af602d5894ffe8d907b9d4fcdec98fd46b4060130caf 0.01 MB 33 235
237,184 237,184 00000000000000b0b32768b8e5c36209f4225a656397b0ab9152ced0d8df9074 0.15 MB 382 184
237,183 237,183 00000000000000b39b53d939423de67a5445ade0acfe543916a1389d10cbbed6 0.12 MB 213 118
237,182 237,182 00000000000001031062df1e101ba0c621187e487d7d505eeecb0a00860925e7 0.11 MB 151 77
237,181 237,181 000000000000009a5a91424557b7b32cc52a31f508443779310d9b4aa455d153 0.25 MB 269 142
237,180 237,180 0000000000000018cc933d0dc3aee83e9b3a3f427c39d796c6496db0f1dd3780 0.23 MB 447 212
237,179 237,179 000000000000008ad10b1cb0af838a1ec61413338933de2db63a0b93ab738dd2 0.00 MB 5 44
237,178 237,178 0000000000000053e136d17de245b8b1659598adf67e2329e9599546a9ed7655 0.10 MB 355 38
237,177 237,177 000000000000008e03016e9b642734b43095b0277f521963d01952412e03c5c0 0.00 MB 1 0
237,176 237,176 00000000000001194ad5ffde7c44c0f045540815f06aaad1621b4bf9bbd1cd08 0.05 MB 88 112
237,175 237,175 00000000000000042914f01ac9a0414f737bf66b338684da023fed95f503b2b2 0.19 MB 392 195
237,174 237,174 0000000000000036f7f259b20f23b9361a24e40e9201454474da098ab8d0187c 0.00 MB 1 0
237,173 237,173 0000000000000179cdd5628fcdbc251757aee81ca35ef6d0fe77b6394d0f5270 0.25 MB 185 54
237,172 237,172 00000000000000d7f9fdde1cdb2230d913662746bf9eb11c87b9a97b6ae47990 0.25 MB 564 185
237,171 237,171 000000000000005d97ffd8e3de49417917eece7c720534d09f167c2139918d82 0.17 MB 404 224
237,170 237,170 000000000000008e8b66c8eaaefc7009af6ee507f419aa3077c433307f0dae32 0.15 MB 184 115
237,169 237,169 00000000000001384fc803baff0bb45818de61e2d9203cdd9c0876ea2413d820 0.09 MB 175 148
237,168 237,168 000000000000002fc2c251a5f65028e39615ac9d296c11a94d186f5a7e172bd5 0.03 MB 95 113
237,167 237,167 000000000000008148421930f169c507ed3a732393a7ba1d41798795f4c46f00 0.12 MB 297 342
237,166 237,166 0000000000000092d2af0407119c82559e27371a3b95f1d5fc104ac7b9c9750e 0.25 MB 380 129
237,165 237,165 0000000000000003629c55c770085271f70da2049d33fa2f00c0f087a4cd8b05 0.22 MB 282 96
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.31 GB sent, 93.78 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.