Memory Pool Memory Pool Refreshing

21,121 transactions
31.08 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,012 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,092 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,011 (68,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
795,724 795,724 00000000000000000004967833864a4f0073f8aa960fa2a1c8ad9696750e91a4 1.90 MB 4,153 17
795,723 795,723 000000000000000000032d0a60859c918125ba6c2c585e08909d65be98fef631 2.20 MB 3,236 18
795,722 795,722 000000000000000000037b1e4c1d7da5d2d44a147f5b4a86dacdb62397e2e6ca 2.37 MB 1,279 14
795,721 795,721 00000000000000000004668a03952a0357f6d3ac42b29149891620b00c498b68 2.21 MB 2,791 16
795,720 795,720 000000000000000000007cd1f702280a89aaf687116386d6217a5357c6e38527 2.02 MB 2,727 16
795,719 795,719 00000000000000000003e89b503d47a5deab248e9e469867050b25742bbfc9ff 1.50 MB 3,368 25
795,718 795,718 00000000000000000003900ad756c772a75346bd366f8cf06b39f58ca28f889d 1.56 MB 3,656 43
795,717 795,717 000000000000000000048ca3604258140acd5b1e40b106f6e357e163fbfdd1a0 1.58 MB 3,631 27
795,716 795,716 000000000000000000006e5e36041bd0a14ec548a8e92704a0a6729000a89d95 1.49 MB 3,023 26
795,715 795,715 0000000000000000000371aeb1685304bab4c94982aa77aa0019ac3d17e2f910 1.66 MB 3,229 26
795,714 795,714 00000000000000000004d05b753b068c3673d21fe52828470cf15e5b36da505a 1.87 MB 338 13
795,713 795,713 000000000000000000051325022ef15be6a665406f38ff7ed5ad2c729ba03ab8 1.64 MB 2,506 20
Previous 10 blocks ↓
Total Size: 688.04 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,571.14 GB sent, 125.65 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.