Memory Pool Memory Pool Refreshing

83,198 transactions
36.60 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,650 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,822 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,649 (270,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
579,363 579,363 00000000000000000003a3710a7b9c533576d9074ee127b9c7ac122f1482285a 1.54 MB 2,479 194
579,362 579,362 000000000000000000110244a2acb4b322ef62fa2981f5441dd5222ccc989f6e 1.43 MB 2,369 212
579,361 579,361 0000000000000000000f0917001a85637828438d292fe087d3021342572173a6 0.51 MB 1,424 11
579,360 579,360 00000000000000000016dcc10752fead8d6bf6ca17137ade88fa9c0558307e98 1.25 MB 2,068 134
579,359 579,359 0000000000000000001447707d4278cfec3ff5292db28df3ac250f83f90167f5 0.64 MB 1,631 86
579,358 579,358 0000000000000000001688d7d7639efbb85a4398d47f097f2c53b5175baf5861 1.15 MB 2,473 79
579,357 579,357 0000000000000000000adb7b1ffb66918607c10b44587941d3e443538b473cc9 1.24 MB 1,990 48
579,356 579,356 0000000000000000001fde3d29eef1703c2af5344077776e0445828abffcc891 1.19 MB 2,576 135
579,355 579,355 0000000000000000001645852c04214a77dc3119d76104c39d27bcace6774edd 1.55 MB 1,215 16
579,354 579,354 00000000000000000013534d11b0a0fcf6786bbad2d6b18022a48ea550a37f8e 1.35 MB 2,132 63
579,353 579,353 0000000000000000001e389e45dfb439b63d2cb6f527b438be8d1f090b32c1ee 1.14 MB 1,994 20
579,352 579,352 0000000000000000000d04e9ff7966907d9a6363f1e389ffc1dcb2fa6475ad02 1.27 MB 2,898 150
579,351 579,351 0000000000000000000fdc887269d2f2e23b7f6f411b11e9a4aafc5ca410913d 1.40 MB 2,865 69
579,350 579,350 000000000000000000047f570060f59932ad9c2b115e8408bb4fcf18bd6fcf24 1.15 MB 2,311 27
579,349 579,349 000000000000000000256cd7d60f577dfea57cdb01079eb7bc0fcac86725e99a 1.22 MB 2,804 69
579,348 579,348 00000000000000000024953622d16558a5284fa9056f2f096af34db383a53a14 1.24 MB 2,652 41
579,347 579,347 00000000000000000017119b620de468b5a26206d3d5d8013b985ad653beaf16 1.20 MB 3,416 100
579,346 579,346 0000000000000000001bcfc6cceea2c5614cc8bb4b73984df2708581e97ae671 1.17 MB 2,773 89
579,345 579,345 00000000000000000018ac2b4945eaf9572096d225bad33b141670430ee23b5b 1.51 MB 2,312 153
579,344 579,344 00000000000000000020e030343288c734cbe8b35e298373172461c7201591e5 2.09 MB 603 158
579,343 579,343 000000000000000000229d4950bbfbf59fb0f20c9e474e228cc039ad49ed36d8 1.82 MB 1,440 160
Previous 10 blocks ↓
Total Size: 660.84 GB

Node Information

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