Memory Pool Memory Pool Refreshing

1,864 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,861 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (440,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,247 467,247 00000000000000000156d221a550ed8c825353f1d9904388897b7710e6053b1d 1.00 MB 2,183 162
467,246 467,246 000000000000000001d7d4019ed386b1e1318b1f961150a544a09a7d5d44a6ce 1.00 MB 2,474 166
467,245 467,245 0000000000000000011402f54fcfbb559d566d72b70a66480acfa1c99a627b53 1.00 MB 3,319 165
467,244 467,244 0000000000000000015858fbdcac5efdb3291c408971ae31d955508700cea9f5 1.00 MB 2,042 197
467,243 467,243 0000000000000000015517ee0fe21abc551099d7bd421e0b1074eb8d8c033321 1.00 MB 2,380 181
467,242 467,242 000000000000000000c5c3afcaf40246a14685e449463504aaf450baa940b497 1.00 MB 2,737 162
467,241 467,241 000000000000000000a31281582ec977c195910f00ff51cbc75712fb578bd4d2 1.00 MB 1,398 219
467,240 467,240 000000000000000000374065371350ddb1be9cc16a3cc000c5943acf14de2b36 0.99 MB 2,419 160
467,239 467,239 00000000000000000135f43cd9fde4b831995dd27ff0a26b8b096d5238b0e7f4 1.00 MB 2,520 234
467,238 467,238 0000000000000000008743d735cf43feff4fce3d0ddf224344a8f3f367609d7f 1.00 MB 2,160 249
467,237 467,237 000000000000000001957c751e835813c62b923940d6a77354807f62ccc25083 1.00 MB 2,223 332
467,236 467,236 0000000000000000007260e2ef74ab5f3bd79d04111fc2adfdf1d52fe5c54665 1.00 MB 2,188 259
467,235 467,235 00000000000000000036b555ad06dc49e8c6a369e9cf1eb0b7cbcf12e0d2db96 0.35 MB 801 455
467,234 467,234 000000000000000001eeba3940f4f86c7a3f8f87151ec9410923df8ed2338ff2 1.00 MB 2,243 310
467,233 467,233 000000000000000001ad81e138cf193e4fe6ffff4bf7c83e9eb52e57e3b9d2c4 1.00 MB 2,963 186
467,232 467,232 00000000000000000085775fb249f6a8ec5952853696f34202d0fdd84bd9aa22 1.00 MB 1,365 116
467,231 467,231 000000000000000001ae20a002991be859116093423ac31d17d0f0570a8e381f 1.00 MB 2,619 233
467,230 467,230 000000000000000001768bf50c2be94f77a09034a8fd2ff6d3988922d9ff4a3a 1.00 MB 2,428 146
467,229 467,229 000000000000000001e0c8ded1d293d4caf7e15d964d201fafc5016808ac85cd 1.00 MB 3,117 140
467,228 467,228 000000000000000001577098463f5822a7876b27f975a51a8792d41e1ab037e0 1.00 MB 2,580 226
467,227 467,227 00000000000000000024ec4718c1b349835aa16bcdd4ebd743ebc7052f492a44 1.00 MB 2,366 296
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.