Memory Pool Memory Pool Refreshing

76,434 transactions
32.34 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
849,599 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,293 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,598 (226,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
622,838 622,838 00000000000000000001f5ed2ae2ff871ed709ed532f68c96e1b323dc0b57878 0.50 MB 1,051 34
622,837 622,837 00000000000000000010f3a9f58aa67e0236337dd0cc5781c5f69afd63686abf 1.15 MB 2,773 17
622,836 622,836 0000000000000000000cb21b30da8ab7fcab0fb5721a7989304b900c6b19aaa9 1.34 MB 3,103 51
622,835 622,835 0000000000000000000ed0ff8dded432ead90f812ad07e2d5944b6d5e7540c42 0.40 MB 930 31
622,834 622,834 0000000000000000000e2e061612a650acf86806ca17854fdbdbae719dbc6f60 0.12 MB 286 36
622,833 622,833 0000000000000000000d46bc31d12b23a3cc72eef14594c25900b29fb62b364c 0.21 MB 548 24
622,832 622,832 000000000000000000094419eb08b3c2c1b61d260e3d78e8152474ce16b7ff2d 1.17 MB 1,248 9
622,831 622,831 00000000000000000007c96a4df34d88780c82f1b020261b0702aa041d929d22 1.39 MB 721 1
622,830 622,830 0000000000000000000690531119fe1dd0ba3c462c0c9d027b646030da1f24d7 1.24 MB 2,790 27
622,829 622,829 000000000000000000059cbe6bf0eb00090c56b799ce59397c6b27abd6681ff0 1.30 MB 3,030 44
622,828 622,828 0000000000000000000897b95701e001c5a850140d67fcf80310e9aa736740c6 1.38 MB 1,812 16
622,827 622,827 000000000000000000082dce4ed8a42ff044a19284bb11d8472973f7a9f5d2a8 1.21 MB 1,949 4
622,826 622,826 00000000000000000009886e3cfad426e10892ebfa790b0b383b656ed239e5ed 1.28 MB 3,056 29
622,825 622,825 0000000000000000000b96c856bdda55f1a6fb052265b778ce9d9e8761d0c1cb 1.32 MB 2,190 44
622,824 622,824 000000000000000000036314a8bc11964425c558548cf632556d8389ccdc3355 1.29 MB 3,035 63
622,823 622,823 0000000000000000000f1044d22a21387d5ed7b5e5879166aecdc79035cf8206 1.24 MB 2,670 19
622,822 622,822 0000000000000000000eb3ede5a3460290cb20dbe33ab9e39c9c3224ef58eed9 1.35 MB 2,393 28
622,821 622,821 0000000000000000000e6ed29e9dcae344a468cf2f72dd9ed8d56b768663262f 1.33 MB 2,321 53
622,820 622,820 000000000000000000001baaedd441ea1cd7db4f260cfd8d89f723baa02f8926 1.55 MB 1,531 5
622,819 622,819 000000000000000000006405d557a39a32fd3c313b3276b8066093aba73f6ea3 1.07 MB 2,233 9
622,818 622,818 0000000000000000000c73e8a2077020b263eaa87f3241cc6ac8d3b0064dd066 1.32 MB 2,848 36
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 106 incoming
  • Data Transfer: 528.75 GB sent, 2.95 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.