Memory Pool Memory Pool Refreshing

38,990 transactions
30.16 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,535 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,027 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,534 (171,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
690,674 690,674 00000000000000000001f269e9ef365d03c5646480b39a60d1b8b8e07ac7b2d6 1.39 MB 1,936 67
690,673 690,673 0000000000000000000addea174822a61644e7e254179c11df075161f7f65fc4 1.42 MB 2,351 15
690,672 690,672 0000000000000000001359a3f3e16e4596a03807045ac417c9b00de852b76b4d 1.15 MB 847 29
690,671 690,671 0000000000000000000dd569192c6f1912d4fd7a122531275631941bf8869be6 0.29 MB 481 20
690,670 690,670 00000000000000000004d2e50c4410b51e36d4dd7726f20a2f188a330954b6d1 0.61 MB 906 21
690,669 690,669 000000000000000000091c9917ddc13948e3ffd7cec3be88ffc21115ce0e7322 0.64 MB 853 20
690,668 690,668 00000000000000000001750435d0310f09a07346495146e2ec52735c3297947d 0.11 MB 226 29
690,667 690,667 00000000000000000003ecff4e92e5efff7147bf3a0a56370f185e0652973550 0.05 MB 130 34
690,666 690,666 0000000000000000000983a0f0f460619a0bbb6c64168cdcdc77397aab2afda2 0.76 MB 1,239 22
690,665 690,665 0000000000000000000f442f0b5aafe32fbf4ac3d43b72e3530cd6f741a210be 0.64 MB 651 23
690,664 690,664 00000000000000000002b1b376e461a9aec8b87e40161fb4f8fff05ca75f520d 2.26 MB 504 6
690,663 690,663 0000000000000000000988f79b57efdf9f02a30fc87cc87e27398145ae6ddfcd 0.48 MB 780 26
690,662 690,662 0000000000000000000430afe1e83fb3a07027e5bbfcf1877ad9b229372cd02c 0.76 MB 1,230 27
690,661 690,661 0000000000000000000f73c964df2e0f51cb75df10b19c2d316105382c330cf9 0.45 MB 810 25
690,660 690,660 0000000000000000000fae2377ef5bf85ea7d8fdc24595bf2c4b4fe6e09e20de 0.59 MB 739 23
690,659 690,659 00000000000000000005fd35ed77a4c98c10608b12547b1a4a0bc272091d7ffa 1.14 MB 1,451 22
690,658 690,658 00000000000000000004595883e61985ab6050ea975fc32d27a505d6ef84dab1 0.79 MB 1,001 11
690,657 690,657 00000000000000000006334724e6055826b105e8f4bd55670ca2228c15dcfbb5 1.38 MB 1,722 22
690,656 690,656 00000000000000000011cb6b85a133feeed600bef6bd3cdb01559d8852b718cc 1.14 MB 831 39
690,655 690,655 000000000000000000105ebbfa4434151d461cd5d874853f0619abd802ab2c3b 0.08 MB 119 32
690,654 690,654 0000000000000000001153b5de0fbaa7523ed09dfac78efe48325eaefef868dc 0.96 MB 1,260 29
Previous 10 blocks ↓
Total Size: 685.19 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,373.10 GB sent, 106.71 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.