Memory Pool Memory Pool Refreshing

75,397 transactions
34.09 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,630 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,446 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,629 (480,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
369,096 369,096 0000000000000000087935ac4b2af8b851d8e78ca02ae257230b990190fa6550 0.53 MB 1,106 39
369,095 369,095 00000000000000000031fcecbf908a431d519845899d6af85149cd62090df0e6 0.39 MB 677 37
369,094 369,094 00000000000000000caff62d947b6feb9faad8bc07edf7c5c64fcccb488a2d17 0.32 MB 584 36
369,093 369,093 0000000000000000041d780a38a46a87370b08dcfd770e3858d094bf20ea0d6f 0.57 MB 1,080 34
369,092 369,092 000000000000000011f09a6bffbe202956705cb3ac33d6b530ca8c421d8bdcc9 0.86 MB 1,257 29
369,091 369,091 0000000000000000063bced70b3bc448f73b42183732e1d0218337e2c949c930 0.59 MB 1,410 40
369,090 369,090 00000000000000000b202541f7ad495f1a23655e569ba0ada9eac0cb3934cf40 0.16 MB 286 32
369,089 369,089 0000000000000000118f7441cc7b3cc4d4551ceed8fbccaa87be9059b071ee0c 0.24 MB 465 33
369,088 369,088 0000000000000000149e47f675a4ee34a48120876b22b6aa622f9570fa047c79 0.49 MB 781 44
369,087 369,087 0000000000000000024f81e2602b8df9a94f587a5d9425982930a92196465b1d 0.60 MB 1,121 37
369,086 369,086 000000000000000004475a2276bf98f1eca98bf53af4ad3c3b6e17512d310dae 0.17 MB 262 33
369,085 369,085 00000000000000000f02547cf47c31b8ac4c54ff4f32f23d7491a7d9beabbf0e 0.17 MB 245 29
369,084 369,084 00000000000000000ef45bbba11237ad3315000709b36f79de33f6f3038ff10f 0.26 MB 467 37
369,083 369,083 000000000000000005e2d86da31c89f0f80f9c175ac546c0eaa285f6a319cfe2 0.10 MB 166 36
369,082 369,082 0000000000000000056fd30f4f346d3da77943092b0dce39b7047d0ecc69e02c 0.13 MB 274 40
369,081 369,081 00000000000000000247fffc0f6865a6701abde70575462d21b2b948703d5305 0.09 MB 171 30
369,080 369,080 00000000000000000032a80e5590305155000f0a188f63e9736377b82e674ab7 0.27 MB 326 25
369,079 369,079 00000000000000000e0e09f749989b0da6c7f9b82313379ea62ad1e70b55e78a 0.93 MB 910 21
369,078 369,078 0000000000000000040ddfaaebdf337b7ab95d63ca8865ebcbd29ea55e1a979b 0.75 MB 1,204 47
369,077 369,077 00000000000000000bbf43f5c4904bcdc4ba755722f349abf19945f5144bcb63 0.42 MB 822 38
369,076 369,076 00000000000000000a860916a56b6b1d2558dc59bf8d4dce66d21dfa570663b7 0.59 MB 828 27
Previous 10 blocks ↓
Total Size: 660.80 GB

Node Information

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