Memory Pool Memory Pool Refreshing

66,947 transactions
31.35 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,447 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,423 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,446 (347,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,205 502,205 00000000000000000018daaa7a827adc34a606379f336d5406a67c93a1443c43 1.07 MB 2,488 592
502,204 502,204 0000000000000000006c62a96fc712b7be7b95ad7a241d43dc5b619137d6615b 1.04 MB 1,440 358
502,203 502,203 0000000000000000001e79275d58fc626dd6ebd43e1a08d27e6359355d945da3 1.13 MB 1,334 233
502,202 502,202 000000000000000000886d7d25b454b377b5ab051db339af810a603365a30ecc 1.07 MB 2,347 467
502,201 502,201 00000000000000000082c6db2a3efa0e1c5e51f14204f4d5207ea0c47966e06a 1.07 MB 2,243 451
502,200 502,200 0000000000000000005d390d51a8cff6e04b7be6d0c3e235c1c4a941ac31aedb 1.06 MB 2,525 552
502,199 502,199 00000000000000000036c5f7ae6c61872a38245e81fd9f88ee732a63d79dce25 1.00 MB 1,798 387
502,198 502,198 00000000000000000019252ffe90d7570191f096d94312a168195683fccd6ab9 1.06 MB 2,450 548
502,197 502,197 0000000000000000008ced1f5cf4d9311409aa8f096a2a136c23e421e6402925 0.00 MB 1 0
502,196 502,196 0000000000000000000cee520512d2442742ab3d24c6fe9b44da0a71a86553f6 1.08 MB 1,705 320
502,195 502,195 000000000000000000876da362ee69673d4c83691fd099dc2618f82cc8879d6d 1.15 MB 2,258 376
502,194 502,194 0000000000000000004ab7cfe967ad496d80d3a852fb0a8044fb79f0069ca235 1.12 MB 1,928 415
502,193 502,193 0000000000000000005157d4d1023d8dc27a0d8b0308db7267e81c6c4d9f6044 1.09 MB 2,558 406
502,192 502,192 0000000000000000006012f04bc52d402352e700e8ac51b8397bf5635a893b19 1.05 MB 1,539 644
502,191 502,191 000000000000000000269892d5ca425e27eeb5aa744b277a2e4f60788d63f8c6 1.08 MB 2,204 516
502,190 502,190 000000000000000000363a8073d62527c62440b668259e9e837a460f719138d4 1.13 MB 2,266 342
502,189 502,189 000000000000000000647f82d14c9f8ad058bbaf24f8d720d56cc56432ea3862 1.08 MB 2,076 463
502,188 502,188 00000000000000000008eb30ca599ce5ad1520be049ac87add8998e0e14faba2 1.08 MB 2,313 543
502,187 502,187 0000000000000000006b2793ddb4e35e2c860ee9e8fadb0d7ac409b28e912ce2 1.04 MB 2,120 531
502,186 502,186 00000000000000000070b3323841589ed175dc0de390c89789c1bab1fa3ce0e3 1.17 MB 1,897 71
502,185 502,185 0000000000000000003c05062cb82afd13295885048ca50372c4869e5bbd9d52 1.07 MB 1,114 119
Previous 10 blocks ↓
Total Size: 660.46 GB

Node Information

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