Memory Pool Memory Pool Refreshing

73,063 transactions
32.26 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,603 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,277 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (226,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
623,526 623,526 00000000000000000013db2899bd6f63dd4c3a65ea09cd657e1255fad73f7f5a 0.22 MB 569 18
623,525 623,525 000000000000000000132c4c1785741bd076172aff2a0b78e0c2d6f26c3607b5 0.91 MB 2,039 18
623,524 623,524 000000000000000000025dadcdc3a6b734345db3d61a5fa552991d4dadcbecea 0.44 MB 776 15
623,523 623,523 0000000000000000000bd896b2d95a2fbd77fcb44204b7b5c68f09ec5acc910c 0.13 MB 286 30
623,522 623,522 00000000000000000009f504988de185e8822be283f01c207a84752d30a86006 0.67 MB 1,519 15
623,521 623,521 000000000000000000082e6ed9308cb01a9fd5db38855f11489d6230e3ba28e0 0.21 MB 548 18
623,520 623,520 0000000000000000000d2edfc45f650fe5382eac67e5a39f7dcae2f21ee147d9 1.12 MB 2,147 3
623,519 623,519 00000000000000000012b648c81a6b22af8aced43ffd64ab77f41cd3dbadb99b 1.39 MB 2,731 26
623,518 623,518 0000000000000000001197403dc0b1835e534202edb3a1e7515d27d1a0d19bcb 1.24 MB 3,001 14
623,517 623,517 0000000000000000000a24085ae2410cbec6e4bb54931bb4725e80c6e61e35c8 1.32 MB 2,093 26
623,516 623,516 00000000000000000007fdfc84cefbd54893cb8f25d1111705b916cd65eea124 1.32 MB 2,828 23
623,515 623,515 00000000000000000006b0fbf9f24cd4254c7498839d2e57678674dabe1d49b6 0.28 MB 700 14
623,514 623,514 00000000000000000005649b757e4b341055ca6b4419d330433e9856c13465db 0.08 MB 166 13
623,513 623,513 00000000000000000012dc3934b4229e21ea2a72353127808f1637a7656f79fd 1.05 MB 2,196 18
623,512 623,512 000000000000000000115167b95ab80077ec5a0ca9945725c732e7fec9c11456 0.41 MB 869 15
623,511 623,511 000000000000000000069bd7d9d13003b51c49e0c295f8ee1c7aa087919acc2e 1.12 MB 2,361 2
623,510 623,510 0000000000000000000cc25e0577e79a6a69ef27a0ca480b28fdfc0ae2464fcb 1.32 MB 2,746 23
623,509 623,509 0000000000000000000853c0049354dea7c5cfedfc36b08c2628b631be9bbfaa 1.25 MB 2,278 9
623,508 623,508 00000000000000000000f120c88178f825d7ae4625b1ac6b796e0607fe5c4ede 1.24 MB 2,575 8
623,507 623,507 00000000000000000007c42efee5ef6b05407ed736957c306010bfdb58d3d0f0 1.33 MB 2,524 13
623,506 623,506 0000000000000000000c926867171e4e8f309a5b40f05eae5232a964623b5488 1.29 MB 2,418 28
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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