Memory Pool Memory Pool Refreshing

36,958 transactions
31.27 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,347 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,346 (54,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,848 807,848 00000000000000000001c59a860d01aed03a126dd113f52ae94be3d08cdfd8ea 1.93 MB 5,618 16
807,847 807,847 00000000000000000000d04ebbdfd0fe0d2e4b26cafd585c61d692e07f9a24f6 1.77 MB 4,799 15
807,846 807,846 00000000000000000001c80457e2a14215cf7d34bc7fc700e4814be8b13c627f 1.84 MB 4,747 14
807,845 807,845 000000000000000000017a0a0f6e23f01b1c542cb597a435e79b1bc3edbc21b5 1.58 MB 2,845 21
807,844 807,844 000000000000000000000866556f1c11e2d14e25f152548f9ca28a3a035eda15 1.52 MB 2,296 20
807,843 807,843 00000000000000000002faafa571dae075e106b3fdb17ad0845f01cdb278bdba 1.56 MB 1,524 18
807,842 807,842 000000000000000000039dbd39fbe46d276afb3d753b484fc3d0e2b1cf78f004 1.55 MB 3,142 21
807,841 807,841 000000000000000000041cc2fdd6fe58774a605b1a7648246257f19f1322c21a 1.36 MB 2,515 27
807,840 807,840 00000000000000000002810f54163250957e0f9c1a391ff12ae251fdda474bda 1.84 MB 4,459 15
807,839 807,839 00000000000000000004e83d7af72211eba5052c96d426e9730505d95a6f609a 1.52 MB 3,396 25
807,838 807,838 0000000000000000000128f426af6dcb89d95bcff41bc14c2c2e659520613f20 1.24 MB 1,463 16
807,837 807,837 000000000000000000010a5b94fb9465eae02431c60f6514bd3ac1415e26a0ec 1.01 MB 159 3
807,836 807,836 00000000000000000004640be62d363316ce87306810439aefbe0d94ee6a6a4f 1.99 MB 5,948 13
807,835 807,835 000000000000000000011754ae7c9ff5531c822b34776287377089ccdd64f7cc 1.51 MB 2,435 15
807,834 807,834 000000000000000000048a565c764319b720693882ad765911587ac91524b0a0 1.63 MB 2,713 18
807,833 807,833 00000000000000000001a54f8cf1b8a35f14e1a296dce38432bffe4a1672c045 1.59 MB 3,479 25
807,832 807,832 00000000000000000003d5c8e6c9fbc5445041691a4a2198c9fbccb92fc9d7bf 1.62 MB 2,968 22
807,831 807,831 00000000000000000000f7064a4f10f2f7c708c1cb33c1912c195f607346e66e 1.49 MB 3,508 24
807,830 807,830 000000000000000000051da2b047d6be8c77bdabd2995f53cec2e3f372bb47eb 1.93 MB 5,578 13
807,829 807,829 00000000000000000004ac2c001487440e461a79f249f28af8bf3e7b40494980 1.04 MB 264 3
807,828 807,828 000000000000000000009565f93156ba88aa2b390687952d1c093adfb4637d32 1.86 MB 4,843 16
Previous 10 blocks ↓
Total Size: 684.82 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,364.79 GB sent, 103.78 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.