Memory Pool Memory Pool Refreshing

49,812 transactions
26.70 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,810 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,809 (117,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,112 752,112 00000000000000000004bd96a6220a096c57f1b4960f9cd54cabd00ae090ba48 0.47 MB 699 9
752,111 752,111 00000000000000000007506e2e02bf526dd44c17ae5a30d8a553ebebc06cb30d 1.00 MB 1,543 10
752,110 752,110 0000000000000000000673d60e84d480e0cd450ab6350c79459f1450979f5beb 1.10 MB 787 4
752,109 752,109 0000000000000000000307d4da412caffef4ff5ee2bc6d8ddfb43c0938903f4c 1.43 MB 2,398 10
752,108 752,108 00000000000000000003c580915783fd1aab86805290e95a6b3bce794e86605a 1.36 MB 1,356 8
752,107 752,107 0000000000000000000640d2bf5440ddbb1e8d06ee15ac64a1c1f5d936bb054e 1.45 MB 1,876 15
752,106 752,106 00000000000000000001f8af29d15a232080b2d95583855530fcb4ec05414ec5 0.34 MB 414 9
752,105 752,105 000000000000000000063973a49d112be6639b24ebd29a6a03cb5ca63fbd9da7 0.01 MB 18 9
752,104 752,104 00000000000000000005f5fd1ee6bedd3a9036afd1ea69aebbf05f1a9c371a6b 1.46 MB 2,284 9
752,103 752,103 000000000000000000074b03d44343ad1400599f79d0e1d0001ea66e49846f1b 1.34 MB 904 2
752,102 752,102 000000000000000000062cac7a8393b950f42a1e48c1574b78b26c4a9dd48fbe 1.58 MB 1,007 6
752,101 752,101 000000000000000000052254c0a88000f11dd69b178557d045205abd49fdead6 1.47 MB 2,262 14
752,100 752,100 0000000000000000000451fcb242fc2dce801e4d0032bab3e5857b1b585dd399 1.49 MB 2,848 14
752,099 752,099 00000000000000000000a21d45b0752aad72e59124753e27a339b557af6470de 0.90 MB 149 1
752,098 752,098 0000000000000000000122ede1aa508078d50514c7fd30723cc9956215ecaabe 1.33 MB 1,536 8
752,097 752,097 00000000000000000007197fb1004046d42e8b3e0d3d0ded3b3318b36f4fff13 0.42 MB 661 11
752,096 752,096 0000000000000000000476ec60927c7d80368d2e781274f4964874541456f90a 1.14 MB 1,034 6
752,095 752,095 0000000000000000000700d2fe1efd0bae031f87e947ea47051e20d531bff985 1.17 MB 986 15
752,094 752,094 000000000000000000016e46e271f4e88c24261693ba1168635fa7051d49d1d0 1.16 MB 2,001 10
752,093 752,093 000000000000000000045ec3eb440381d5f4140de603c437af385fbbf7806a05 0.49 MB 664 3
752,092 752,092 000000000000000000064353ae1a422a012ccdb525c4fdc5d5173b5060ac3e2d 1.50 MB 3,090 14
Previous 10 blocks ↓
Total Size: 699.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: 2,108.53 GB sent, 204.63 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.