Memory Pool Memory Pool Refreshing

30,105 transactions
29.91 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
862,312 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,884 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,311 (13,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,186 849,186 00000000000000000001594a06baac3c1a3d82c759ee57de0f109edd13abb688 1.66 MB 4,352 14
849,185 849,185 000000000000000000008d4aa1146caaa14575542305ba0a7f74ca50f9283bab 1.56 MB 3,012 14
849,184 849,184 00000000000000000001ffa506a016ebc3a49ba42d30475526473e4ec4f72bf2 1.50 MB 3,317 29
849,183 849,183 00000000000000000002bd8bfdbe81cd5b6da31d7940fe47d9cc4fd5a7ec21fc 1.58 MB 5,488 10
849,182 849,182 000000000000000000004471b47c2d53eea80d3fa84e5d3737658f9e4cc55e48 1.65 MB 3,586 12
849,181 849,181 0000000000000000000358f78e2ff514fe2318f2147c2f37180cce22d5c4eb95 1.62 MB 3,824 18
849,180 849,180 00000000000000000001053f3220fb43242c258cab579fe68cbaf3d9aa4249cc 1.54 MB 4,156 12
849,179 849,179 0000000000000000000158250a43af4ff573cd3540d914aabc14ec164c54d88d 1.53 MB 3,611 24
849,178 849,178 00000000000000000001a1c41ce817fd3f5eb294f0c24a7b3dd6c2c64f0fc89d 1.78 MB 5,192 9
849,177 849,177 00000000000000000002b752be79f3cb208707658c58ee9ae9e71291399065e4 1.59 MB 3,986 13
849,176 849,176 000000000000000000032237dced482f7c014a0825f29b6e74a864d485e3c2de 1.62 MB 4,504 12
849,175 849,175 00000000000000000000e7749f584661aa2c3bb340ca5d5dbf0a9a23fab26ed8 1.62 MB 3,562 16
849,174 849,174 00000000000000000001e2de41673e6c2df405abe09d079c0bff045621730c6e 1.57 MB 3,648 27
849,173 849,173 00000000000000000000be1fa87653eaa6aa0e2521847bc62c4167aefff3881c 2.49 MB 2,673 11
849,172 849,172 0000000000000000000174a20d6e1b58ffd04d1c2534a7362f06d08ed5aa9cf8 1.50 MB 3,312 14
849,171 849,171 000000000000000000009af7f92899631545c331ddaa76de8648a55d29b96939 1.55 MB 3,710 30
849,170 849,170 000000000000000000030fac7dcf1518e2ce2081ddd3158bb536b7dc532760a9 1.49 MB 3,335 10
849,169 849,169 00000000000000000002dbfcebb1f210a6d36c1025320959179488ca227895e1 1.70 MB 4,989 12
849,168 849,168 000000000000000000029458b7f1795808b70ec25ef18267c58cf829dd67e49f 1.73 MB 4,175 13
849,167 849,167 0000000000000000000159bb90f3e38866ec02f7a3628eacb0e3f04ab23520f2 1.62 MB 3,209 17
849,166 849,166 000000000000000000002dccdda0d3e487c7b4d66191fa8889fdc3dd8ef4f689 1.65 MB 3,784 12
Previous 10 blocks ↓
Total Size: 684.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,362.99 GB sent, 103.40 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.