Memory Pool Memory Pool Refreshing

27,326 transactions
30.67 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,091 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,181 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,090 (82,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,745 779,745 00000000000000000001b204469e414d75be6d7800b0d24cc47c00541735342b 1.42 MB 3,278 29
779,744 779,744 00000000000000000005147fb22330a5c6d53ce915e25a8dd3802159deb4f4d7 2.22 MB 1,754 13
779,743 779,743 000000000000000000037fd0b1009575c5d5c9f2adef36aa0a6073f758e98253 2.42 MB 1,900 8
779,742 779,742 00000000000000000002f9ad3b7d998259a5feebde6b15a437fa336f9abac2ac 1.74 MB 2,237 10
779,741 779,741 00000000000000000002ed8e2f27d56379b3e308c8ba1ed7467140ceadb45093 1.64 MB 2,843 17
779,740 779,740 000000000000000000056920f3fe95a0a8bfb51b473811ffaec77193f7fe8793 1.82 MB 3,009 21
779,739 779,739 00000000000000000002ed490e878c62b6eb85e21a366529da76ac6896566888 2.14 MB 1,003 25
779,738 779,738 00000000000000000003c13a11c4975ee2b7caeb9e324257c05bfd522a8b5322 1.50 MB 3,634 35
779,737 779,737 00000000000000000003f298c10b5239770ccd190dace021df85ed7ffbb30913 2.60 MB 1,997 11
779,736 779,736 000000000000000000002406e0554a282237a381eedb938d0d0d08cd33762e16 3.67 MB 674 3
779,735 779,735 00000000000000000002ce7a427c085ccb0b83a5c838fbb4c3b55b78dd9117c1 3.13 MB 748 7
779,734 779,734 00000000000000000002805b09735a00979b265cae4db1720f70c8f53b962f5c 2.17 MB 1,750 14
779,733 779,733 00000000000000000005ee76472b64ec0bb7f49a60883145305cbb3f96429251 2.14 MB 2,200 8
779,732 779,732 00000000000000000000837fa1850b3f336595d2b2aaa67294c097ada78e17df 2.32 MB 2,232 7
779,731 779,731 000000000000000000000c42dedb6aed8910ade0ebae7237d4b378a6431beeb8 2.14 MB 2,104 14
779,730 779,730 00000000000000000001812b19c3a20bb458d1e5d773e83413203b4ed4155775 1.57 MB 3,674 25
779,729 779,729 0000000000000000000039c576eeef0b71e5b6d1f27017806ee1d266438fc79b 1.54 MB 2,768 21
779,728 779,728 0000000000000000000617429fbfd4b9fa88d036e839c0d3a6b5d1cd7abf2ec2 1.23 MB 1,518 16
779,727 779,727 00000000000000000000de28e2defcee82d53c438ae9d9eef183ea76d8aaeaca 1.35 MB 2,652 28
779,726 779,726 00000000000000000005b1c9d5cad4228c40fe8a6ad836f5b052f9280a22232a 2.56 MB 1,746 4
779,725 779,725 00000000000000000005bed9c0323e20acedc709247f1cbf77e7415a98465cfe 2.07 MB 2,744 11
Previous 10 blocks ↓
Total Size: 684.34 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,335.40 GB sent, 100.56 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.