Memory Pool Memory Pool Refreshing

59,900 transactions
27.67 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,185 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,671 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,184 (79,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,912 792,912 00000000000000000001e17dea1fd28b202298324c63f4ef88f28a8e67f1dd9e 1.63 MB 1,935 48
792,911 792,911 00000000000000000000690340c4d9d07e0f4fc6faa382179411d0596759a4e4 1.05 MB 159 14
792,910 792,910 00000000000000000000e52ae44d50aeb7d7a361a47559cdd8246b5f6340bc2c 1.37 MB 716 17
792,909 792,909 000000000000000000015e256e9895ef9fd345869166dc764dc347303733a0fd 1.56 MB 1,281 19
792,908 792,908 0000000000000000000256f3b645169472b125548844e65140371f156a77cde6 1.63 MB 1,636 22
792,907 792,907 0000000000000000000216f9d2da51ff8f097696387bef42c51fd483b5657e28 1.63 MB 1,680 27
792,906 792,906 000000000000000000008bf40c19573e03b4e9e77e3a4359acead8026a09177d 1.55 MB 1,200 20
792,905 792,905 000000000000000000038b0c77eb528989201ab9a92f5b25843e5ac6eaf2cda5 1.00 MB 86 13
792,904 792,904 000000000000000000013f9b6779d472405f4ab75f978055da5ddc4080dc497b 1.48 MB 969 19
792,903 792,903 0000000000000000000207f56c0a7548b6169fae2eabcf400ddc1b5be9d147ee 1.24 MB 526 15
792,902 792,902 00000000000000000003496e516c0412ec7b807fff1061f3038462ae8eaad6c6 1.00 MB 90 13
792,901 792,901 000000000000000000053b4c5194df8f15960070e8607a4743463f4aff48fc1f 1.61 MB 1,551 19
792,900 792,900 000000000000000000041b525b1673f22b6543dd114795c4a44494924aa04a16 1.91 MB 2,680 25
792,899 792,899 0000000000000000000301f55986f34cb83b581ff145a95d098a8fb87075eb41 1.77 MB 1,954 31
792,898 792,898 0000000000000000000003858653d6611c911c4b369505fbbe4cd00041966f56 1.16 MB 752 17
792,897 792,897 000000000000000000049767bcd0ce4328246ce578ae65a4fae0e0f2544a2e49 1.22 MB 659 16
792,896 792,896 000000000000000000056df12c33df74d9d57dd9ca244046381dfe04995ab896 1.39 MB 1,836 21
792,895 792,895 0000000000000000000338ae8ec144522e6d14a9313e8f617dafa0e3564dcbb1 1.18 MB 1,153 14
792,894 792,894 00000000000000000001602068d9b06a8964d8d464460919e3175b8d462c4830 1.47 MB 1,970 24
792,893 792,893 000000000000000000044ef115e457e97db7757799392b292ffcde0aeef42162 1.55 MB 2,307 33
792,892 792,892 000000000000000000013767ae9692bbd76ae25a4f4241c368536677106b7cb3 1.07 MB 448 15
Previous 10 blocks ↓
Total Size: 703.55 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,601.77 GB sent, 235.05 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.