Memory Pool Memory Pool Refreshing

10,401 transactions
30.43 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,885 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,701 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,884 (172,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
690,494 690,494 00000000000000000006044229d570ef8c8b201422ab9a5859fb458e56cdb166 0.39 MB 209 11
690,493 690,493 0000000000000000000de8e32d68b5e1fbd1c9a6d86afeeea9fcbd2027060dcd 1.28 MB 1,335 8
690,492 690,492 0000000000000000000b6b936d53740be367db747641be8b260d938a2216c07e 1.27 MB 1,656 20
690,491 690,491 000000000000000000107d7d681d7250f8d638faa971553c087130b78277042b 1.33 MB 1,701 40
690,490 690,490 000000000000000000113597a5ca5260196d122cb33c4c108c4cd1a9c46ab190 0.30 MB 500 17
690,489 690,489 0000000000000000000ba00004de0a3ad1fc82b936798e08cf7aa9b70a067ea3 0.36 MB 732 23
690,488 690,488 000000000000000000048361097b6a9dd1d69c7c4d886377d13484a8e9c251b4 0.04 MB 102 33
690,487 690,487 0000000000000000000594672b59713954ddf70fac5cd8063e23becb89b140de 0.17 MB 225 20
690,486 690,486 0000000000000000000bab14fd6874ae4fa691197d262594e20de932ab356a59 0.40 MB 792 19
690,485 690,485 000000000000000000123559da2a32ece2af8861ce7e7d95fea0880adf68676a 0.37 MB 673 17
690,484 690,484 000000000000000000024a0542ff41146a63cbe883149c6fa6509965bc63e631 0.06 MB 160 21
690,483 690,483 0000000000000000001229391ed57d9f2e8624315d6a26961643ec9a0ec7cf10 0.95 MB 1,823 20
690,482 690,482 00000000000000000011fea0e1d0e87ea58dbdb26f2462e43a26820b7ef290a2 1.18 MB 2,713 14
690,481 690,481 0000000000000000000c1dbc12089c28684671c17606d1f8e7af837a1a6558b9 1.45 MB 2,241 12
690,480 690,480 00000000000000000003626a776400752d3d31964c0acc1ec42c200c89021125 1.15 MB 1,249 45
690,479 690,479 0000000000000000000d97ce82c094e69726c152e8bb9fc505e058bf41c611b0 1.31 MB 2,274 39
690,478 690,478 00000000000000000003db8f957ece1d670ff10f694db960230922aea3a51b57 1.38 MB 1,300 8
690,477 690,477 0000000000000000000edc8b7e351de5303bdf267a68a8f751b6543063d19daa 1.13 MB 855 24
690,476 690,476 0000000000000000001140e91e40f0b06d3cd1e3bd1782a613ba45877cc44a3c 1.09 MB 1,781 25
690,475 690,475 00000000000000000008e164439f702a75499a6ad92300475b15fd19f7867084 0.10 MB 165 32
690,474 690,474 0000000000000000000ebec5951b694dee9384047c14a187721f4af0b2bdc936 0.02 MB 50 22
Previous 10 blocks ↓
Total Size: 685.88 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,408.19 GB sent, 111.01 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.