Memory Pool Memory Pool Refreshing

16,220 transactions
27.17 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,713 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 262 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,712 (53,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,690 810,690 000000000000000000040935ab712b159fe5b3a7f08a69f6d8e813ebdf145f10 1.47 MB 2,697 24
810,689 810,689 0000000000000000000043f53cde0262e826e2761a6c2c93d8374ba823b4577c 1.75 MB 712 5
810,688 810,688 00000000000000000001412b96e83c6b07dd9738d5dba29b7be85d5eb2a07aa4 1.88 MB 1,702 7
810,687 810,687 000000000000000000027b4b20ad40d0988455a4db7c9543936cfc097d5041c9 2.03 MB 271 2
810,686 810,686 000000000000000000036da1714c61a8e115149c33d4f0f892c979426cfc2e9b 1.85 MB 1,152 3
810,685 810,685 00000000000000000002a6ead48724fbaa195bcd940980430917208730623970 1.53 MB 2,103 21
810,684 810,684 00000000000000000000861e50360f66326ce2297dc91d8640355b556d3e5da8 2.36 MB 1,247 4
810,683 810,683 00000000000000000001ce0548d7bb46ea79e8d928101d9054ecc4b42f175694 1.81 MB 1,955 18
810,682 810,682 000000000000000000046dd49380fa890c51cf7e693bea1672426cc4f6ca9b82 1.79 MB 277 3
810,681 810,681 0000000000000000000027971a00194e7791a48f33ebc7af81e0f1af5a7aa3d8 1.76 MB 1,422 5
810,680 810,680 0000000000000000000151c91a9a79c9f4ddf53686c04ea2f74d7c9a9d720e63 1.70 MB 1,290 4
810,679 810,679 00000000000000000002c9f376e8755a78bdc86c429e8267609ee845271d7a9a 1.86 MB 2,941 11
810,678 810,678 00000000000000000003ce7748949d286eea4733ea69a6acd9007ca34bf8d668 1.63 MB 2,625 13
810,677 810,677 0000000000000000000285310f37e9ff8d0872c1a7314bc7a356070f222cf484 1.48 MB 2,515 26
810,676 810,676 000000000000000000037265ec7918d7b17a7ae6276439e78f7762b6d72a6cf2 1.32 MB 1,254 12
810,675 810,675 00000000000000000000d0edc81965bb359bd4fe66ee35aa4344c13f61e2fc6f 1.50 MB 3,539 26
810,674 810,674 000000000000000000008945f820ab35ea7fcaf302eb3f2eaaf8c19f52c46053 1.48 MB 3,696 33
810,673 810,673 000000000000000000021ca2ae1610d45c40ee08ae3c58c130a96a44c18351aa 1.51 MB 2,552 43
810,672 810,672 0000000000000000000234bb67003ad648f9bb953c9b6d45dd9429bb8651f5d3 1.46 MB 2,001 38
810,671 810,671 000000000000000000037050d78555d4523afeec4f14c918f7a230c1694f8426 1.82 MB 1,737 8
810,670 810,670 00000000000000000002837f40ba3dea0d7127ee668827a2e33d5dc954989a4c 2.05 MB 1,911 12
Previous 10 blocks ↓
Total Size: 687.47 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,518.94 GB sent, 122.09 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.