Memory Pool Memory Pool Refreshing

56,232 transactions
33.28 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,328 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,747 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,327 (581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,746 874,746 0000000000000000000230b41fed8e8c2c69c2bd6bfe272bc0f64e1f47cded04 1.24 MB 1,170 5
874,745 874,745 000000000000000000007146384d884af5b3e3f63adac6af67a72cef189e5eed 1.71 MB 4,247 7
874,744 874,744 00000000000000000000f07d3395dce786b57a4823154c6ccaf03a7628b0a1a3 1.65 MB 4,425 7
874,743 874,743 0000000000000000000046c4ff35a31548c38ffb8e6b3656a29721e0863a8c1d 1.53 MB 4,357 8
874,742 874,742 0000000000000000000069f9b95c6509785d011cf0d6f68373bd8d2afcf3f585 1.53 MB 4,732 7
874,741 874,741 00000000000000000000ed808f2f42ef0d50397a55b6a46e40b64fd22ba4c87e 1.69 MB 3,673 7
874,740 874,740 000000000000000000014414fe4cfa4975ff657bb4a5768e7ca91003e50d514b 1.68 MB 3,690 8
874,739 874,739 00000000000000000001e3cad80e8292f429c9d346b666b3d6e09659655d1104 1.58 MB 3,816 8
874,738 874,738 00000000000000000000e6445d50d1cb14c809c4c4b3a933bc4f8abbf485106b 1.52 MB 3,923 11
874,737 874,737 0000000000000000000032186006c16b3e68ea98cc5304a261dfbf5ca24803e9 1.56 MB 3,408 8
874,736 874,736 00000000000000000000d9443dc6ac266cde7199715035415b37d10fe8a067ac 1.68 MB 2,035 5
874,735 874,735 000000000000000000015d4c2938d1d94708044cd0a9148c15ee7549bb4188a2 1.54 MB 3,670 13
874,734 874,734 0000000000000000000141879e2513a6ea774f2086b1729b1e8fe9e1b7917cc2 1.60 MB 3,649 12
874,733 874,733 000000000000000000019b4fe6949b13bfbb5327b73248805d64166cdc51f683 1.22 MB 1,374 5
874,732 874,732 000000000000000000021005db9b46e569bffe9b8ef7c825135d00f2787baa33 1.87 MB 2,580 6
874,731 874,731 0000000000000000000273bb1f0734ac95c94a70f1b1787634f34f45d762e1e7 1.70 MB 3,776 8
874,730 874,730 0000000000000000000001ca99e51ec3a1b2cd0116edcf1b192d730e3553d92f 1.55 MB 4,566 10
874,729 874,729 0000000000000000000120f2bc8f947a664b10705e19f0289f2598013885c6f6 1.46 MB 3,317 6
874,728 874,728 00000000000000000000e6c4d92b51a7b545e96b4b33156608429887ae004573 1.41 MB 2,260 4
874,727 874,727 000000000000000000008925508274fe4350457a20c7512ed5714d6731dffe01 1.59 MB 4,788 8
874,726 874,726 000000000000000000016e2c47079904795cfeb7f9ceae9c12f6ca3614d2678b 1.57 MB 3,934 7
Previous 10 blocks ↓
Total Size: 709.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 495.51 GB sent, 7.89 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.