Memory Pool Memory Pool Refreshing

85,218 transactions
36.93 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,413 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,796 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,412 (182,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,538 666,538 00000000000000000006a91ac1829e3222183358ab833fce09235d841c0dd289 1.02 MB 209 6
666,537 666,537 00000000000000000005fffc129fea821928a029793fd8b14075bcd8fadc9b37 1.78 MB 302 10
666,536 666,536 00000000000000000005be4586238acdfd0770fb408162ff744b84c3da95daa5 1.83 MB 663 21
666,535 666,535 0000000000000000000ac0f53d8115b9b4fad17ccd049c2004c96fc3c9be9ada 1.39 MB 976 6
666,534 666,534 00000000000000000004bd68ef13a71ec3c16d6922eb278e45a5fd348de7c9fc 1.50 MB 1,214 19
666,533 666,533 000000000000000000021823ddb35739b7ca2ecf5b8010631ab9ac590d9faf23 1.45 MB 1,947 29
666,532 666,532 0000000000000000000692627481947d772888b8f2f3a27482cf099b9c3a909d 1.40 MB 1,928 12
666,531 666,531 0000000000000000000284ea2cb0fa3b7841704a7692e54b7a0e251a4f016f55 1.59 MB 1,801 35
666,530 666,530 0000000000000000000b36994681c0ee79d17f99ee40e241fd71d01600521190 1.31 MB 2,829 93
666,529 666,529 0000000000000000000478e3322975c8e732ebbbf09e9c1f3a2e6754d73be67f 1.35 MB 1,348 16
666,528 666,528 0000000000000000000beaed49a97e4f64eea366d94085dabbee17ac2f1bc11e 1.35 MB 1,669 48
666,527 666,527 000000000000000000065192e115f231a937c4f526b8573c1c6cb6ae503cb643 1.43 MB 1,604 26
666,526 666,526 0000000000000000000ceea46d737eab5c28b7245079384811baf2de3a41444f 1.52 MB 2,145 39
666,525 666,525 000000000000000000049041f202381842bae70581e99398b74c4248c2a76629 1.27 MB 1,853 12
666,524 666,524 0000000000000000000918bc5e976fb2d795c45badedb27e1e6cca0586eea53b 1.42 MB 2,427 48
666,523 666,523 0000000000000000000c3b3e5fcc2443337163898dc12e795da3c70b02697ce0 1.35 MB 1,347 23
666,522 666,522 00000000000000000009b64006c09ae8221acff9d02900fd73c5b997711f3907 1.28 MB 2,526 45
666,521 666,521 00000000000000000005e4c2d5aed910b697b413dc1259adeed0fd086bbb29bc 1.58 MB 1,295 11
666,520 666,520 0000000000000000000bd9cb75b5adb856f4e72f0966598f1ee4009c998b3fbc 1.36 MB 2,871 48
666,519 666,519 0000000000000000000b93c414b6104e19513509aa00ae98d85a4412d31084ed 1.51 MB 2,038 35
666,518 666,518 00000000000000000008da4c2c85ffe0dff1c8675fbd9400b60322324fbc8a79 1.26 MB 1,688 19
Previous 10 blocks ↓
Total Size: 660.39 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 87 incoming
  • Data Transfer: 315.11 GB sent, 1.28 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.