Memory Pool Memory Pool Refreshing

33,730 transactions
28.41 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,490 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,489 (162,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,729 699,729 00000000000000000004cb4ebff77e24d0ad835ec72fb6452d918e67c849223b 1.22 MB 1,521 10
699,728 699,728 00000000000000000003125974eb4723ba2cd36ec7c3987adc02ab510591b010 1.16 MB 679 8
699,727 699,727 00000000000000000002c9ebf524a3e6515b9aadffe3ccb63410f148516d6904 0.33 MB 397 9
699,726 699,726 00000000000000000000d5e1868082e112b66562c79bd1b3f48cbebf3a8daa2c 0.21 MB 538 12
699,725 699,725 00000000000000000005b9769a1763dab4599ab75a1d78fa5b916586b5887e39 0.98 MB 1,825 9
699,724 699,724 0000000000000000000c88f0f328a71ee7bddf96df1608209d5662a822b28548 1.42 MB 2,379 16
699,723 699,723 0000000000000000000bb8edfc9f4c0bd07fd22db51bb612c292bd4179238173 0.36 MB 423 9
699,722 699,722 0000000000000000000ebb4f6de8aee699d5e6e60a6f36794fba931252e23a46 0.01 MB 15 6
699,721 699,721 0000000000000000000c82b8e82947c925d94c318c31e58b1b4617189c2d79c1 0.06 MB 79 15
699,720 699,720 00000000000000000002e147f4fa204acf0acd3fe4f1c1fb44165c4777e274fe 0.22 MB 281 12
699,719 699,719 0000000000000000000dffc1593cac0f041404731bd7dda8f155c73cf1ba1fae 0.39 MB 656 19
699,718 699,718 0000000000000000000488529638a955bf1c05566cca13166f7bdd7bcec6da56 0.10 MB 238 15
699,717 699,717 0000000000000000000bd8cbb1fd8020a439ea1e26622fa7c4298d4aa6704cd6 0.84 MB 496 4
699,716 699,716 00000000000000000004b292d0127f2f620c6c20a4052741020ee9dfdec60b7f 1.52 MB 2,396 3
699,715 699,715 00000000000000000007e955f5be8d9ec0e0d42461a744baf40f02c24f633651 1.20 MB 1,290 6
699,714 699,714 0000000000000000000c5e63d4bbb3b0f6e7831ac41b8f47a6569cb984a63101 1.46 MB 2,116 8
699,713 699,713 00000000000000000008ff3730a67b56662b4bfbfe0fd90d503547afbe376f81 1.46 MB 2,687 16
699,712 699,712 00000000000000000001468bc41b9f0a898230df615f76cbe2575c371a8390c4 1.43 MB 3,466 26
699,711 699,711 00000000000000000005c8c220d1c756cf3b9386475a954056d4b583aeedd90f 0.35 MB 283 3
699,710 699,710 0000000000000000000c211c779afd7081fc43a9a913852568760baf152fc4a9 1.55 MB 2,130 17
699,709 699,709 00000000000000000009f7ceef36eab5ea8d635958f41226d305544f1660325c 0.87 MB 1,502 9
Previous 10 blocks ↓
Total Size: 685.10 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,371.49 GB sent, 106.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.