Memory Pool Memory Pool Refreshing

24,628 transactions
31.24 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,987 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,920 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,986 (34,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,741 829,741 00000000000000000003a9011999ad7b6da0b03d6265272ac861727642cc2c1d 1.63 MB 2,169 27
829,740 829,740 00000000000000000001954504d657a9f81a15632a89e16658696e52f2a41a98 1.07 MB 251 21
829,739 829,739 00000000000000000000b92e086e5f3e434e0635a5f5d3477d443891f0b284e3 1.09 MB 474 21
829,738 829,738 00000000000000000001af0498385ebad0a72938db0553564bd79b8153ad0b33 1.10 MB 671 21
829,737 829,737 00000000000000000000b95cf1f6306782adaaff1cf768bb21316d53a7fd33be 1.44 MB 2,520 30
829,736 829,736 00000000000000000000b2927d2c7665dd513e8b2552427f3af4d231f92297cf 1.27 MB 1,316 25
829,735 829,735 000000000000000000023a703d098d58373f6d3ce6e1bf09b1df4e67634140bf 1.51 MB 1,412 27
829,734 829,734 00000000000000000000ba9c1f42199c9f111ac9d116faeecc6701206176072f 1.33 MB 1,193 21
829,733 829,733 00000000000000000000aa2e7f60d4cc545e357103fbbf4fc36e6dcf51ee0a1f 1.64 MB 2,822 38
829,732 829,732 00000000000000000000f2390d74f47adb746e3a7c71174366efa032c569ef79 1.34 MB 1,132 22
829,731 829,731 00000000000000000001ca149a8c833bc97e8e24626819d96aef169cf456530a 1.69 MB 3,447 36
829,730 829,730 00000000000000000001545fa2a1ffde5b57ffb735133b535d929b7e6c7bf615 1.38 MB 2,077 28
829,729 829,729 000000000000000000008dffecdc5a65cacfb5fde428726c2d7e1626a2004940 1.36 MB 1,143 22
829,728 829,728 00000000000000000000bb195b17038c2924d3e0d6b98a5e88b663e47161f003 1.57 MB 2,952 35
829,727 829,727 00000000000000000001bc43cc35745d78269614cf578057c04d133aa13001a9 2.20 MB 2,325 29
829,726 829,726 00000000000000000000bf7bfa97379406b50a9de813979f071a794ae07bc266 1.61 MB 2,811 30
829,725 829,725 000000000000000000001503ebf06b6f5cde4f9dd7611f69ea8416f541300972 1.58 MB 3,193 28
829,724 829,724 00000000000000000001e4663b924c6bf354c71e4af33810bd9b6b22cd44515c 1.52 MB 3,033 42
829,723 829,723 00000000000000000002f891cf13cd2ae81c2cacf16e3933d699e7791cba597f 1.56 MB 1,848 26
829,722 829,722 000000000000000000008680acd05fe6f27fb300454f068b21bcf4254a416386 1.65 MB 2,464 23
829,721 829,721 00000000000000000002dd92ff8482a79592e40c19b22c4e5d5ce81ea0eebdc4 1.57 MB 3,260 38
Previous 10 blocks ↓
Total Size: 687.99 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,534.68 GB sent, 125.27 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.