Memory Pool Memory Pool Refreshing

946 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 934 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (670,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,194 237,194 000000000000011fc80247f87009faaebadc912d724e7e5a1738255b9be066c2 0.06 MB 127 153
237,193 237,193 00000000000000e3b1d84d304485c358e1ef2c57ac9bd36f290f2966273b10b5 0.15 MB 368 167
237,192 237,192 000000000000006171f9caf3afe1f65ad9b23f9f57cfcec1e1802962475df18d 0.18 MB 354 157
237,191 237,191 0000000000000041edc76c2efa68c9d6e1edced9b2658373ac8aeea6ffa1560e 0.32 MB 738 169
237,190 237,190 0000000000000028a3ca48f08f3b1ac420bedbd0ca580f992206ed0360e0d724 0.02 MB 28 88
237,189 237,189 00000000000000623de174f676b2896fe953e61c663c62ec7acdd6968d092d41 0.20 MB 473 193
237,188 237,188 000000000000016128d0e48bd1e233ed651e9d0cac66e603c2e86b5e985c9f14 0.13 MB 308 157
237,187 237,187 00000000000000dd63768aea544082f289ed2318aa8e734870c1fbe4decfcc7a 0.16 MB 128 38
237,186 237,186 000000000000011f8efeee2c95d09e5349c7bcb14515fa98f97a1dd7e3db0db7 0.23 MB 434 240
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
Previous 10 blocks ↓
Total Size: 769.11 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.34 GB sent, 93.42 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.