Memory Pool Memory Pool Refreshing

1,632 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (842,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,195 66,195 000000000014d24f72fe677a4e182ad50bf7d1c379eaae4c9ad4a11643aa2d3d 0.00 MB 2 0
66,194 66,194 00000000062dcb80a35516e151d6af58b7f4a27cbafbc7c8826cd3f6faba33a3 0.00 MB 3 0
66,193 66,193 0000000006a0d0802b5a034dcda9b6a142bc902def93b992a377e8d7337fc401 0.00 MB 1 0
66,192 66,192 0000000002c743a37f634a46a46693cadf954f46238a9a18869c83f9f0a26add 0.00 MB 1 0
66,191 66,191 00000000053ec5bd69d2176f5114d286501ffb2ec7b4c62983e147e752ffbe13 0.00 MB 3 0
66,190 66,190 0000000003e20e9a13c03fef7065ad2027737cf9a985692615110554b012495e 0.00 MB 5 0
66,189 66,189 000000000726702778e9e820b1a735347122d7b0c6faaf51a8cbba82cea74078 0.00 MB 2 0
66,188 66,188 0000000001d52581c21ce09481fc183db7839ffb6f73b4dcc56f90497ff87d8a 0.00 MB 1 0
66,187 66,187 00000000001b50c81b1a1127110c2dd2688d3c6eee6c530056b45b8abfbf5271 0.00 MB 7 0
66,186 66,186 00000000014e8e2050e26d995bfa429bd5ef756b9abf50eb096a32bad4e63567 0.00 MB 8 0
66,185 66,185 0000000006a78ccee3cb90784a0a4b9fcc430072e99e047e7991c90079c0d14e 0.00 MB 1 0
66,184 66,184 0000000000c23013731efecb79e5756458b6a1667b12d28b9f93948ed05872ff 0.02 MB 6 0
66,183 66,183 000000000a489f20f95938079f8a9b8b79ff6e9d8848ab1e98d925466cfc2ba9 0.00 MB 2 0
66,182 66,182 000000000680a33b2f2cffd3c321b3db44579223d52a80763457fa28e33b5f4b 0.00 MB 1 0
66,181 66,181 000000000a998fc6b1d80038530ca260aa22f2373be9f8871cf758c5d5b41e86 0.00 MB 1 0
66,180 66,180 0000000007caa90b754ea801412736c703252cb0d57a40ed1e5fdeb327d48b54 0.00 MB 4 0
66,179 66,179 0000000002bac2bee547caeeeb35cbdca20ffb8c16283949ea191ff3cc3c92d6 0.00 MB 1 0
66,178 66,178 0000000009dcb61860be4d322bb3f707492d1f9de880978ed681c6378515d6b0 0.00 MB 1 0
66,177 66,177 0000000001c1e7f965256f7ad0b74f0c9b562900ccafbb18c5b0c9139510de33 0.00 MB 1 0
66,176 66,176 00000000025204740454916730b13c7d7937043b3ab93ccf2065f85cbfd30bdb 0.00 MB 2 0
66,175 66,175 000000000007198d2fa784855d2f0d1d0fbfb4d987cdf22c1d5826ac7fc9e5eb 0.00 MB 16 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.