Memory Pool Memory Pool Refreshing

34,443 transactions
32.00 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,550 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,026 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,549 (59,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,635 803,635 00000000000000000004086304537ce1a268fed5a87c55326350f81291d7e3c6 1.28 MB 1,780 7
803,634 803,634 0000000000000000000145e4c94d4b280d68e97369bd02f0df384df383dcc8ef 1.48 MB 2,586 7
803,633 803,633 00000000000000000001ed7f18ae5d64081b5cd27ad2521f54f0689f8bbff829 1.63 MB 3,506 13
803,632 803,632 000000000000000000035cd471048c55a38d2a26ea972cab22802e7eb38aa354 1.70 MB 4,067 9
803,631 803,631 0000000000000000000518357bc5f4224ea886573688b875dea6fd46fe6c0168 1.51 MB 2,807 8
803,630 803,630 0000000000000000000471dcac499095ed3fe6c0516993826921a2ee5720bd12 1.70 MB 3,745 9
803,629 803,629 000000000000000000002b064597d9f949fa7e3a760a32f8e953c80c6f92f12a 1.53 MB 3,382 13
803,628 803,628 00000000000000000003f4a70685756b1c042db28cafd1c64b58f3cc1daac03f 1.45 MB 2,738 14
803,627 803,627 000000000000000000044323e46f84afc9cc04a4f83a5de35053ae8182e1448a 1.85 MB 2,837 6
803,626 803,626 00000000000000000004b145efb07b273fde11359e52293d92ddb38c9ecbd8fa 1.55 MB 2,343 10
803,625 803,625 00000000000000000001b44a4e2dbc4e81743420d31478ce3bc6b36ada945f55 1.69 MB 3,160 16
803,624 803,624 0000000000000000000323fae449948ee44db98005a65d99222c820d4d613696 1.80 MB 1,688 6
803,623 803,623 00000000000000000000b8dbcaeffc4ca0ab93a9870f504def109a1e6974b115 1.68 MB 2,136 10
803,622 803,622 0000000000000000000111b15b76e7a40bbba4971b3fc6019d41086c428e2cd4 1.52 MB 2,092 10
803,621 803,621 00000000000000000001bb726fd6922f1aec792cda68943112a9881891d77e69 1.48 MB 1,933 10
803,620 803,620 0000000000000000000285c14ef158fe0e825b36ddb1d12090485c0bc508c590 1.69 MB 3,302 18
803,619 803,619 00000000000000000002fdf57717fab06e846e4ca109cdb9110691e408aa30db 1.58 MB 3,785 11
803,618 803,618 00000000000000000003c6144bf6e78006c90b367f865f460075ed5dca0df0fc 1.65 MB 3,218 18
803,617 803,617 0000000000000000000190e49c72fed7c003f77dcb4fea4bfa6b976a4eae8425 1.36 MB 2,866 32
803,616 803,616 000000000000000000036544dccf761426218e9d888567da9f091bb8fcbbd1c3 1.55 MB 2,125 10
803,615 803,615 00000000000000000004fc263d50359b206fc0d13b52dedfff2b81d6b457b096 1.44 MB 2,677 15
Previous 10 blocks ↓
Total Size: 687.16 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,508.87 GB sent, 119.89 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.