Memory Pool Memory Pool Refreshing

4,258 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (565,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,195 342,195 000000000000000007edba4b248231619016aa3e776033006b10ee8955761e40 0.15 MB 286 24
342,194 342,194 0000000000000000195c9c461d710c408f4c55e2f0671cef182e5720a6ad84c5 0.52 MB 750 17
342,193 342,193 00000000000000001186f98f99f364afef226c860103d44b6177739b3cf6dcd6 0.62 MB 841 17
342,192 342,192 0000000000000000002d617377209d1fb27e95453bc0f4b970a0b54f8d82203b 0.10 MB 199 25
342,191 342,191 00000000000000000a4cf9a3a16ab13bbd3f5af0e53717dbb0d8834a135cde02 0.13 MB 292 27
342,190 342,190 00000000000000000e5e595c5f392986031f9b210295806baba664945b9a3e63 0.13 MB 281 27
342,189 342,189 00000000000000000066e0401d98328126b35e47cb25fe2eb9783d19d819d5d5 0.06 MB 168 33
342,188 342,188 00000000000000000dff08ec279d4b69c4021acff6d17e87f915ab804a540e38 0.49 MB 787 20
342,187 342,187 0000000000000000064eb93fda059d4f4dc360441de1233880adef4143cba718 0.28 MB 819 35
342,186 342,186 00000000000000000150c9c1a28cfd2e91eaae31c492f9a0d91a31376815e555 0.08 MB 168 26
342,185 342,185 00000000000000001a0562e55499dc069a9bd9e75c0270f303971610aaa3aace 0.09 MB 174 24
342,184 342,184 0000000000000000190e86062ebc7fff801d808ee90f351f8d827d598fad521a 0.21 MB 321 19
342,183 342,183 0000000000000000196041a3c94eb3d754c4e0fc12fc391321707067af07bbdf 0.05 MB 84 21
342,182 342,182 000000000000000006f562ae765b9770e7fb9a483f249b5c78e2ab8d3c2808f4 0.11 MB 144 20
342,181 342,181 0000000000000000112ef5dc515aead26658311adfd779a9fc5fb40f87f47ee8 0.25 MB 509 25
342,180 342,180 000000000000000013616dbe5c2ce41bfcb58287c7d5354ea14ab965e2427622 0.12 MB 202 22
342,179 342,179 00000000000000000e03434758ba57d255341f6f4412a166375e55678bc5235c 0.11 MB 213 24
342,178 342,178 0000000000000000164c4cde50dc628a28e07186a84e94cdfbd9b43b65391023 0.28 MB 541 24
342,177 342,177 0000000000000000076e322ba5a306aa73d56cf1f0639d8e4911e2abec636224 0.05 MB 104 16
342,176 342,176 00000000000000000d0e2fff2c8dc60bf6d0f6979ef6c9393aa10cc5d20b5b82 0.37 MB 476 21
342,175 342,175 00000000000000000f1609accdb67d8b51dc1beb3f6c4e13bf3a6be86aeb7ca3 0.18 MB 230 21
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.23 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.