Memory Pool Memory Pool Refreshing

35,784 transactions
31.04 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,366 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,915 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,365 (26,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
836,101 836,101 00000000000000000002ee0c622d844660440a9f47a5bbbeeb9c3071f0058d0f 1.57 MB 812 7
836,100 836,100 0000000000000000000237588ae6dea3a0e20197dbe19ca9491f33492bf16c76 2.04 MB 997 9
836,099 836,099 000000000000000000020eb963e0b2b8e77ddbfd1d0180c8c2031a6820916958 2.07 MB 484 7
836,098 836,098 00000000000000000003195b223c2837dd760f1b81e4b1f59e30f3064cdc87d0 1.92 MB 2,054 10
836,097 836,097 000000000000000000031d6c9c230fa4ebc675161c31abe0b52952f9e2534138 1.63 MB 3,162 20
836,096 836,096 000000000000000000032f56a2c5869376120cfc1da883a508d6c9038a8e9eec 1.98 MB 3,165 10
836,095 836,095 0000000000000000000049cc0f9368539583c629783a7a9505f1ea1dc49a8b15 1.95 MB 1,128 9
836,094 836,094 000000000000000000026d82f254a7af08670ab6c46b45b04052f1e9e74382d0 1.64 MB 2,428 12
836,093 836,093 000000000000000000002cecab2d64ab79db3f11b9d840667d5e97f5d582130b 1.46 MB 3,122 23
836,092 836,092 00000000000000000003158427af5cb199dd1e93897ab7f45ef817ec7dba319e 1.92 MB 1,383 10
836,091 836,091 00000000000000000003566c1e72640c78ac1e65f94d28694b0791305b6c3540 1.97 MB 1,785 10
836,090 836,090 00000000000000000000ede34f427bdbcf48222fde171ba0fc6f3499e3584d47 1.93 MB 2,187 11
836,089 836,089 0000000000000000000072e350437dd8654807992108c481478d09b3e5c18055 1.79 MB 2,904 11
836,088 836,088 0000000000000000000211531b5fb96b69ed252c47a93fa9b0520dbf85a16473 1.83 MB 2,117 21
836,087 836,087 0000000000000000000080de7dcb050371beb6df1879d8cd3708795ba951c31e 1.98 MB 2,250 11
836,086 836,086 0000000000000000000330d887741d69907c9feb132dc85f31d78eb855ba822b 2.03 MB 2,810 13
836,085 836,085 00000000000000000000e42e55b16fb69863b500e372975f2de3421fed175345 2.06 MB 2,085 11
836,084 836,084 0000000000000000000195af133dbb2ed518c5bbda3ecebc4c4cfe2034afaf47 1.85 MB 1,130 10
836,083 836,083 00000000000000000000bf740ce4dd34b7903a71021bee7aa077d5c1b86da182 1.84 MB 1,311 10
836,082 836,082 00000000000000000002318aeb651e834a9092fbab0c6c95d1c042d58794754d 1.85 MB 987 9
836,081 836,081 0000000000000000000045f67d55e44f3c42b5e9242f98c8d7f44caad5f7c61a 1.89 MB 567 9
Previous 10 blocks ↓
Total Size: 684.86 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,365.60 GB sent, 104.04 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.