Memory Pool Memory Pool Refreshing

63,558 transactions
31.89 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,960 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,234 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,959 (553,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
296,381 296,381 00000000000000008f42cd1481ead67322a0c1c62c7a8bf3de005c09edb07d67 0.24 MB 152 16
296,380 296,380 0000000000000000243db8975ce86657e553988288f85def86f4b4a30c268b13 0.35 MB 650 45
296,379 296,379 00000000000000003d94b19510c872c4e968cdaa4e64bccd3808049757f039cd 0.42 MB 840 40
296,378 296,378 00000000000000008deeea170ec278355d08ccdbabc59fa5e7c7008c5589ef8d 0.25 MB 780 91
296,377 296,377 000000000000000085f30779f992ddfed1999c3a71915e113729ab90517f43fe 0.34 MB 619 54
296,376 296,376 000000000000000018093279fdd26db10085fba2243b0398863f2aa8204da8c6 0.08 MB 79 15
296,375 296,375 0000000000000000889fc05e98c3f95d34be19368d199fc9633ae73021e4ac14 0.25 MB 623 62
296,374 296,374 000000000000000092c2cf39797fba30f4471b767584ae0e5d746199c8bcc2a7 0.13 MB 305 49
296,373 296,373 00000000000000008248313ddbe3cc2afd649842847e83996e4b1e3b4c976107 0.08 MB 189 35
296,372 296,372 00000000000000004b0056976779aebcdd4382463ce128d3c7a8260389ae909f 0.32 MB 682 47
296,371 296,371 00000000000000003f4b256e2a5ff0677b605553cfbbb229340af9aaf824e950 0.05 MB 72 23
296,370 296,370 00000000000000001d5a7cdc20fa4874287eca3a26cdfedba88657870f2c6257 0.25 MB 510 39
296,369 296,369 000000000000000012d1f9948a95aeb863a762c57ec4f1ca7c1de6f938010f02 0.21 MB 492 36
296,368 296,368 000000000000000009a329414133a861fc694f7e5343796d6903225e9a81739f 0.09 MB 80 10
296,367 296,367 00000000000000009543b3f3f6f7e1eaf53976d4babd79410edbcffb145cf380 0.28 MB 503 39
296,366 296,366 000000000000000090c51725e9b6b146855d574e12d70cd7f686c05fbcd0cfea 0.30 MB 459 45
296,365 296,365 00000000000000007ffac66a99ee6f951d1ff14bf5eeab0ab3ab8d9c1dc8c101 0.27 MB 614 49
296,364 296,364 00000000000000006c3f5ca15b21e43e7328c6ea033a25671f08c396cfd027ca 0.17 MB 299 35
296,363 296,363 000000000000000059bf05213903d5fc6231fb5953f731f44f13890572d8422b 0.09 MB 209 42
296,362 296,362 00000000000000003bd740b5abf1ea79d7b9a5b5d32223251cd4e0ce4e5c25e8 0.02 MB 37 35
296,361 296,361 00000000000000004e70332c6ff948f940a38ed6573ca815130caa2ed39c62ff 0.13 MB 279 42
Previous 10 blocks ↓
Total Size: 661.43 GB

Node Information

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