Memory Pool Memory Pool Refreshing

36,021 transactions
32.63 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,550 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,608 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,549 (36,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,243 827,243 00000000000000000001911217cb253c0e282760aa28fe7652a278a4f4cfea87 2.10 MB 3,174 32
827,242 827,242 000000000000000000039d129834c84b23cc2587840cbdc05c61c4ce91405d53 2.00 MB 830 36
827,241 827,241 00000000000000000003e1d64cd62adafcecba3dd9473065f9907662cd675693 1.72 MB 1,331 30
827,240 827,240 00000000000000000001578aa36e75c07276970b5a5f58206fe5807a3b0aaefd 1.83 MB 626 39
827,239 827,239 00000000000000000003c98c8951457b725d4585d6ae2444f91a5f5c1ce7410a 1.02 MB 168 23
827,238 827,238 000000000000000000038c8a34964d0cd547afde9384b2f78071a215e9ca8d6d 1.36 MB 565 26
827,237 827,237 000000000000000000022947a9d2518189fc92e300bfd3e125e135c405c2ef9d 1.43 MB 1,734 25
827,236 827,236 000000000000000000036d6a58bc6547439283a447e6742b4acc4b8c0eca6871 1.99 MB 1,435 35
827,235 827,235 000000000000000000024051a057ffedb4c05346061c0d5e36d84e6bcd13f756 1.85 MB 625 36
827,234 827,234 0000000000000000000120c448d2c758c1d90f7a177beaa5c4c2a2c37b1894a8 1.43 MB 1,184 30
827,233 827,233 0000000000000000000378684c0e56576853bdf69fde53d3aa6e613d6756028c 1.66 MB 2,548 27
827,232 827,232 000000000000000000015b0eaaa5013843db1208234ab626fd0b2cdee3211d94 1.82 MB 587 37
827,231 827,231 0000000000000000000208f672e626421ad289d672180915ccbd14270f6ccf6e 1.26 MB 687 26
827,230 827,230 00000000000000000000fefd2f38968f8c08fb441fbfd8a48cec2d8f8d25a234 1.52 MB 1,929 28
827,229 827,229 000000000000000000033e7b5ff9e5131aa174c73480118df2187ffa8c687893 1.87 MB 111 35
827,228 827,228 0000000000000000000108166829f0cac93fb64763d381e4a7befad319d00957 1.78 MB 1,737 45
827,227 827,227 00000000000000000003085ad6f7b8ce8cf78791c16b0b8cad7a9bbf182e2d9c 1.46 MB 1,793 33
827,226 827,226 000000000000000000006b3b9a765d233630c9edfc37cf21b35dcbe3cfdfb9c5 1.70 MB 1,488 30
827,225 827,225 000000000000000000001ca8d3ce21fc28257aa3e8a21179bbab893723d0ce1e 1.73 MB 1,523 44
827,224 827,224 000000000000000000028862470eef5221da8ecccb2b13c3c2b59b82b5a8c786 1.10 MB 287 24
827,223 827,223 00000000000000000003774ed4f1cf81027b90324f45654cf5c723af82c533f5 1.80 MB 664 37
Previous 10 blocks ↓
Total Size: 687.16 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,508.93 GB sent, 119.90 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.