Memory Pool Memory Pool Refreshing

5,257 transactions
26.16 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,770 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,769 (164,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,095 698,095 000000000000000000092037b6669c7766f7e7da71e7b08751b4061737bcd9d9 0.11 MB 174 13
698,094 698,094 00000000000000000008aefe2a3e1940f2e82da1885b7a772e7821842edf2399 0.05 MB 103 15
698,093 698,093 0000000000000000000e3eaaa5095baf04ace4a21615cf597d9a644169819862 1.16 MB 1,178 11
698,092 698,092 0000000000000000000fd26d3ad8fbeecf66fd6567dd2de02019cdd57471b04f 0.39 MB 649 12
698,091 698,091 0000000000000000000b4737f43c80c72a779c0c38098996d6a4de81c2759811 0.21 MB 411 11
698,090 698,090 00000000000000000003aef13ba0494b352d69d68ee924874b3a781107814569 0.03 MB 69 17
698,089 698,089 000000000000000000033d61e088909ddcceb73052b6ff22f391472872abc875 1.24 MB 2,657 11
698,088 698,088 0000000000000000000375072b5545b1a096e95630256e95e422595df6f11168 1.47 MB 204 1
698,087 698,087 0000000000000000000324722b7c1999af295cdacda543485155c75ea966bee9 1.83 MB 360 2
698,086 698,086 0000000000000000000b25e917b17736707e04f8497df37935d7a92f413e12ba 1.48 MB 2,387 10
698,085 698,085 00000000000000000005f4c2228f572d80ada1cec94d60d45b08d0300cf45150 1.57 MB 1,417 8
698,084 698,084 0000000000000000000907d8689b88bcf79e680f76841ab2dc9dcf889c7258f5 1.85 MB 153 2
698,083 698,083 00000000000000000008b1781e65cbd632c841b2f43e53eefda81d7c5e62610f 1.74 MB 845 3
698,082 698,082 000000000000000000097ddd1d2781c2a688ea93e170cfc32113e938cb9d2ee5 1.43 MB 2,741 13
698,081 698,081 0000000000000000000e18ebb7af11de454450862b77eb3908fa80a774c58522 1.46 MB 1,707 8
698,080 698,080 0000000000000000000df47aee4881fcebc323b224cb7ac1d0988dc115c90f38 1.82 MB 497 3
698,079 698,079 00000000000000000000d69ecf70ca36459bc40d7c6adb9662d5b5277697a2e0 1.69 MB 934 8
698,078 698,078 0000000000000000000d049e35b30410accf836bc8ee13274cde77122c7a9e62 1.80 MB 464 3
698,077 698,077 00000000000000000005fd1f931fc09ecc056f3fc1d2fa4418a617abd9717b1e 1.72 MB 1,065 6
698,076 698,076 00000000000000000001ae773a0410cc207dd7c88ae24988393e4aad4159c475 1.73 MB 522 3
698,075 698,075 0000000000000000000de0e0b4b05a0aeafc4d1a39433645529281b588a48e76 1.53 MB 1,145 4
Previous 10 blocks ↓
Total Size: 685.65 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,395.72 GB sent, 109.70 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.