Memory Pool Memory Pool Refreshing

66,047 transactions
36.20 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,884 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,447 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,883 (547,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
302,470 302,470 00000000000000004f785f2d8d0d6050fe8578b2063b8c4e9a7f81ceee5f1615 0.50 MB 946 30
302,469 302,469 000000000000000011912f4a878662f5de7691aae178474c166ee6d9a4754ced 0.16 MB 133 21
302,468 302,468 0000000000000000662a3b715a0a57d7fe7907541584862d2a44afb989291b05 0.25 MB 252 18
302,467 302,467 000000000000000041e9a1c02c0cabc0bc6bd111479c0b6c1eb0349092e16d48 0.25 MB 694 48
302,466 302,466 000000000000000022c035aef6c0c444d2c2283bc6be376ce7ede110869db409 0.08 MB 168 31
302,465 302,465 00000000000000001fe976319a426fdb587ddafec1aedc402c6e1c4edac39773 0.17 MB 201 30
302,464 302,464 00000000000000000e8754f04b8dcab47e2bf4535828f344b029ec9be062f696 0.03 MB 38 24
302,463 302,463 00000000000000004798c599383fa2530aa2cf7a91d406919c47acf52b812330 0.01 MB 21 19
302,462 302,462 00000000000000005d73ca9d8fb7d5bcf97ed84fcfd074fe74148f53da9114ea 0.09 MB 185 30
302,461 302,461 0000000000000000233fa48126785d3518a6d35d670a2f02ef2e7edb1b0692fa 0.18 MB 281 26
302,460 302,460 0000000000000000321cfefeaf80a00d5943196dc3aaba0f503cb357ec584446 0.38 MB 440 21
302,459 302,459 000000000000000063f6e37d74d7949abe875edfa2d0fa6a8f04b7e23f9087c4 0.35 MB 517 22
302,458 302,458 00000000000000004f4aaa72f16ebb68d59bd91c3f3f0d0d8bc02584d0a833e2 0.35 MB 737 36
302,457 302,457 00000000000000001d1e01415b2d884081164cced26502e4ff4657eeae1a931d 0.25 MB 782 53
302,456 302,456 000000000000000068ccfc8a7c75d5bfb51a7bdf60964f6eeba76f00fcf538e7 0.19 MB 391 30
302,455 302,455 00000000000000004da0a8269a63b890f9df35269894443d3a1bd1b63e55bf3c 0.17 MB 336 34
302,454 302,454 00000000000000003f7f9609cfdc48f8a719b542e3b26f6b774a861ed53f3113 0.23 MB 420 30
302,453 302,453 000000000000000068e23edb2ca0553bc1dec5549c394feae011055c8d8ab870 0.09 MB 144 31
302,452 302,452 00000000000000005c15d060769a5fb1217242153698f8b32f4611b4f57f4977 0.04 MB 77 36
302,451 302,451 00000000000000000880b68a1a87359e41cae597b019c83301d5030c8dbebad2 0.06 MB 97 23
302,450 302,450 000000000000000050ae78b97706a20d1045f7baa89797424bfca47b66f92f13 0.08 MB 122 26
Previous 10 blocks ↓
Total Size: 661.29 GB

Node Information

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