Memory Pool Memory Pool Refreshing

10,355 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,358 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (599,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,266 308,266 0000000000000000108b524de1f4142c9304ae38c60743001cceadda5fa9c75d 0.23 MB 378 36
308,265 308,265 000000000000000004cfa682ad465672fb82f5c6c48e7bef703b03d9f81024ba 0.24 MB 360 24
308,264 308,264 00000000000000004d6a59bb74feabf3f689522cf99ea63881a92e34b87c4b32 0.03 MB 66 33
308,263 308,263 00000000000000001457a4e044d2752bb122bbf4d339af0812a18bb5f8a2b2a4 0.06 MB 108 24
308,262 308,262 00000000000000000f95b7e1a5d5a35fd42c850e4d58ed9d5b736c5882f4d842 0.02 MB 64 38
308,261 308,261 000000000000000024d78763c029052510d820d101b494ab03661ccf4979f353 0.04 MB 95 34
308,260 308,260 0000000000000000495898a07b54e49237c7424b344adad277a015cd70a917b4 0.10 MB 205 36
308,259 308,259 0000000000000000329de0435685328f3143d4908fb7d05562c53ff5ae06a9ed 0.08 MB 168 30
308,258 308,258 000000000000000041122038fef10ee184d3debb37dabf785129f9f9ea19e8f0 0.12 MB 185 26
308,257 308,257 000000000000000040fc5979d3ff1ba6241cd292b4bca0af938bf2422f5e0783 0.17 MB 296 25
308,256 308,256 000000000000000032a8fe4dd07b921f719e549a334b8e5d671cb439ba9383a5 0.15 MB 239 27
308,255 308,255 00000000000000000ae2a1497de9210bbecf69ae30d3b4d597c7fe28d71c51ef 0.15 MB 179 15
308,254 308,254 000000000000000024c8cb58dd0d14d434c32e1dd5b2f07e559327b9b826d558 0.16 MB 269 27
308,253 308,253 000000000000000021322385a20a3d664af628a3eab7388a1e47ee5dd14046a2 0.55 MB 555 20
308,252 308,252 00000000000000004381107684bba18bdf7de565f4c630c3f32ca1d6ada1b966 0.25 MB 633 37
308,251 308,251 00000000000000004d1b6fd6ed66925fd8d1553e76bcb6e4b58cca76e44210fd 0.18 MB 331 27
308,250 308,250 000000000000000034e14641f133fb6ff7e04f8379274fb83b9d1a266d6f9e22 0.11 MB 175 23
308,249 308,249 00000000000000002948fd1d8b0b977948c071ef2333ad6af15e19ef3ebb0fcf 0.11 MB 125 18
308,248 308,248 00000000000000001275363887b6d5fe6d06433e623a01a1da688ea3d03ec483 0.10 MB 205 31
308,247 308,247 00000000000000001d33c22c97350d73dcd2b49c704e92418e89f2675a5611e0 0.75 MB 748 33
308,246 308,246 000000000000000020416b6c9c8da48103923aadb230b66a69ab6abc782f6d78 0.15 MB 188 25
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.