Memory Pool Memory Pool Refreshing

55,756 transactions
33.39 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,408 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,962 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,407 (650,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
225,381 225,381 00000000000002eace1339004c38ee8b14c7eea56bc999ee7f9135ac196157f7 0.28 MB 568 178
225,380 225,380 00000000000000ab12c14651b6e9f6345bcbe7a3af565cd8e54fc04372761588 0.25 MB 708 231
225,379 225,379 0000000000000208c48af6dcfcf80d2c3915a7f0a56d4428558539f707bfeb74 0.11 MB 163 136
225,378 225,378 000000000000018150fce46f722de488adbbfdd9ff685fe436112b102ce409cb 0.04 MB 77 155
225,377 225,377 000000000000024b1754b2464f5194623bfc6df45ea77919e9454900102fc7fa 0.14 MB 285 136
225,376 225,376 000000000000030c36463d1fbc9cc7587253b3fc49b52f0e204eb5b7a1a947a3 0.15 MB 330 188
225,375 225,375 00000000000000c825b0220af55b15227b949e0ead0a121e5917fa3f60d88090 0.27 MB 609 199
225,374 225,374 00000000000003b29e5a2ce86dea6614409a3fd608d7e282461fad5e387f37ee 0.01 MB 22 94
225,373 225,373 000000000000034ac98233d2cdf7b7cfc85e87b654c452e5ef68bd4d11ce31b9 0.18 MB 447 213
225,372 225,372 000000000000039a7e99d3ed53ec16743d9dc6caa759ce9ac55505af6faee0a4 0.14 MB 305 170
225,371 225,371 00000000000001f21a2cdf6e03a9b439c4afdc9c92213ac3a0871eecfce0879d 0.01 MB 32 347
225,370 225,370 00000000000001c6db4ec7f96a61bf216a918c99c9012f747d28e956e0348cb4 0.38 MB 232 15
225,369 225,369 000000000000028dc3f6cecc7f0f5faec5bbab616d87121a4f503eb27be86cb4 0.14 MB 303 147
225,368 225,368 0000000000000035ab5608812b59bf3d921d490dd6808948fdae0c4e3a43e92d 0.29 MB 646 246
225,367 225,367 00000000000002a95363275453178452fead1a1b3cbd596178b1e47294ac5c3c 0.00 MB 12 199
225,366 225,366 0000000000000368d53522a3f23face06565b07a8aa6f3e1cc43ee75ea586643 0.24 MB 349 117
225,365 225,365 00000000000001fcc8bb41867d4c733d24c73196805c19dd7129bcdb01254062 0.00 MB 1 0
225,364 225,364 00000000000001dabbb3210bf4574f91ca7679c1f2915a0c474d33dfec66f02e 0.07 MB 181 240
225,363 225,363 000000000000017da092cc349ed794d82c9d18479d3c54252827087471f9b50f 0.14 MB 430 266
225,362 225,362 0000000000000322f06155accf7ee2ba670f3a8171f58ad67aa3df95d97af814 0.03 MB 52 128
225,361 225,361 0000000000000075d3f3f7fdefdba9a29338801ce3d0fac6fea2cd375e7726ce 0.01 MB 40 3
Previous 10 blocks ↓
Total Size: 709.40 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: 579.17 GB sent, 8.74 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.