Memory Pool Memory Pool Refreshing

2,295 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 2,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (807,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,345 100,345 000000000000baa565b95bb798575f3d757739338546126e62120327e03e7fb9 0.00 MB 3 0
100,344 100,344 00000000000384ee83791a511767c10ed4a1ec9d7121c46fc1395a50201e8a8b 0.00 MB 5 0
100,343 100,343 00000000000229f5f3ff71834b8db6bdeb9b76bf9c69c04719ec2fba783fa1ee 0.00 MB 1 0
100,342 100,342 000000000002fd2027205581c30c43c6ade1485e9a2d0cfc73aad7a69946cec7 0.00 MB 2 0
100,341 100,341 000000000002e6c541f9970c1994703c01f273fecf5989032e811bf18ac461c6 0.00 MB 3 0
100,340 100,340 00000000000390cc82fb6830c8fa792f2b574e3034887a71e2a6192831754ec6 0.00 MB 6 0
100,339 100,339 000000000002ea6e5975af887e45993f21e38d1d47b49c05589fb468a6b5e571 0.00 MB 1 0
100,338 100,338 000000000002fee6a86660a12a6e2a6da3fa7495a323b122c3b35d323430556a 0.00 MB 1 0
100,337 100,337 0000000000018343bb3384cdcb0fbad79ebe4ddc8e7043f5661d3ff47a084fa9 0.00 MB 1 0
100,336 100,336 000000000004287c459d2f876992c44afbdab680e188fb1779205270ca295f7c 0.00 MB 4 0
100,335 100,335 000000000002fe78f962edae9d893aecde95e0bfa4f56b04b7e65d49f10733ce 0.00 MB 3 0
100,334 100,334 000000000000f7d65ec9d2aea42472108f8cb621e47b0bda92691dc91dd9f00b 0.00 MB 4 0
100,333 100,333 0000000000000f9012f65f7d03c1aaa475167518498fe3e4da332c44df7e1ab7 0.00 MB 1 0
100,332 100,332 0000000000024e751cd476e7c19ef78be7fd3c3d10270a93b48d17b857f50268 0.00 MB 2 0
100,331 100,331 000000000000162d164f70f562f7a16ea0ddaf173315e30568bd130f61a04d43 0.00 MB 1 0
100,330 100,330 00000000000127238afda3f268679a49a74c0a799c2fa0e004d7ec5068a7a02a 0.00 MB 1 0
100,329 100,329 000000000002e65c9a02d4ea9114a88221c7804366bfad845a3faf3f095ca3d4 0.00 MB 1 0
100,328 100,328 000000000002d0284708a06cfaf762a4379a6de6578837317d2f829fd5688823 0.00 MB 4 0
100,327 100,327 000000000001a2cee1848a5fcfdff4943cf1c2721e8d1f923bd4d8c41eb475a5 0.00 MB 1 0
100,326 100,326 000000000001f56cc48661eb0da8b77d8ab4bb48ea2ecb932880e3e59d3ecdc7 0.00 MB 2 0
100,325 100,325 00000000000272691e61ff119e8e13bb74ea9c01cf1cbeb10a3bf9b9e9bdb616 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.