Memory Pool Memory Pool Refreshing

63,082 transactions
23.38 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,034 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,033 (62,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,302 799,302 000000000000000000052f0015f9bb8a4365866099ccc2bba92e843524e8966a 1.58 MB 2,892 23
799,301 799,301 00000000000000000001bbbae09b2f9dc2cf2b405c961c86294542f15e068545 2.63 MB 1,716 11
799,300 799,300 00000000000000000003d493a44312580b99197e51bcc1e7f3741aa560b5f6ca 1.49 MB 2,739 13
799,299 799,299 00000000000000000001c2ceed6f15d59446b2f8eabc248aca575c2e69a5b2f7 1.55 MB 2,116 16
799,298 799,298 00000000000000000003819c9700d9ce0441e70a3d9141431901c86b9b1c7155 1.39 MB 2,778 17
799,297 799,297 00000000000000000004a137a488b0d1c37b091af4a1185bd4911949b1bea9f8 1.57 MB 3,160 18
799,296 799,296 00000000000000000004a0b68fe1a263b6b8232d46fb9cbfeaaa2eaf0130a297 1.56 MB 3,534 15
799,295 799,295 0000000000000000000075a57941a006d80b320938582ea6c8703c2993357901 1.39 MB 2,531 17
799,294 799,294 00000000000000000001344b0780d0f29ae1cd9511c6ff144dcfc1ec502c378c 1.56 MB 2,848 15
799,293 799,293 00000000000000000000c4e60740ccf12f6a225a8c101ac4dbd26578dd3430a9 1.57 MB 3,105 25
799,292 799,292 00000000000000000001ac31d136df6577f457e683e8b98b03d628840a1d3b4c 1.36 MB 2,963 34
799,291 799,291 00000000000000000004afb53b7d63d81559c5f704333a9468b940949aff25d2 1.48 MB 3,103 24
799,290 799,290 00000000000000000000f0f7ed96332375a4bed4b6905c3f8aa5f79a08554298 2.29 MB 4,426 9
799,289 799,289 00000000000000000003330331f735e7a7d338afcca60d7c8c59b5e6c7409ecd 1.80 MB 4,469 11
799,288 799,288 00000000000000000000bfd4eb2cda23c2222279a0997468586432bb6920e828 1.78 MB 4,360 5
799,287 799,287 00000000000000000001765a3319045c89cabdd88fece964d421df46373cf03b 1.86 MB 4,857 7
799,286 799,286 00000000000000000002ff1fc3a60562f2a3b2353a93e0c37076692552219b4c 2.14 MB 6,488 7
799,285 799,285 00000000000000000003276f9fc64e0d30bdfdfe584ba9deb689c0103a791fdd 1.97 MB 5,413 9
799,284 799,284 00000000000000000001479aaa2dca680dc8dce27e1303c0b6b9895e5f47d7d3 1.72 MB 3,174 8
799,283 799,283 000000000000000000028ec3a941e117a7c4b4185cdd36bbe230562969ea2543 1.38 MB 1,954 13
799,282 799,282 00000000000000000003665b14a08e3f4105e71f59a138750bb2f7a98851709c 1.60 MB 3,822 12
Previous 10 blocks ↓
Total Size: 684.22 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,330.36 GB sent, 99.86 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.