Memory Pool Memory Pool Refreshing

43,019 transactions
33.47 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,226 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,131 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,225 (580,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
282,787 282,787 00000000000000000d4ba16e550424e4c8d3869c547132c7ae323282bec91935 0.25 MB 294 16
282,786 282,786 00000000000000008d1297cd3e86a5d825c133f094132178e70a27646471756b 0.25 MB 599 36
282,785 282,785 000000000000000130e0caacf6291409f5e815a0cf7ded6079d226c6fb2a069f 0.25 MB 642 45
282,784 282,784 0000000000000000537711efd93786615ee55ba6b46b28101ac885ccee2f880f 0.25 MB 754 79
282,783 282,783 000000000000000074283b889346241f8bad1df1888f9d22098eec6c136a3ed0 0.05 MB 148 144
282,782 282,782 0000000000000001c54663521f2f335f366ef7bfb5f6cdbe9c38f3496ded369c 0.22 MB 457 38
282,781 282,781 0000000000000000e339c9eddc923984661e7953f46194a2402ef604a524b5cd 0.35 MB 792 32
282,780 282,780 00000000000000015542e036d3a587b2db0b12bb943659a66e2b04efb074f632 0.05 MB 142 107
282,779 282,779 000000000000000161228d406e2056d57e0d240d0ba644cdd06cc4341c9d8926 0.40 MB 995 50
282,778 282,778 000000000000000042589daaf1aca255360f09c026a7774aa00eb1b559351cd2 0.05 MB 104 41
282,777 282,777 00000000000000006fe92a04e6432cd48ee020203fe9c29679da3787ba10c375 0.10 MB 268 45
282,776 282,776 0000000000000000ea5bcb94e5776082a1be6ecf5489cfae194e294b75e98664 0.11 MB 286 51
282,775 282,775 0000000000000001480b8aa23e2dfb5a057da3a6a142d12d3ae9574c9d5c9f1f 0.10 MB 188 10
282,774 282,774 0000000000000000f441e7dd3b68e8f68cc2b47c8139283051ceeae1ebd413dc 0.09 MB 229 49
282,773 282,773 00000000000000012dd32c04fd41db44da9aeeafe57ff2d27b67e262e6a1ea4b 0.10 MB 126 19
282,772 282,772 0000000000000000110be6c9d3bc5f0014663f0b97c7a481cb9def55fbca9c52 0.18 MB 424 45
282,771 282,771 0000000000000000974b93def0a64914244bdd3daee3b30e6e2faa9f5e2670cc 0.00 MB 1 0
282,770 282,770 0000000000000000f06eee29245edd18c88c24cf575226d4088f9db79513c602 0.21 MB 472 52
282,769 282,769 0000000000000000aece28462ba5cb0219d30d5be170644c05dce6ba32df91f3 0.06 MB 94 32
282,768 282,768 0000000000000001e70685b4f8a67c0a22797fab927bca2633ca6939c8b77bbc 0.13 MB 184 33
282,767 282,767 0000000000000000a245eb28c1b4471697ef5afc8cde92cdef8640d2061d02df 0.12 MB 292 47
Previous 10 blocks ↓
Total Size: 686.55 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,477.64 GB sent, 115.45 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.