Memory Pool Memory Pool Refreshing

23,207 transactions
31.54 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,802 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,299 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,801 (52,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,623 810,623 00000000000000000002d6f620501073f50c42d305e12eaf183d0f8c589486ec 1.32 MB 2,159 26
810,622 810,622 000000000000000000000093172f61f0327ff9ca6bedd1605432de858960a8bc 1.53 MB 3,692 40
810,621 810,621 00000000000000000004040db700d999626a3d79d71a3140001461d482324d85 1.31 MB 2,276 28
810,620 810,620 00000000000000000003552e0c88d2a53436a55de01096e769273ad3e93aca12 1.48 MB 3,413 30
810,619 810,619 000000000000000000025627147d17dd6cd5d8d11ef2ce5db86f124f477c70c8 1.39 MB 2,830 37
810,618 810,618 000000000000000000041e2fc2a9381ac0dd59909eab3c9e66d21fef7c985fb7 1.46 MB 3,656 38
810,617 810,617 00000000000000000003be389a325abb73dd8ece1c885ff70c4ef53f01434670 1.23 MB 988 28
810,616 810,616 00000000000000000002b6086f256b99e95230d045c42c34ed4caffaed36a9cb 1.51 MB 2,835 30
810,615 810,615 00000000000000000001a60bb1dc5233dc401120463715f17b8c473b6412eac8 1.46 MB 3,569 28
810,614 810,614 00000000000000000003cbf0ec262e5333d46f0445edc3656fd504f72e6ecb4a 1.51 MB 3,512 41
810,613 810,613 00000000000000000003390f9da5e76dba42f8b3f147bcfdfc8092b4ba8007ac 1.29 MB 2,064 22
810,612 810,612 00000000000000000000af83bffb46f1de8a6b22e3822bb6cb0699ce0bd2ee0d 1.54 MB 3,499 26
810,611 810,611 000000000000000000026e31d95b76ff506a9d034d7ca23ed0a9070eccfafc26 1.49 MB 3,618 41
810,610 810,610 00000000000000000003311e1673ce19f47f37a100fff0fd624b47f04b698de9 1.25 MB 1,351 26
810,609 810,609 00000000000000000000ef87bd736afe048978df47065f766f8bdecab5d44d40 1.72 MB 2,812 22
810,608 810,608 000000000000000000043eb8de5985a137b90ad7e2ed3959ac95e85fb70d469a 1.75 MB 2,484 18
810,607 810,607 0000000000000000000170721c2435fcc05517add881421d4050b5859b45c313 1.62 MB 3,382 26
810,606 810,606 000000000000000000025727bed8960399f808e305bbaedb6323077bc75e530c 1.68 MB 3,023 20
810,605 810,605 000000000000000000022cf51e38ec1557444bf890b918122a78329d2393241a 1.50 MB 3,816 39
810,604 810,604 000000000000000000041556b21fc5b2f0e0fb2dada239f20aec4023c8373722 1.49 MB 1,981 21
810,603 810,603 00000000000000000003c7b261d6d6a54a7b93e909461fbcbad19952517acf9d 1.85 MB 1,578 11
Previous 10 blocks ↓
Total Size: 685.72 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,400.65 GB sent, 110.19 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.