Memory Pool Memory Pool Refreshing

30,026 transactions
31.65 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
862,410 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,808 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,409 (29,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
832,997 832,997 0000000000000000000148be43acd2c67b67f4c16ce01b5864ae8a79d2791fe5 1.77 MB 2,559 47
832,996 832,996 0000000000000000000008e8800831cd47062a37b62bcab1ddde227e89e800fe 1.53 MB 2,697 70
832,995 832,995 00000000000000000001dcd8378cebe99552ae3605d8e544229b914c73f5a9e5 1.76 MB 2,665 38
832,994 832,994 000000000000000000021632706c4687923c41bfa60646d51a47c3605cda3251 1.52 MB 3,198 50
832,993 832,993 00000000000000000001897b3011f1f9940e8f67385d52cb7675c2ca64193e57 1.76 MB 2,822 37
832,992 832,992 00000000000000000000cf3dff907f5598911f81a1f2e021ed195ee036e23578 1.88 MB 3,037 38
832,991 832,991 000000000000000000025de058198348efdf6bc390a94a22fcee6e0b18d53237 2.38 MB 2,232 26
832,990 832,990 000000000000000000038a340e9890f9510a8df91f0745a6fc2966cc1dc314f1 2.09 MB 1,839 13
832,989 832,989 000000000000000000012e7b7b160ca39ba6c72e8896c08b39a13a262e8e1427 1.93 MB 3,144 20
832,988 832,988 00000000000000000001c65c07edd940f0fee1216911c69a42bfd82cf6adca6a 2.24 MB 2,190 21
832,987 832,987 00000000000000000003147ad8ba33e9dbe1949f134d8049a98aa26a8cf4a058 2.36 MB 2,365 22
832,986 832,986 0000000000000000000163d9cddcb28352c53c5892a009355a97c5cb4ede43ba 1.73 MB 2,918 37
832,985 832,985 0000000000000000000146a4e732d45ca7f8f4c2262f8a7694a34ff6924b150b 2.12 MB 2,712 32
832,984 832,984 000000000000000000037268613d34dc8ebd20b469123ffb873e99cc0db84fba 2.10 MB 2,621 19
832,983 832,983 000000000000000000021eb88acdac3c2b68ddb5f21a9f0048f0083e2813963c 2.13 MB 2,695 21
832,982 832,982 00000000000000000002069845494ef23bd441fb91b30fb498245a981553f6ea 2.58 MB 2,271 31
832,981 832,981 00000000000000000000a6f2af3d464ccdf291ce78871849ad8c6dd285af7493 1.96 MB 2,546 21
832,980 832,980 000000000000000000028c56eca6c1810c7eb01a2a9e25f08928ed95bee82731 1.84 MB 2,846 37
832,979 832,979 0000000000000000000198adaa568f97228969c62dc7e2a4294603fec8acfa8a 2.07 MB 2,359 20
832,978 832,978 00000000000000000001d171ee531324fe34a0ea3671736f593a77612c73163c 1.97 MB 2,408 27
832,977 832,977 0000000000000000000077a96a242eaefd7f50e81622b7cfab3227513dd23932 1.52 MB 1,892 27
Previous 10 blocks ↓
Total Size: 684.94 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,367.69 GB sent, 104.60 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.