Memory Pool Memory Pool Refreshing

81,949 transactions
35.13 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,609 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,416 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,608 (490,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
358,774 358,774 000000000000000007f8656ca51880403a6ab3332ab2d60c4b96516e9c21a42b 0.16 MB 228 18
358,773 358,773 00000000000000000e624b684aa241ec89ef04eb34dd54a793e3231b6aaeee6a 0.41 MB 498 9
358,772 358,772 0000000000000000048edb391854fa4bac34be0d720a692559e7ad9e487f5529 0.41 MB 478 18
358,771 358,771 0000000000000000144627ebec235ae8de1cf7409eba2ae38ec405ab5ca7834a 0.75 MB 1,381 25
358,770 358,770 000000000000000008e6840d539fc340983e7a1ce00e146b97f090b0ef370153 0.16 MB 512 47
358,769 358,769 000000000000000008b53c4f8c7b485cca6c7e931357487154aaec41e437da62 0.75 MB 1,469 30
358,768 358,768 00000000000000000db932d1cbd04a29d8e55989eda3f096d3ab8e8d95eb28e9 0.17 MB 322 28
358,767 358,767 000000000000000014e537fd0c84c2270ec06753efbe54aa41c0509f993eccb5 0.20 MB 374 24
358,766 358,766 00000000000000000347378c84fb3ea341010712d5269f9940af21ded7f636a3 0.11 MB 189 25
358,765 358,765 000000000000000008343de8628993728de7dd0785658f19d16b82dd369ba6a9 0.33 MB 624 25
358,764 358,764 00000000000000000585243318313fe0c129701eb1e7ca93d9b06538d99768a4 0.25 MB 541 30
358,763 358,763 00000000000000000f5e1304740727cc3bb68d34286ed3996248355ebdb15c1d 0.20 MB 411 24
358,762 358,762 000000000000000008adf9543a06612d35b8887267ac925bd819439cacc1051f 0.13 MB 242 26
358,761 358,761 00000000000000000bd284b350d9df7c3bdeab05f153b4600ff72cd5ff037269 0.12 MB 160 10
358,760 358,760 00000000000000000cf91c3d96795e5b1ff09bcf587a956af8b6f6306b177f2a 0.69 MB 1,458 28
358,759 358,759 00000000000000000244755957bbeaca47266f1671b9e78086f76c907983d4e3 0.10 MB 190 27
358,758 358,758 00000000000000000036302b282f9855ccc87a814b09c14c7f8f26e4caf4b8d8 0.47 MB 909 29
358,757 358,757 000000000000000010293b42b51547bb8d1d3b4009c1b8898d4a1fba4e1351c9 0.62 MB 766 32
358,756 358,756 00000000000000000a6d9ecad5068ecaedd68115cd4b0cf348254a79dfec6bf2 0.75 MB 1,917 33
358,755 358,755 000000000000000004582d09548211fe94013143a0658deef83175535672dcc9 0.00 MB 1 0
358,754 358,754 00000000000000001221570026520c078dac802eae28febe919d25a8c0010719 0.08 MB 162 25
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 100 incoming
  • Data Transfer: 546.07 GB sent, 3.05 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.