Memory Pool Memory Pool Refreshing

42,351 transactions
21.19 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,701 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,108 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,700 (33,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
836,366 836,366 00000000000000000002066c49f6cb164a615b08e019fd5e5c24efc88278a25a 1.94 MB 3,100 18
836,365 836,365 000000000000000000032239c23627d7fcda42414be3689dd77fe3e5edd9b26c 1.61 MB 3,528 35
836,364 836,364 00000000000000000000e9950a0a9d96ee983ca8d1077a8a350c44d4f2d67ba3 1.97 MB 2,514 16
836,363 836,363 00000000000000000002279a7502c0be37e883b05a85d1c0b3a7e94d8af52c1b 1.68 MB 3,086 24
836,362 836,362 00000000000000000001ae21d156bdeedfcb24223ae625efdd408e8a296ed98a 1.63 MB 3,410 32
836,361 836,361 0000000000000000000341cc26cda4af82cd25f7063c448772228cbf2836915b 1.72 MB 8,320 172
836,360 836,360 00000000000000000000cf9923da50249b7c22eade32158dffb63c7e361199de 1.96 MB 2,133 17
836,359 836,359 00000000000000000000b696b1377b3774b42a005fa8f248ba45e0487b516157 1.70 MB 3,585 29
836,358 836,358 0000000000000000000316517544267d0c9eb8890c061f2065d0259b919b7f1c 1.75 MB 3,145 23
836,357 836,357 0000000000000000000219ca9a9bdca6f8a1bf0b4bc707b78d4ea11b862ba339 1.67 MB 2,529 31
836,356 836,356 00000000000000000002a57a8c097bf6f54560c1b5392004a688888ba893ba3f 1.64 MB 3,608 35
836,355 836,355 000000000000000000033552616c83f415b94dd65d5d76e1b24b8e27dff94c21 1.56 MB 3,505 43
836,354 836,354 00000000000000000002752274ba6a8be9be56e58dd17e048df46258ca4683fd 1.81 MB 2,632 22
836,353 836,353 000000000000000000017118a89cf447497ec244af9ebee477c2853af700c2c4 1.95 MB 2,312 18
836,352 836,352 000000000000000000026cab8e44045d8923c93d232118c776f4e16e943bea03 1.62 MB 3,322 25
836,351 836,351 000000000000000000014ffca17b9ec566e98e28b655cc835a0f933564b526ba 1.44 MB 3,001 38
836,350 836,350 000000000000000000011027137540a6d1233b417156a9380f4fc5fabc19fd46 2.20 MB 1,306 10
836,349 836,349 00000000000000000000b695785bd9f13f5d7cee752257e3b6ec93d5645fd70b 2.18 MB 2,192 18
836,348 836,348 0000000000000000000293d7a34020f591f6f958eef2ea02b7161b01dd686b89 1.53 MB 1,080 9
836,347 836,347 00000000000000000002e0774d601e6dd885d811e54972d6ea7b3e84f4745311 2.15 MB 2,859 16
836,346 836,346 0000000000000000000262463204cc72fdd96b21ec29f2eb40774f68544b6feb 2.36 MB 2,177 15
Previous 10 blocks ↓
Total Size: 698.90 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: 2,102.05 GB sent, 203.29 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.