Memory Pool Memory Pool Refreshing

48,301 transactions
30.34 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,315 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,186 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,314 (4,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
870,484 870,484 00000000000000000002978e35fd66d14608eb23dc29473bbc4dafd55cd20919 1.51 MB 3,148 13
870,483 870,483 000000000000000000008518578156c22ddb4d5cd1dc2df7918ead45ad824bd0 1.43 MB 3,739 27
870,482 870,482 00000000000000000001825a4349d38469046753aa9e498794f909a3c9dca0cc 1.84 MB 4,014 6
870,481 870,481 00000000000000000000cfc77b90fe3c896153e256b376b21c0dbdf2224bac69 1.73 MB 2,018 11
870,480 870,480 00000000000000000001df8f954e4d987a56bd6434f076132295020cf8a40fc2 2.35 MB 1,852 5
870,479 870,479 00000000000000000001332dd83f2cf3d15d94dbfd48e2e283c7411551457681 1.62 MB 2,719 11
870,478 870,478 0000000000000000000084be25ed20f635e580631130a136acc3f99992012680 1.59 MB 3,271 34
870,477 870,477 00000000000000000002c0d8c391f9ed1daa6d3f8f1b21783310bb28d4e8a457 1.45 MB 2,833 10
870,476 870,476 00000000000000000001350f2ca3e1606bab8a9340a4665b6b91bdf5252a52b2 1.51 MB 3,497 46
870,475 870,475 00000000000000000000e4bca5a161503e97ab34eb1fe569b4650121a9c4a52c 1.63 MB 3,266 20
870,474 870,474 0000000000000000000167f5acf53e75e423720dc8547e810aed119bfce8cff3 1.55 MB 3,566 49
870,473 870,473 000000000000000000015a22ea69f7a24e34652433accf65c4966d19840218f3 1.73 MB 3,080 15
870,472 870,472 00000000000000000001d5bc058692f5954d11545f93cd568921408eab8a31b4 1.57 MB 3,131 29
870,471 870,471 000000000000000000011dbead3f9d979fd0c772e74d7cf063312ae1ffb2ec80 1.56 MB 3,030 44
870,470 870,470 000000000000000000017633a98f864e3c146c95b02e046b172ac8eb3683da0a 1.69 MB 2,339 13
870,469 870,469 000000000000000000015be34020df72b5058527c296253d28934444d4ec297b 1.70 MB 3,588 26
870,468 870,468 000000000000000000021bf09c625a94345ceefa0585b295c7df7d13f781bbfe 1.65 MB 2,630 9
870,467 870,467 00000000000000000001e60c06e779b4afa5304d75ea0141f6bd2fffa31d80fc 1.54 MB 3,521 42
870,466 870,466 00000000000000000000558deeee2290ddb5f22f89944bfe817c93ff149c0cc1 1.63 MB 3,631 32
870,465 870,465 000000000000000000015bd93bafb7323e9dcb6c9189ff76947d3636f9ea6995 1.73 MB 2,968 13
870,464 870,464 000000000000000000025d63e89c929a0fd4114daba382ff7080b79c58a4f2dd 1.63 MB 3,104 12
Previous 10 blocks ↓
Total Size: 709.24 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: 487.17 GB sent, 7.74 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.