Memory Pool Memory Pool Refreshing

81,441 transactions
34.89 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,628 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,094 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,627 (119,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
730,488 730,488 00000000000000000008904c9c3240485edeb9d909b9ac30a6aa2ab1448e531f 1.17 MB 797 5
730,487 730,487 000000000000000000081e3d4c3f0c23b9ff7fc8346ac00c13c530e9ed66853a 1.29 MB 1,815 7
730,486 730,486 00000000000000000006a857386ef80d39d55e5cd34b9d68d9dc5d5e6df97ca3 0.09 MB 223 10
730,485 730,485 00000000000000000004c32f77f5805930ce6aea52b789cf7833bbbf8e7ff51b 0.26 MB 316 6
730,484 730,484 00000000000000000008207b8fb408fc4babfab19d0d1693172acbead9902e05 0.88 MB 1,471 8
730,483 730,483 00000000000000000005f3ca5d1526d39c1679ca5ba31f657557268e2637d463 0.08 MB 125 8
730,482 730,482 00000000000000000004b479ae4294888b618a212e88c2da3fbbcf6220318b68 0.55 MB 723 7
730,481 730,481 0000000000000000000737e80afaac755c8ff85a8a54eec34f1f030ee10af323 0.30 MB 342 5
730,480 730,480 00000000000000000006442547737150638b1f718d4c8896a1decdd5af1fb0cf 1.57 MB 2,254 7
730,479 730,479 00000000000000000007a7c1c9d5b23756f072c867560550a0ab90b20e756957 1.51 MB 2,230 7
730,478 730,478 00000000000000000006ba6c81eff53698cc7d23590e375c1d40a4d68883050c 1.50 MB 2,884 11
730,477 730,477 000000000000000000046f5393736a4e50d6ba6748050c4e3f72c20280ff3aea 0.31 MB 536 7
730,476 730,476 0000000000000000000625f1a5abb2c768355e4e07e743f543649b3606235a0f 0.45 MB 807 11
730,475 730,475 000000000000000000046c8dfe7e2a762d32ec58b26775668c77f82c5e293434 0.19 MB 312 8
730,474 730,474 00000000000000000007fd647d7925163e746a7176ad1f480ba9a5fc8a843f13 1.01 MB 1,481 8
730,473 730,473 000000000000000000063757ad6aea7124ab2c47a06b4b7eb8080661dfb097c7 1.05 MB 788 6
730,472 730,472 00000000000000000004525dd866ec3f65436d78eebc6736bd5eccd489ee1956 1.52 MB 1,390 5
730,471 730,471 0000000000000000000241c788c3dedbeef6566a8e7278793313f3606ebb6516 1.39 MB 1,149 3
730,470 730,470 000000000000000000018af9f4375a4f47afe27abe3f2bf7ee1af51a321f5523 1.54 MB 2,315 11
730,469 730,469 00000000000000000000b2e02c9e087095e9329879fd90b2a6d0b3c8d3215f24 1.46 MB 3,056 10
730,468 730,468 00000000000000000007eee267d478e63fbe4375d174d42d082783a461f9372b 0.31 MB 438 8
Previous 10 blocks ↓
Total Size: 660.80 GB

Node Information

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