Memory Pool Memory Pool Refreshing

25,887 transactions
16.47 vMB
Show Random Selection Loading Transactions
Max Size: 87/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,557 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,414 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,556 (67,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,623 802,623 000000000000000000045d92cd0313d1c15fa1cbe2d99455ec01ddd3bbade41e 1.85 MB 3,358 15
802,622 802,622 00000000000000000004f6d5a7b811c83a190f37c906f63fa4931447d1fa02b6 1.81 MB 4,209 7
802,621 802,621 0000000000000000000294d57e71859f6a0129666d3349319116d353bf9f6364 1.60 MB 2,947 21
802,620 802,620 0000000000000000000320f9e14571725589f21e7b8fdfdbeb9af1c2a13b9e7a 1.61 MB 3,407 9
802,619 802,619 00000000000000000004a58314c958cb49c8cfbf252ef13c23ea7a23190a244a 1.39 MB 2,297 21
802,618 802,618 000000000000000000053bf5b0e6299a4449cceb7089dc4985419a5f67822485 1.72 MB 3,207 16
802,617 802,617 000000000000000000003bd2bc32b85864adc82f90951aa446fea8a26e927789 1.91 MB 5,512 7
802,616 802,616 00000000000000000002cc1a20c2d50e2a6f5e525db2ef10106dcb55e0a6c46c 1.59 MB 3,110 9
802,615 802,615 00000000000000000001071c8dfdadffdf1b99e1705a959c7abe4a542f025cd0 1.57 MB 2,800 21
802,614 802,614 000000000000000000012d6e58297fb55494eae1ea2342d2e4569d1790a3ecfe 1.96 MB 4,953 8
802,613 802,613 000000000000000000051ff5247c4a4f64caade51e7e553e258a84d904da1ddd 1.82 MB 1,456 14
802,612 802,612 00000000000000000002914fa0cf36ba1a825c4bac84b794abf07a746952bdef 1.83 MB 4,380 6
802,611 802,611 0000000000000000000427ce47a15667ab039571418b42c1c9472bf8a99c5968 1.64 MB 2,725 20
802,610 802,610 0000000000000000000288764220880d35d0ec148a8c0a0c0a5a397a3a52c8a9 1.71 MB 3,933 8
802,609 802,609 0000000000000000000486eec8e87f017edc7b94ceaf2129eeeafeea36e630c1 1.54 MB 1,670 12
802,608 802,608 00000000000000000001ad62c399da42f3151bd90e9d39a5c5b4368d5918ab8f 1.35 MB 1,756 24
802,607 802,607 00000000000000000004941390b8bcec26051b00ea447ce859a09cd13a778f1c 2.10 MB 6,812 7
802,606 802,606 00000000000000000000d64c3f706d0574f233cee424f59ad50782cc909f80ca 1.51 MB 2,923 15
802,605 802,605 00000000000000000001778a6bbaa073e2f117de197205e5ef90f6fd96cffea9 1.65 MB 3,903 9
802,604 802,604 00000000000000000001b9d91df27196b96c15443c048f6cc35b4a5a45ad97e4 1.80 MB 4,743 10
802,603 802,603 000000000000000000042cfbfb90ac1c7af07a4d2868841096cc9af3ba9bb015 2.09 MB 6,163 7
Previous 10 blocks ↓
Total Size: 700.50 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,357.48 GB sent, 213.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.