Memory Pool Memory Pool Refreshing

86,205 transactions
28.63 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,506 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,292 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,505 (323,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
525,589 525,589 000000000000000000163fce005d8861bdacc334c4c8c403d018558a8c74b1ac 0.15 MB 156 16
525,588 525,588 0000000000000000003ef541d3db0804461f7655ff408f127519ed19d624d57a 1.06 MB 2,172 7
525,587 525,587 00000000000000000016629f6e0d0dea3ab709c0f81a8f2d2d349e9e6aabc9b3 1.12 MB 2,195 35
525,586 525,586 00000000000000000006773314e8befedb1cf568b052c6221c267d322d0d0447 0.53 MB 988 22
525,585 525,585 00000000000000000026513e894f8104a326387f25630d5e91e712564b825781 0.55 MB 972 19
525,584 525,584 00000000000000000016f6728a3133b2aea390de6045e536129e1cf34a5954a5 0.56 MB 780 16
525,583 525,583 00000000000000000010c20104fd204416ef35c04770fa73b8d0680fe0911bee 0.25 MB 477 32
525,582 525,582 0000000000000000003e35995b38508a732820cf41f80277d13bf7a30a542cc2 0.62 MB 1,446 23
525,581 525,581 0000000000000000001f79520f696d90b7cb2380447bb6d1b2fa8457b7bbe6fd 0.05 MB 110 15
525,580 525,580 00000000000000000023745f6f6b71a72c4d97bb52a2e9cd82ce3a20c7d4448d 0.41 MB 975 26
525,579 525,579 000000000000000000098953cae531b8adea90e3ba4659bca7445e8105f4b04f 0.51 MB 865 29
525,578 525,578 0000000000000000000045a19356d2dd703df26b903688c097310306c0317f16 0.36 MB 829 11
525,577 525,577 000000000000000000134c732fadc05205d8289d64c33e1d65561e44004d1ff3 1.16 MB 2,641 24
525,576 525,576 0000000000000000002917565b5844fa9c6f36bcc000278617c0a6911a25d1e7 0.00 MB 1 0
525,575 525,575 000000000000000000206fec00ec7683a01b65e99986362ee5f6a65cc16f7a4e 1.32 MB 2,028 24
525,574 525,574 000000000000000000010cff07c436005d9f9292fc588b9b3950b5a462fd7fa1 0.14 MB 212 23
525,573 525,573 000000000000000000345101119913098274097089f402ab70ed55eeb5580c37 0.17 MB 257 15
525,572 525,572 0000000000000000003c6f6ea9e1835aab41e95be6ff11b56450f5a97761110e 0.49 MB 938 19
525,571 525,571 00000000000000000022d59bcfea146516f446e230b33e8f98d181485f15fbe1 0.39 MB 513 28
525,570 525,570 0000000000000000002b8b1c38c257de40cfee805b4a88f416596798aa484e75 0.07 MB 144 50
525,569 525,569 0000000000000000004157c396ed1f3933d89fa4d1f7748c143ece67ea0dcdd7 0.32 MB 633 25
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 93 incoming
  • Data Transfer: 449.34 GB sent, 2.19 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.