Memory Pool Memory Pool Refreshing

11,189 transactions
4.75 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,834 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (701,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
206,253 206,253 000000000000012e75d835d232050cf42f7a250846cd544fbd97d4d6b1079f9a 0.00 MB 14 108
206,252 206,252 00000000000001b8d68f0a9107db9ee6d1bea1521bc034e9777e55b5df9dd769 0.08 MB 171 164
206,251 206,251 00000000000002c83cce8bba9616d9caa86563ed5017368d50e6f0d6478efb1c 0.10 MB 235 218
206,250 206,250 00000000000001fd50c316d0c1ca0bc97f29385929c2bc0bdeeca13a3b485ada 0.10 MB 285 113
206,249 206,249 00000000000003ed1060dbab3be11ed50695ddd8216814a444a1e94054998f8c 0.10 MB 266 234
206,248 206,248 00000000000004526e503319f6d9a8d0ac67cbb5417acf981c3b691ff82a42e0 0.03 MB 100 145
206,247 206,247 00000000000001ada7844ad84f7ef7cacaf4d6e2191da7d8bc60ce17789a52cf 0.03 MB 103 72
206,246 206,246 000000000000024686df894dca25d363f18500f058880ae36d6b9e92324558b7 0.13 MB 389 327
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.09 GB sent, 93.02 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.