Memory Pool Memory Pool Refreshing

55,062 transactions
30.89 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,398 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,646 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,397 (49,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
813,759 813,759 00000000000000000003bad64192eb4c4f8da0fc831ce78d52ff1f82845b5b48 1.72 MB 3,977 27
813,758 813,758 00000000000000000003d7aafe2cde02e09338f0df18a40f64f605918c40cf6c 1.74 MB 2,373 30
813,757 813,757 00000000000000000001d28dd9918ba4668dc150ef8f92ad7dda6fe20f561617 1.52 MB 3,025 15
813,756 813,756 00000000000000000001e62b7a8ea5b33cf862ced79c977980b307e8758f06ab 1.60 MB 3,211 16
813,755 813,755 000000000000000000043fbdfb1a787f1773d630f8c374177c4b290ddc151610 1.69 MB 4,445 31
813,754 813,754 00000000000000000000e10dc4f6bd871f9e5906449da809df19c7f08da91ae2 1.77 MB 4,651 20
813,753 813,753 00000000000000000002674a7bd99fe75efb8fe2465c6635fa94dc2d8a58329f 1.66 MB 3,318 20
813,752 813,752 000000000000000000028ba8b51b4cd8ca4d67b42a5c43cf5c59031768eed6c5 1.71 MB 4,509 29
813,751 813,751 00000000000000000002240d0ee6598bae540d6c2a2552967cf3a586fa9edc26 1.80 MB 4,718 22
813,750 813,750 00000000000000000002854cc4f1d7713a11d49fd86f5cc1e4783a957c134cd0 1.59 MB 3,557 30
813,749 813,749 000000000000000000038b25a96eb8e95c6bf635fc2a7c81e7197d9d959d9c77 1.68 MB 4,369 32
813,748 813,748 00000000000000000001e4f99278ae23147494785eb798d1c04bd6a0eec7c4f8 1.62 MB 3,890 51
813,747 813,747 0000000000000000000053d7d39318c3ae1665cb0c68aa11a43a3c267881a2e5 1.62 MB 3,982 24
813,746 813,746 0000000000000000000269f7852941e8344a56826f35c62ef91ac4bc39bda113 1.80 MB 5,161 33
813,745 813,745 000000000000000000008eaec1b284ba9729f235818501ff6a581512cb9fffb4 1.81 MB 4,922 31
813,744 813,744 000000000000000000001c4ac0829bd85fd36d8b2f961f06818e1f7e4a8d682a 1.55 MB 3,295 30
813,743 813,743 00000000000000000002cb779732484e506d9b69417dcf66d2a076d446ad4bbf 1.58 MB 4,002 43
813,742 813,742 000000000000000000006708d25e5bb70eb88d24b577cd0bc418eee31485721f 1.78 MB 4,983 27
813,741 813,741 0000000000000000000115822b7c20037913c4dde889db1f148c464d93c7c1b7 1.75 MB 4,726 22
813,740 813,740 00000000000000000001603461a1c35f844800a16df4bb6f405cce225f4cad39 1.83 MB 4,740 24
813,739 813,739 00000000000000000001a2dc5290dae0016c4bbb655b944417e445196a3648a4 1.60 MB 3,406 27
Previous 10 blocks ↓
Total Size: 686.88 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,495.57 GB sent, 117.59 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.