Memory Pool Memory Pool Refreshing

37,691 transactions
32.11 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
862,420 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,877 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,419 (268,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
593,904 593,904 0000000000000000000c32409d9cdb5faeb14bf3f8aec17ae77aedcd4a10e6f0 0.21 MB 481 19
593,903 593,903 00000000000000000001ac3aba8616a5fea239517e39d255dd08257429141422 0.98 MB 2,358 16
593,902 593,902 00000000000000000015d8a0bec2f5a62c845fba885aade2256b363d24d16cd6 0.53 MB 1,132 12
593,901 593,901 0000000000000000000dda8cc674e1328f97360d6830914abdde70e8113a7ca3 1.25 MB 2,887 9
593,900 593,900 00000000000000000011a4b8149e45c545f8c40b8ee7fe4dbef2869acf4b44d7 1.34 MB 3,690 26
593,899 593,899 000000000000000000027a47f8fad11220a52647f5137ca82151c3e825738651 0.10 MB 201 13
593,898 593,898 0000000000000000000d177fdaefc3b0ebcb15bbd3a923d522311eed5eb2a513 0.66 MB 1,325 17
593,897 593,897 0000000000000000000a67cbb961863d059db4fa24e031ff2e0ff4baa0140903 1.18 MB 2,817 14
593,896 593,896 0000000000000000000db810fc72b7aa727bbb958f6a47d328f9203d8329ce7f 0.28 MB 831 16
593,895 593,895 000000000000000000080173dba0dfba9163278e2946b6ea289c0247b4ada64d 0.01 MB 17 16
593,894 593,894 0000000000000000000e92b06be663e4465f925afd0e5a8114801d8e6a58ad5d 0.04 MB 91 15
593,893 593,893 0000000000000000000836d11ad37ac1e965026b922c8336a339e591bb289f3a 0.31 MB 937 16
593,892 593,892 0000000000000000000b6f2b2200952ea10ef137cd541112904702554b019a7b 0.32 MB 968 19
593,891 593,891 000000000000000000080125c5d8aecfb3c3390871d01abbe4e8dc155f6b543e 0.64 MB 1,482 13
593,890 593,890 000000000000000000137ba3acf2bdcbfb7aea7b15df3289ae37a231695fdc47 0.51 MB 1,347 17
593,889 593,889 00000000000000000002579cf21a5512d306ac135bbdbba7a4cee78e06d96264 1.19 MB 2,648 5
593,888 593,888 0000000000000000000cf76107ca36b912ec29e63dafc9079ad0680d58fd73e4 1.34 MB 3,414 17
593,887 593,887 00000000000000000014ac1c423d5ccfb66ee9f1d20793e87cd1826ccea7a1bc 1.38 MB 3,431 42
593,886 593,886 00000000000000000017e335226adad13c75cef9924e27c0ba8e28ff9b50b447 1.02 MB 2,654 17
593,885 593,885 00000000000000000002673cd0249abf766624447f2084f423a5dc81aef7c59b 0.16 MB 223 22
593,884 593,884 0000000000000000000dcf5ff20bfedb3243239c106fd711078031f01ed216ef 0.14 MB 300 18
Previous 10 blocks ↓
Total Size: 684.96 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,368.13 GB sent, 104.73 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.