Memory Pool Memory Pool Refreshing

78,567 transactions
28.61 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,244 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 5,594 44
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,243 (366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,877 866,877 00000000000000000000219edfd7be7584d9194ed0a89adbb5e24b232e92ff65 1.57 MB 4,233 26
866,876 866,876 00000000000000000002e6bfa2a712d34d202194627d5ea97f4f3717118fca16 1.60 MB 6,109 14
866,875 866,875 0000000000000000000301223d61534a4ab9aa255b51bebc5194c3774cec9494 1.49 MB 4,258 15
866,874 866,874 00000000000000000000168985113146a3cfb6e234b6a38ca01837f5ccf58d66 1.66 MB 4,181 18
866,873 866,873 00000000000000000000c53b6b31800c9675533e069c767e9c335d2810c64c5f 1.53 MB 4,576 24
866,872 866,872 00000000000000000000f34289adbcfa4295b9c35167095f4b66770da48e6ef8 1.54 MB 4,654 22
866,871 866,871 00000000000000000001e751fea230ed72f6ee238aed0bafd4f4dda49080532a 1.50 MB 3,743 18
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
Previous 10 blocks ↓
Total Size: 694.05 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,901.16 GB sent, 173.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.