Memory Pool Memory Pool Refreshing

78,147 transactions
32.94 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,627 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,888 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,626 (182,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,455 667,455 0000000000000000000858436709a010b7bea88d3bbe452aa588838cf8c97b51 1.33 MB 2,146 45
667,454 667,454 00000000000000000001e7d33efb0ecf9b7ec39945ea2296abd8cec37fd6ae69 1.16 MB 1,848 32
667,453 667,453 0000000000000000000470320360b23bbdb7a224452593cb32a211eebfd3f1fe 1.37 MB 1,304 16
667,452 667,452 00000000000000000001b104f70bd7d851cc059d0ddc87a95861652af9aa2898 1.29 MB 1,289 66
667,451 667,451 0000000000000000000b19e255ca7c434a9efefaa91cfc63a7aa16a5d34a0e1b 1.19 MB 1,935 91
667,450 667,450 00000000000000000000136abf4d7b7fd880c59f8115a6dd28e8f178a366c3ef 1.37 MB 1,572 13
667,449 667,449 00000000000000000001d6009972b34e53ccc3fc22c1785c374b41c03a4b59f7 1.24 MB 1,318 4
667,448 667,448 00000000000000000009c9eed5971e5227c32e9621fbcb5c04d746848f48e851 1.19 MB 1,419 8
667,447 667,447 0000000000000000000878e3b12d51ac96c22332ab10d2e3da6826f6924596c8 1.34 MB 2,272 57
667,446 667,446 00000000000000000005f13c424263f7fed3cccd723128e2965ab73af0fff90c 1.38 MB 1,680 21
667,445 667,445 00000000000000000000a6aa45a805fffff6368de9183aa2c1e4517634356611 1.30 MB 2,163 38
667,444 667,444 0000000000000000000c3bb7be43cee7d720a45ac2e63c10d42d8cf36b179f09 1.49 MB 898 4
667,443 667,443 000000000000000000006501faf77b2f91eeb21e54e815b299031b778c61edf2 1.35 MB 2,453 48
667,442 667,442 0000000000000000000170c2b54a2f6fdb451dfb0e18e77b43e4931ff5c1808e 1.22 MB 2,225 22
667,441 667,441 000000000000000000047dfb2ed42e3b5ad357a9b40bdb20e5457cd32446cf26 1.34 MB 1,428 11
667,440 667,440 00000000000000000004ba47fee5f0e450556c30e6556ea9513d42bb48fa4b46 1.33 MB 3,065 82
667,439 667,439 00000000000000000000196feeea6621e209a58293f4d5648c755ce04bfa0010 1.55 MB 1,370 23
667,438 667,438 0000000000000000000c3fc48a28d560f9ff1678dbbf7860788638e5a7011f8c 1.34 MB 1,321 9
667,437 667,437 00000000000000000003b82214796eb5030d0eb3e5d9479db20d43c97605863d 1.46 MB 1,639 26
667,436 667,436 0000000000000000000290e071828fda7755beef57126da892b44f125bf85c75 1.26 MB 2,123 86
667,435 667,435 0000000000000000000820c6bc22662e40ba9653a02acb9f602ee2eedd7ffe4c 1.62 MB 667 20
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: 566.15 GB sent, 3.17 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.