Memory Pool Memory Pool Refreshing

22,087 transactions
16.69 vMB
Show Random Selection Loading Transactions
Max Size: 83/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,549 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,247 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,548 (664,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
206,274 206,274 0000000000000350310ad48b8eac338fbd45cea5c17ee6b4133be64398b5e7d7 0.02 MB 69 193
206,273 206,273 0000000000000250238d5d281bd329cfd6c74a931b7a7b423e9890dfe8ce3498 0.03 MB 83 202
206,272 206,272 000000000000043bf4dae0d2b22be156c052cc052c3ab4420f7d7f50c9694c6a 0.08 MB 155 178
206,271 206,271 00000000000001986641ad9f1126868ee65f434265399e487c0a7c9d6fe5b5d6 0.01 MB 36 126
206,270 206,270 00000000000004e9abde98e4309f5715d2669e8690849bb7c75c7d2cb49f7a47 0.03 MB 66 122
206,269 206,269 0000000000000482b2387a316dbd3aeba45ae19fecc3afced1be7bbd77961ddb 0.08 MB 162 181
206,268 206,268 00000000000002d27caf99462051395ca2084dfdd63430106efe97d76126c843 0.05 MB 151 322
206,267 206,267 0000000000000442c930839b4674f2d9af4b58de25b1ff362eb9dc300a65d666 0.00 MB 6 31
206,266 206,266 00000000000000d2cd812aa489af2114fdb00f01c96b739ac63162c4e362b4c9 0.09 MB 214 165
206,265 206,265 00000000000004a6b03a16c22275852c76d2fb81659c70e7c108aaee6257737e 0.01 MB 32 236
206,264 206,264 0000000000000144fc2f3c7bf23986e7f325d069a0530e794a595cdf41ac9b2c 0.13 MB 320 187
206,263 206,263 00000000000001cdf7811ab7cf6b1878d9ad831aa0a78e8eb3eb5795f63de9a4 0.26 MB 138 95
206,262 206,262 00000000000003a40bcd4c7883f4c8c36d22f2bb5f143949aa6bd752a4c8d6a8 0.00 MB 12 970
206,261 206,261 000000000000033a564574828588fa94c14c415f9f24f8294f46aa92556c92e6 0.17 MB 357 100
206,260 206,260 0000000000000333406913a822c50c21079809a1c7e348cbfac0502b87ae39e1 0.18 MB 241 124
206,259 206,259 0000000000000310bd3fc594915eceb8d630f170e70d97a54d0839aa022333ee 0.01 MB 35 22
206,258 206,258 000000000000004c96e390c76d8523b5abe40a405296077b06dbe4fcac535591 0.15 MB 271 149
206,257 206,257 000000000000008f2e9408671b064410b2c0d094c6ec5afd847a7a04b10d5f83 0.03 MB 89 88
206,256 206,256 000000000000000892961068be020bc0f74441a1cfa4f1856b0b908dad276006 0.08 MB 127 123
206,255 206,255 000000000000014af238ae26cc5f7d791e0cd0f3eeca4d7fac34f8e866420a1b 0.12 MB 343 236
206,254 206,254 000000000000002929f0d3efbc15c32dda3d76936b7c7a837cbf749474f5c441 0.07 MB 225 172
Previous 10 blocks ↓
Total Size: 700.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,349.63 GB sent, 213.76 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.