Memory Pool Memory Pool Refreshing

50,924 transactions
27.43 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,571 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,675 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,570 (164,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,189 698,189 00000000000000000003e76cd0dbf8a196713523ac96f54a85cc3519e203a881 0.46 MB 1,049 10
698,188 698,188 00000000000000000009bebe57fb829b150a7f80168e5e5c0bfab4481c1ca8ca 0.19 MB 363 10
698,187 698,187 000000000000000000093e93d3e36703e29048e1648001dc1e0a9fc527fd27bb 0.53 MB 929 7
698,186 698,186 000000000000000000048853fe3daa12520a8e026c86c630b6bf1f16101cd05b 0.47 MB 552 8
698,185 698,185 0000000000000000000656c8ab637466318d1a9a1b4929124d2545211b5ab1a8 1.19 MB 1,299 15
698,184 698,184 0000000000000000000e658b844792373bd84f39e6046bd0770275767a289f79 1.09 MB 1,981 8
698,183 698,183 00000000000000000006f9aa68e2e61ebd48752b418712e066c09c4818c80a20 0.58 MB 1,033 9
698,182 698,182 00000000000000000008ea0551b61c595ac948806bcda8e5148c19acc5f67b7b 1.19 MB 2,409 9
698,181 698,181 0000000000000000000a0f62254869a7d4e6b56d56671b8fbbf7b0be46709f7c 0.41 MB 829 18
698,180 698,180 0000000000000000000eb7da13c549cf2d925d7f9834370bbfd531b296b8dbce 1.21 MB 2,384 9
698,179 698,179 0000000000000000000fd1e4d7c25026eba8b97763251d97bc73aa4175c259d9 0.27 MB 551 9
698,178 698,178 000000000000000000098a3d2a4a08cc97fd17120183b166f76c53dc541e77d4 0.09 MB 184 4
698,177 698,177 0000000000000000000b23a543adde6d812ce0ee63c25022a3005e44a2fb6171 1.70 MB 2,021 5
698,176 698,176 000000000000000000028237ea0c92173613601276ae0182b8fd04388fe3fc6a 1.47 MB 2,961 8
698,175 698,175 00000000000000000003846c76c1b9668dd7a7055f892fe8b55d205841f7d014 1.40 MB 3,067 15
698,174 698,174 00000000000000000000e1dd0a60e5e9b326d8010107504c007ede88cfdd1a5b 0.07 MB 128 10
698,173 698,173 00000000000000000005e3dc2ff1ed4cfc12e5653a44136d83d153ddc4669c68 0.60 MB 767 6
698,172 698,172 0000000000000000000a003a38f51e254f6c0a824ed499aaa63321b836c1628e 0.21 MB 138 3
698,171 698,171 0000000000000000000e7d7f586760d08763d697dbae78e2c983cec89fcea20f 1.45 MB 3,046 9
698,170 698,170 000000000000000000072b2138301239943163e3835a90c4d5542a3ad2a7b4a8 1.22 MB 2,521 9
698,169 698,169 000000000000000000047006d803a5d2fe7d0fa180deb18f8d693c80993908a7 0.23 MB 438 9
Previous 10 blocks ↓
Total Size: 685.25 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,375.66 GB sent, 107.39 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.