Memory Pool Memory Pool Refreshing

12,043 transactions (3.68 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,877 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,195 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,876 (869,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,298 39,298 000000002015f76d9fb266e978aa8c091a898c4508f45fd6584f0af260d8637d 0.00 MB 1 0
39,297 39,297 0000000068b90e8731dcff6b44140518516da887d327fa58ef9a3b956ef3cac7 0.00 MB 1 0
39,296 39,296 0000000041de641d41667a948c4ae61eb4c4afde0877a5b75a8078fa1d022206 0.00 MB 1 0
39,295 39,295 00000000782c3063cf6740e046066571b69b319c39fba7c9d806f104e4d938ef 0.00 MB 1 0
39,294 39,294 00000000609308829cc12976fb13d56d856ca038a568b4a8a7b7e5314a2c893c 0.00 MB 1 0
39,293 39,293 00000000229beb6ff64b30cf8253d1565e558d8931235032d68486d38f3cc1c9 0.00 MB 1 0
39,292 39,292 000000007c80d8278212ae482bc09a21b0b6ebeb0e002fa6f5551a03432498cf 0.00 MB 1 0
39,291 39,291 0000000032ab1d2810634df10814f0d5164da838e9ca92c4934dab441c0119e9 0.00 MB 1 0
39,290 39,290 000000002b2d9db5047dcfb79a1c0c1bbdd80b6699555928e45fbe0edd5fb0a5 0.00 MB 1 0
39,289 39,289 00000000867e9a37312be4d2d1341a5505cb6a26981d65641bb6f9b51c94ff6e 0.00 MB 1 0
39,288 39,288 00000000416b61f28dcacc2a3e9bc24798436bae0690786ca7911c3f023dca68 0.00 MB 1 0
39,287 39,287 0000000024a1cd6f6e8250610c6cc69d30595188f7da35521d0ccec116bb1864 0.00 MB 1 0
39,286 39,286 00000000396ee185561f1e2e4860fd144e7111f81b290b5f37f73c74fd5c2f85 0.00 MB 1 0
39,285 39,285 000000007cc6d4441eeff9688c15b53c5240fced67b434fbcb866645c409c68e 0.00 MB 1 0
39,284 39,284 000000000a8cbd74508d35164533d6ad517830d6ae57ffc851f9cb9a11ddcb7f 0.00 MB 1 0
39,283 39,283 00000000535f20fcdf594cc260b715eec0f42c54f32a70d2b938c555916d1d17 0.00 MB 1 0
39,282 39,282 000000003e87b5c8fe9e5e795c342383f4e1f37ae9cf36676f30ca40de6a2841 0.00 MB 1 0
39,281 39,281 0000000014c44fd34b66ec42534e4f7742b609b87a06f73bef237b948bf54bd5 0.00 MB 1 0
39,280 39,280 0000000031a78b70bc8eeb9e4fad1d828f13b1016212f8157445ebf63e35393a 0.00 MB 1 0
39,279 39,279 00000000561d04be733191037670c6c490fdcc1005a4c86d44b8c4d807b367bf 0.00 MB 1 0
39,278 39,278 0000000054a3c8e9350b00b8333a905615df156ca0e29ae909ea20431f2022ed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 GB

Node Information

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