Memory Pool Memory Pool Refreshing

67,344 transactions
35.56 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,770 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,231 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,769 (81,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,561 768,561 0000000000000000000762b59bae00af1449d1dedee12c4415ae329a60bb9158 1.64 MB 2,223 3
768,560 768,560 00000000000000000005e3a71b91c5e9f58f6e46206897b5c40d7f1167b52cd9 1.50 MB 3,147 21
768,559 768,559 0000000000000000000552078d36ea8316ceb1dac2e96ed2a479aa0f9b1fc396 1.48 MB 1,419 12
768,558 768,558 00000000000000000006894dea21778badd4c02ec396eaf32abd62807179f97a 1.48 MB 2,870 22
768,557 768,557 0000000000000000000247a918d4a9e0ec0aef7d3f25ecba3c99593351171351 1.49 MB 3,195 15
768,556 768,556 00000000000000000003dccad54eb54c1116aae3526432a6c3d12b44e6684482 0.73 MB 480 5
768,555 768,555 000000000000000000065daf33c083cafb4b422a32a0f7367fa48500bcdf2c65 1.55 MB 2,356 11
768,554 768,554 000000000000000000053b1680a7f61caa0238ca13579f7e18023a19ae9d2cd5 1.53 MB 3,116 21
768,553 768,553 00000000000000000001ba6cddc96bb9ede13bba7e00cfcacfd0f6f9a4eabccb 1.13 MB 1,695 5
768,552 768,552 000000000000000000040cbf9a7867e7b0c554c93efe5ed106edd06bdc385125 1.43 MB 1,964 10
768,551 768,551 00000000000000000005d5a94120915e56767fa83cb7d16b36b3ed9078481b8c 1.36 MB 1,700 17
768,550 768,550 00000000000000000000e35a031803ab6b8b6289c4ac532528324b30b7c23bfb 1.46 MB 3,360 20
768,549 768,549 00000000000000000007735d7a2062b1dc4ce65bb88855294405e27b5b46449a 1.27 MB 2,257 27
768,548 768,548 00000000000000000001c799b57faef5b2d5178b9a0245905d6886740d6db2fa 1.10 MB 2,403 14
768,547 768,547 000000000000000000078355c2107830c7eb6f9113e1188a9d4728676019b797 0.50 MB 897 15
768,546 768,546 00000000000000000005be7ac2379af65a76847d95409561540e0c00672ff44d 0.63 MB 835 6
768,545 768,545 000000000000000000068a80957207b367f442995ac372718d9e299bf476dce2 1.59 MB 2,905 8
768,544 768,544 00000000000000000005a183e798f4280936d403c267c62ce3531be1c8203262 1.57 MB 2,679 13
768,543 768,543 000000000000000000078c17ef13cb81433414919b4ef0028c7fefcf57fc46cd 1.53 MB 3,732 19
768,542 768,542 00000000000000000003f6f520cdbcae1263174eb3ec5e06a0e9844d6e2287f6 1.39 MB 2,870 31
768,541 768,541 000000000000000000048130d3d69a2b40b5c57c10cb54d5ea4da47f74ea4134 0.19 MB 381 14
Previous 10 blocks ↓
Total Size: 661.07 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: 713.95 GB sent, 4.46 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.