Memory Pool Memory Pool Refreshing

38,841 transactions
21.42 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,673 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,025 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,672 (74,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,087 795,087 00000000000000000004cf4f5b3440df48f7cd85adb1c562bb826dc11f3929aa 1.70 MB 3,065 20
795,086 795,086 000000000000000000037f9801cdbea919dca1445147798b9540c3aaef5b7ffe 1.81 MB 1,739 15
795,085 795,085 00000000000000000005210e453da2a9494eb34b2d1e526a35eacbbdf887a43a 1.58 MB 2,505 25
795,084 795,084 000000000000000000006dd471f5f76f77a361517fc2753bb11621d8e932ab0c 1.34 MB 1,456 18
795,083 795,083 00000000000000000002913847a5ce7266f367b7385d60fd20fe0ab1084348ce 1.33 MB 2,672 26
795,082 795,082 00000000000000000000422b11f509af51abee18d86628ed0fc23bd13d8c9a58 1.59 MB 2,581 21
795,081 795,081 000000000000000000004cd122b1f4848375dcf5f7e712ed5c7020dfacbc752b 1.61 MB 2,983 25
795,080 795,080 000000000000000000033b5bef1697e6cf6b770443ffb07e3cea6889cefa5cf9 1.37 MB 2,083 21
795,079 795,079 00000000000000000002e203390910ac404f6361540673ac7dd8918b270ece46 1.43 MB 2,884 25
795,078 795,078 00000000000000000002428535e2003db5452b87f732dbc0625ae7db678fa7e4 1.56 MB 3,691 39
795,077 795,077 00000000000000000000c7e08c6c8096fa78e07ab4575d35778559d68d11aba5 1.95 MB 3,128 26
795,076 795,076 000000000000000000038bb01d196b608e2a00a0f3358eaf551bb420b3086f85 1.58 MB 2,950 45
795,075 795,075 00000000000000000003a75709271b1cf2e90f017125ab6af3ca1ebb6e1a7702 1.67 MB 4,419 25
795,074 795,074 0000000000000000000146c9f99dedab8867e053591603e1d01ab95eef3142aa 1.61 MB 3,659 34
795,073 795,073 00000000000000000001187f0ac6c7e64148ac396e208c103d1cbe9adf87d230 1.52 MB 3,288 47
795,072 795,072 0000000000000000000508ae303e6cfcf2d3fc1ce4466c2360132568c0acc132 1.75 MB 2,728 18
795,071 795,071 00000000000000000002c01c71771653c96b033cf9c1e4bdd4f9b9a2e4e1ae66 1.54 MB 3,608 38
795,070 795,070 00000000000000000001269f2c58c1254bc92b7f1b4e9f2bebc36dec308ca2be 1.78 MB 2,423 18
795,069 795,069 000000000000000000047018630c21ca325e299a908c4086c4165fd40df9fdaa 2.01 MB 4,924 15
795,068 795,068 000000000000000000003c4f88f639857342b68d8aa10a4fa3ae810ed2fcb749 2.10 MB 1,590 10
795,067 795,067 000000000000000000012742b952713d15199610786775df0aae268b5581b9d0 1.86 MB 3,304 33
Previous 10 blocks ↓
Total Size: 698.84 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,100.74 GB sent, 202.98 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.