Memory Pool Memory Pool Refreshing

67,444 transactions
32.33 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,955 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,634 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,954 (180,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
669,106 669,106 000000000000000000050186390f540b68d88d142e8e25764f38d805f5dd8d8d 1.23 MB 2,442 110
669,105 669,105 0000000000000000000d1675eb4475eb3d6f569ce99cf130280f1383b55fad1c 1.35 MB 2,501 131
669,104 669,104 0000000000000000000b2c6ba40a82cb966a748b8bf7e3cf423a15bc992a0e9c 1.20 MB 3,215 123
669,103 669,103 00000000000000000009dbe20a956d421bf052128880fb88a6e9b9f6b1948c6d 1.37 MB 2,406 127
669,102 669,102 00000000000000000002a4e887e9f1e30c89821a6d4beb698ee4b329e427bb12 1.38 MB 2,806 149
669,101 669,101 00000000000000000001b7198399e874bf9fc983d4a37141e16060a41b233d31 1.13 MB 2,798 115
669,100 669,100 000000000000000000007460df79f2d00ce1e7b7cf662b6ef2d18b243c239ea6 1.18 MB 1,207 133
669,099 669,099 0000000000000000000641e39e6e183072487230b8f0f428016f668815aefc2e 1.37 MB 2,863 154
669,098 669,098 000000000000000000084c2dc180ca42dfe3e173e412bdbc45b93d2e57aac034 1.32 MB 1,898 111
669,097 669,097 00000000000000000004b92431b8d0112c60555b0949e941210a8374312ccb02 1.06 MB 735 117
669,096 669,096 00000000000000000005e968c53d3c03c78bbb246a9f4929ac85010c51fd6eb9 1.24 MB 2,676 123
669,095 669,095 00000000000000000006a22e4be5e20d5c6a81e07626d4392b480fb329947685 1.34 MB 2,598 133
669,094 669,094 00000000000000000004925b62e26edacdf45494350a8d6dd0bf9f0b591361f0 0.00 MB 1 0
669,093 669,093 0000000000000000000bb6999e58e6e0130ee72b78caf16e25782c33aed2bd06 1.22 MB 3,162 137
669,092 669,092 0000000000000000000bf2d5b640494b97e06ccb35a60522a013218fb0184a71 1.29 MB 2,658 136
669,091 669,091 000000000000000000039effa82d489d19d29e25d4696d81ea0eec39520dede1 1.30 MB 2,410 140
669,090 669,090 0000000000000000000b1bff52b9275782ab6abd7ee533144bea084395ca725b 1.31 MB 2,997 162
669,089 669,089 0000000000000000000398882d71644f1c38653cc54664ad6b4e83d345033bca 1.34 MB 2,513 122
669,088 669,088 000000000000000000067bfd49e0a95d908bec1a593163eb0a05c95a416863ae 1.27 MB 2,696 140
669,087 669,087 00000000000000000006069581b7f13a4e3717723bfc75ed271d9d40bf4be816 1.33 MB 2,751 135
669,086 669,086 000000000000000000036f92869ca148769ba49047ff30193f70527c2d62c8da 1.27 MB 3,075 140
Previous 10 blocks ↓
Total Size: 661.42 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: 897.60 GB sent, 6.18 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.