Memory Pool Memory Pool Refreshing

50,583 transactions
25.97 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,078 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 4,850 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,077 (207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,870 866,870 0000000000000000000059443997e3fb500b8602f878a9d5bd579b3823aa5d3c 1.55 MB 3,833 21
866,869 866,869 000000000000000000016a5288ca09224e66abfaef2a3368603826e0dc8c1496 1.62 MB 5,155 16
866,868 866,868 00000000000000000001687d49c5a440015f74f1f22fe7aa977c9187b1ed00a2 1.64 MB 3,937 19
866,867 866,867 0000000000000000000003ad296fb15d611338ea729f633dadf604782f7140e2 1.64 MB 6,020 14
866,866 866,866 000000000000000000023e58e2722194fb5f7a904297889a78a7d512b9609999 1.56 MB 6,099 15
866,865 866,865 00000000000000000001a77ff89c16531c8d4e9dad99a03617662219540b2d34 1.61 MB 6,237 14
866,864 866,864 00000000000000000001f28d3ff48da347f074283da91d38a4ee83ae0933b980 1.68 MB 4,179 18
866,863 866,863 000000000000000000024b35e788b8ad72a01f5278f09966dd82b6e3e2de964d 1.61 MB 6,348 16
866,862 866,862 00000000000000000001ec021f7a804f810e7d5022e187835a3f87497e0de1b5 1.60 MB 4,128 17
866,861 866,861 00000000000000000001130aa69932dfdbdee37272701f7c5e938535416ccd30 1.52 MB 3,980 24
866,860 866,860 00000000000000000002e3a5ba422fae62d0e27ae04d30c8e15270eb8c732582 1.58 MB 5,917 15
866,859 866,859 0000000000000000000144f6c7a31cfc69f6b9ee558ce36b5786389f9b9518b1 1.63 MB 4,123 22
866,858 866,858 00000000000000000000d53d298ac1fcd3bf88cb89010e6d41181eb55e826a88 1.57 MB 4,416 19
866,857 866,857 00000000000000000002d21cbf25c537ee11cdc13176d86587a94de808fd734e 1.73 MB 5,111 16
866,856 866,856 00000000000000000002ee562069207df2378c9bb8c9b5f96f27016fd536ab69 1.50 MB 2,681 19
866,855 866,855 00000000000000000000019e173531e7d75509013783d9150a9e4c3f136bfa6e 1.67 MB 3,391 26
866,854 866,854 000000000000000000028c6065ac197083defe067e5e1619bcc0458b30d64d54 1.54 MB 3,397 16
866,853 866,853 000000000000000000004ef6f81e33b1d6a9dac6417ec1b6778a0bfeef5ff308 1.68 MB 3,690 18
866,852 866,852 000000000000000000008c8a53b238326136d9482f65203bffd82a1234f57cb3 1.63 MB 3,797 21
866,851 866,851 00000000000000000000e95ce647118ace6155f108d3b4f1d9db36f0f31144a5 1.76 MB 3,102 23
866,850 866,850 000000000000000000018f6a514dc311ea415c41a3af71f6c70c1ed4a77e36c3 1.58 MB 2,907 24
Previous 10 blocks ↓
Total Size: 693.74 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,892.18 GB sent, 170.68 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.