Memory Pool Memory Pool Refreshing

70,972 transactions
39.12 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,109 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,896 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,108 (639,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
210,834 210,834 000000000000019146b5a6aed67433776c68331b18b159f720601e7d968c38e9 0.05 MB 136 126
210,833 210,833 00000000000001f11c3f06ea61f1cedea79e9085377f42d948607a2261647e19 0.00 MB 7 5
210,832 210,832 00000000000000813f6effb2a925d47f46d69a6e32cfdc5b17b2ad23c6f67c0b 0.05 MB 147 118
210,831 210,831 00000000000003f04facdffdee80c947b1de4fab7b566a7959c1aeca9d3bf7fc 0.22 MB 528 143
210,830 210,830 00000000000001e4ddcb5496561280aa3b3dbaa4257359ff526f0b3bf77379ed 0.20 MB 408 188
210,829 210,829 00000000000001098764565ce0cfbbe2d9bf073aff1f7d25bf1ec76875d13aa6 0.00 MB 10 164
210,828 210,828 000000000000031fcbf7aead7b4634d2df8da3b2d8247df7037ee2193b57d175 0.06 MB 178 21
210,827 210,827 0000000000000255c8dd5c823378414018aca881056e8b1ba07511066ece5baf 0.20 MB 493 191
210,826 210,826 00000000000002d74b33161cbcc65d959ae0cff0643bbc4124c93728ef2cfdcc 0.25 MB 627 240
210,825 210,825 00000000000004a5d97341b6e20e170f6f295578dc51efd368d1a1e55cbaf417 0.15 MB 179 111
210,824 210,824 00000000000001735fbd6027f19737a2a4e4859e762241a89949040c624952e6 0.02 MB 62 219
210,823 210,823 00000000000001366e46b598cd684828ae883e1a0ed426f9e4351e850a9b18f0 0.25 MB 593 190
210,822 210,822 00000000000002bf1596d2d277edf8996439ce61db3abd9701687def8ad51dd1 0.07 MB 174 200
210,821 210,821 000000000000035d73ca36ef35dcf322a064e4c4751e4363368e6fab39f09b26 0.03 MB 64 107
210,820 210,820 0000000000000423ccec96b621a9e49f72511df3d188ba0e4c3af617ab92128a 0.05 MB 155 132
210,819 210,819 00000000000002592de916c83df48958bfdf76c7ab5ab882ba40ad17b50ae0ec 0.05 MB 69 60
210,818 210,818 00000000000004aeaa601e591c8c68d1ebe70350ff81adf2a92170af371973a8 0.13 MB 344 194
210,817 210,817 0000000000000071d46f22a2193597f6fa5a7917006a1da256a1b40b7cddfe21 0.10 MB 241 173
210,816 210,816 000000000000007b9df9ca7f97f06187a80ec50c5a92b6744b4bcedad095910d 0.18 MB 458 184
210,815 210,815 00000000000001978ede7108655570132d2901e1ccc60667c4539d5c4e8f24c3 0.12 MB 207 132
210,814 210,814 00000000000002d3dc2fa83667e856894b3647f50af11b36af073df7667ea779 0.05 MB 124 210
Previous 10 blocks ↓
Total Size: 661.71 GB

Node Information

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