Memory Pool Memory Pool Refreshing

63,636 transactions
23.95 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,089 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,612 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,088 (76,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,769 792,769 00000000000000000002294f17850c741ae933a84f6a357b12ce2aa85058ab55 1.94 MB 2,368 19
792,768 792,768 00000000000000000003d1f03b6fed46a9ed1403dde21dcddb2560362ba1ab83 1.68 MB 1,224 31
792,767 792,767 00000000000000000002076f290b03e96311fe395db6272ec84f1896802773f1 2.42 MB 2,094 16
792,766 792,766 00000000000000000004c8cd93585577bd2109d4f1003c291f6a026e95fd6af5 1.84 MB 3,568 18
792,765 792,765 00000000000000000003dfb6b5126613d053d17ae0275d8e9345c5d92e973858 2.06 MB 3,241 25
792,764 792,764 0000000000000000000481ef44d5c7077cff3dd4924a57a5bff72cc2374919f5 1.93 MB 5,784 17
792,763 792,763 000000000000000000027631eb1cad33cab9ea7a1a04b0da89484a95f32e7783 1.93 MB 3,952 19
792,762 792,762 000000000000000000033d3beac000de151c325ce8e8d8e4e3bda9a72ec43c1c 1.69 MB 3,153 21
792,761 792,761 0000000000000000000126b3de576888f5aefa4cabce8283042d7950d0528086 2.18 MB 3,877 18
792,760 792,760 0000000000000000000454f7bf8567cc72c43307494d747272643f4a859aaadd 2.05 MB 2,479 25
792,759 792,759 000000000000000000046581910c96622381d03a9690ec9099044c3b591b6a9c 1.89 MB 2,727 22
792,758 792,758 000000000000000000031765db4262750ce3e1139a7479ac67a4d445d297e31a 1.41 MB 1,377 30
792,757 792,757 00000000000000000004cc3660f269a437bc4d0e7e200cf77cbc7f86118426c3 1.52 MB 1,735 29
792,756 792,756 00000000000000000002849abf107f1d3873b87a2ffcbf43ff10788bdbcc774f 2.17 MB 1,677 24
792,755 792,755 000000000000000000003dd76346dc5fa900489475a5ac8d81fee4a8694f41ed 2.57 MB 1,698 29
792,754 792,754 0000000000000000000141e05bec2efe773e5e8dad17f3eb6fee4e2dd47889aa 2.83 MB 1,592 24
792,753 792,753 00000000000000000003bc13dc7befb2b46918d57e0d5062b8ea27603b0c89f3 2.42 MB 1,957 22
792,752 792,752 00000000000000000000d385ffdd6408d264b4c072d7677b3e8586c3671c682d 2.20 MB 2,012 32
792,751 792,751 000000000000000000031a15ecca4a9193ec6368a40daaa2ce598334fd18e5c8 3.20 MB 1,285 22
792,750 792,750 00000000000000000000b1c02714e50bca5c3a71facbfd52acf6978d66d4bb75 1.63 MB 2,787 29
792,749 792,749 00000000000000000004408b7f652085974c17be92bb452e59c1471401a6aeb0 1.43 MB 2,250 32
Previous 10 blocks ↓
Total Size: 697.73 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: 2,060.47 GB sent, 196.32 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.