Memory Pool Memory Pool Refreshing

79,882 transactions
38.48 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,818 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,739 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,817 (469,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
380,465 380,465 00000000000000000e6d141d7dd83360f57586879bf5dfd8a9a0e496c4232005 0.31 MB 638 37
380,464 380,464 00000000000000000e2089337e3be917bc3ea1b950c432f437f5a1d48588555a 0.71 MB 517 13
380,463 380,463 00000000000000000069ca16a952db99d4adb9a0ceb7a8a4f782a5497a6a2381 0.95 MB 2,257 41
380,462 380,462 0000000000000000102dad55e94e115cd531a57c7a68251d4ea3cb1881854716 0.93 MB 1,759 36
380,461 380,461 00000000000000000cf82f17704ff844ed4ac1a719183aa565d5f75d6643340b 0.14 MB 217 31
380,460 380,460 00000000000000000fc17116527a9e273d6a932c5fe4526a8da826baf6b3c518 1.00 MB 740 12
380,459 380,459 0000000000000000059b8a7b370977a16ed209a0a57b1c1ab2ccf7650489d17c 0.60 MB 1,126 31
380,458 380,458 000000000000000008cb209f460f8dc27d9a4892c1781a160f11f8cb8a71bed0 0.48 MB 800 27
380,457 380,457 00000000000000000ffc6bac18eece492c0fc3c0f20fec1b6a9a694dd7de57ff 0.53 MB 1,058 34
380,456 380,456 000000000000000000c7f05575d4ccfd5525528811f9ec9513ea1095fa1983b1 0.53 MB 965 33
380,455 380,455 000000000000000008e1e56db69b657c086a7e7648335f164a9ff94597a8296e 0.44 MB 901 32
380,454 380,454 000000000000000004f8a77bfed8bc264577bf448558d1cc3b958fe4d1d92c63 0.36 MB 613 30
380,453 380,453 0000000000000000076c3781375ce506b68fa554a352edabd27cd3be5fb92a14 0.12 MB 187 21
380,452 380,452 00000000000000000541bbbbf5a34c9410d90c1f62941e8931d1a45a2590a837 0.25 MB 459 30
380,451 380,451 0000000000000000082875695f351eb9b19286a1ea8e7e3be8e81c6f881bfebb 0.34 MB 615 30
380,450 380,450 00000000000000000cd06cb2b34fc490ad730f47a44870385a6b01425ed8e8dc 0.39 MB 518 25
380,449 380,449 000000000000000011666171762884bc301e86c64d0afc2fa5f9c0bf74ee4ac8 0.43 MB 307 14
380,448 380,448 000000000000000004f421d0e899368b05c2ead1b70a91db433a7d8f25e85215 0.27 MB 589 36
380,447 380,447 00000000000000000040420aa4eb3c3a76c3981fbe7550f3a1bf2dc874010636 0.28 MB 619 38
380,446 380,446 0000000000000000031ede147041dfd6d063378e21eb7dc3ac2d81cce8d73ec6 0.11 MB 144 22
380,445 380,445 000000000000000002ae7e66d0ac61ec6ce3d154aea99bd323372d9fd1cfceca 0.69 MB 1,211 31
Previous 10 blocks ↓
Total Size: 661.17 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: 749.47 GB sent, 4.97 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.