Memory Pool Memory Pool Refreshing

46,775 transactions
31.11 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,287 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,344 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,286 (660,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
202,689 202,689 00000000000000534b2aed7a0eb5ee0963bf824589a09daf29df05dfa2c77135 0.04 MB 98 308
202,688 202,688 00000000000003c26d534ae8835d0a386cc792ac2081895f78425b25a71a69a7 0.08 MB 172 133
202,687 202,687 000000000000013790e64b01013a1427b6c75f08290cb8cb2af2f716868d3e31 0.03 MB 95 32
202,686 202,686 000000000000047f55967e945ce21b609abfd519f326993f13c2803c55c638b5 0.15 MB 324 171
202,685 202,685 00000000000001fd2af55b72bebe06990715034859990c6b5758920f05eb92e0 0.05 MB 115 151
202,684 202,684 00000000000003ba087498905de27afb3ffed7656f7b4fd52e0405073e26718d 0.09 MB 228 161
202,683 202,683 0000000000000461cd0249f21a16f5c967ededc464de2bbd899b5b4d8afa0f1f 0.04 MB 111 144
202,682 202,682 000000000000025dabc4188ac9b7650f070615b93d289b7c7338b6ec93aacc3a 0.05 MB 136 144
202,681 202,681 0000000000000369deef60fcf8971e52bc13354ad19944ca879151c4166ebc3d 0.02 MB 71 15
202,680 202,680 000000000000034fc0b30077b830720c7812b197479c95b66216a455ead358ba 0.07 MB 186 137
202,679 202,679 000000000000004ae17229d7b86695448cc26c1ab06873e1f11734657d3feb9d 0.09 MB 174 141
202,678 202,678 000000000000054e2d4d75df8a4b6ae363afe80bf25b53163271001a5180b089 0.05 MB 139 18
202,677 202,677 00000000000002642407ab5d38acfb06d384cca06665db69bde938ab9d4911cb 0.17 MB 432 181
202,676 202,676 00000000000002187443b8c216626d932b3447214093a62d08695eaccd3961d8 0.14 MB 334 162
202,675 202,675 00000000000001b759901a25871ae9e6f7bd0eaca6518b2632e2b649394612b8 0.01 MB 12 68
202,674 202,674 00000000000004bfc8e0617f8253219fc43d3d428546c707abad76f2af47a847 0.07 MB 139 88
202,673 202,673 000000000000048692d3667eb1a0488151efa9ad1530e7eb83effcdab5a3b33e 0.21 MB 421 130
202,672 202,672 0000000000000139e8b6419df0b9d6f525fd43627e6557a6f4242eb5ca29fc10 0.01 MB 25 95
202,671 202,671 000000000000008a52604017690a3910df3b6e272a6ab03a192daa69ebb4954a 0.10 MB 230 41
202,670 202,670 00000000000003ab0229a4edcb49a8b1347514b5c81e83bc026c4cccd8c96fd0 0.05 MB 88 63
202,669 202,669 00000000000003fbc5e7e37b2264dcbd7750109c2cb2211de2aa03405a95e222 0.11 MB 322 153
Previous 10 blocks ↓
Total Size: 686.66 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,486.02 GB sent, 116.19 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.