Memory Pool Memory Pool Refreshing

49,335 transactions
24.83 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,650 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,130 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,649 (73,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,745 795,745 00000000000000000002d063aaceab37d4ab8f744a1a176ad4808447bacc7345 1.56 MB 3,001 32
795,744 795,744 00000000000000000002fe248aa0192c777fc9f59b9630d44e2b459c8112eb49 1.90 MB 683 14
795,743 795,743 00000000000000000001b9e21442d7b3a85d851a9bff49d3e64cc5c5b28c05d6 1.78 MB 2,635 24
795,742 795,742 00000000000000000002c78f8be478df8ea36dfc99977e6b6c6cfd411e874edf 1.71 MB 2,308 16
795,741 795,741 000000000000000000031880390930ac9d04811d752e14ae277d700c97d131d4 1.77 MB 2,586 25
795,740 795,740 000000000000000000055b6717e2be985333b2da46ee0f898d42afefa087c89d 1.50 MB 3,236 45
795,739 795,739 000000000000000000003aadc2388a2cf50fb8bc49378e6c4c2a80ed88cb89ca 1.20 MB 1,617 43
795,738 795,738 000000000000000000008b7ea4cae7f42535a30db0fc39d938699d22f8f396b1 2.05 MB 3,277 11
795,737 795,737 000000000000000000026e469ef54ce8a12d5c4973cf438c2be9f6e1b558fe67 1.75 MB 4,051 20
795,736 795,736 000000000000000000032fd10930989f449b87f8d5fc3d10faaf252ff1230379 2.29 MB 2,882 11
795,735 795,735 00000000000000000001444f97a123ce782c0990e0892b1d581bba7668eaa353 1.67 MB 2,712 21
795,734 795,734 00000000000000000004fc4e377548b28b95c9e138b051e95e9e5f44e6892a83 1.52 MB 2,206 32
795,733 795,733 000000000000000000023f82bb80ea805511ac44bbcf393e2f5aefdd53436dc1 2.94 MB 1,573 13
795,732 795,732 0000000000000000000551d042c5a2cbbfb45b909ec287798e4a7883809d7ad8 1.67 MB 3,596 28
795,731 795,731 00000000000000000002aa727eccf594be31d89f8c58f2e9a3aebf8942b57d4f 1.56 MB 2,502 19
795,730 795,730 0000000000000000000220752dcfbc6ce8d2f5687f3419f111305d37eb8dc059 1.48 MB 3,398 39
795,729 795,729 00000000000000000003d2115c2321c697c4bdcc9317c363fe43d56c2ec3dc77 1.94 MB 3,294 19
795,728 795,728 00000000000000000003d71a390e2db41454bf357147f8d5e7eef00c50c96c67 1.49 MB 2,961 36
795,727 795,727 00000000000000000003571e556e54713b6f9dfa3282bd86cb3d440225788068 1.45 MB 2,478 17
795,726 795,726 000000000000000000031c89bfa6d6a50a143604c981acaebb7f56e43039ed2e 1.38 MB 2,612 25
795,725 795,725 00000000000000000000702b91f60306bf38e953bde96ae7cc052065d5d714b4 1.49 MB 3,186 39
Previous 10 blocks ↓
Total Size: 698.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,099.63 GB sent, 202.78 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.