Memory Pool Memory Pool Refreshing

43,846 transactions
31.22 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,511 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,187 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,510 (36,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,824 826,824 0000000000000000000065680b856350210ef0874cd95c54d6b6b127a1caaaa4 1.44 MB 2,690 62
826,823 826,823 0000000000000000000386d817910c3811d362391fb9d4bb78b850062cd00cf4 1.99 MB 5,528 41
826,822 826,822 000000000000000000038306288fb270883e99aa77e219de4dde6e12d2f7865e 1.42 MB 753 33
826,821 826,821 00000000000000000001b7e582bd2252f900f8d464d9d4299cb52345d477ab84 1.85 MB 1,700 37
826,820 826,820 000000000000000000009ae7b3401ffab005d20a512508d1fa57f907d4a29ee0 1.52 MB 2,541 55
826,819 826,819 0000000000000000000235463d5a22ebbfbe870c11d7c37c66fb209671f7e3df 1.24 MB 1,503 42
826,818 826,818 00000000000000000000626eb334fd1ef871cd4b23b781697d62ce59f545395d 1.60 MB 3,661 67
826,817 826,817 0000000000000000000327ed0f78bea3fa57f5430a04b94c966e1f410dbddaf3 1.71 MB 3,404 40
826,816 826,816 000000000000000000022cb6570e6d83c579fa8bc774f6dbfe0f439180b8edc2 1.82 MB 3,174 33
826,815 826,815 00000000000000000003ec7b5ba12e3be86dec1bc4f01dcd4ce6f47b65169210 1.76 MB 3,313 38
826,814 826,814 000000000000000000000f9d0064b2d3ac33df840936156c0aac9c35a92a4229 1.53 MB 2,871 65
826,813 826,813 00000000000000000000c8ccb2fbdd72913ad4a0fc5b485319fd96b3db7d3c5b 1.61 MB 3,025 61
826,812 826,812 00000000000000000003ca5c66f50f0e256d0285e3635b42b3e017745e006a29 1.66 MB 2,909 50
826,811 826,811 0000000000000000000308dc411f0b3b9a5ac005ee51339059df47831fea2aec 2.14 MB 7,152 32
826,810 826,810 00000000000000000002923f2006246bfd2ffc742bef4c3795fe39270b9ab4af 1.78 MB 3,258 45
826,809 826,809 00000000000000000003d07e210dfeba096cae07fed566514e73f6c49ffb589a 1.50 MB 2,969 33
826,808 826,808 0000000000000000000210b4f96987b9ac1588b2b30c65f524885bbd91c3ad7b 2.04 MB 6,613 36
826,807 826,807 000000000000000000013e0327324a3f45ecc042bf47041f95740fd422b675b9 1.52 MB 1,618 38
826,806 826,806 000000000000000000038bf80aea944bc6c3eb6995f3834525595a736e173517 1.60 MB 2,635 53
826,805 826,805 00000000000000000000123e3d45a806de65e2f261890b037bfe0443593848e5 1.66 MB 3,268 50
826,804 826,804 000000000000000000003f0cff120cc33af8f4c7dd5a1340f5756ba1bd62f0a2 1.98 MB 4,045 34
Previous 10 blocks ↓
Total Size: 687.09 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,506.92 GB sent, 119.30 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.