Memory Pool Memory Pool Refreshing

41,014 transactions
44.54 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,190 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,779 64
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,189 (410,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,424 430,424 000000000000000001677e7dbafdeba8b50223e7d989f138dac55b6aa9caf408 0.41 MB 677 52
430,423 430,423 000000000000000001e4b15726430c8f10e5108c0c11ee7fa5307069919490b3 0.20 MB 529 75
430,422 430,422 0000000000000000004ff65dfb740ae87840f5f822a1994f3b19362628137745 0.76 MB 1,535 54
430,421 430,421 0000000000000000011a47930a384702a5dff8c244a423e0248f1272010f6cf1 0.38 MB 805 52
430,420 430,420 00000000000000000295686f0dbb1222d0d4194cea7ca7acadf7c8fd9efc3cee 0.99 MB 2,255 55
430,419 430,419 000000000000000003218e20e89b5768d843072e61f7886c531f3ad6a85582dd 0.41 MB 1,073 64
430,418 430,418 0000000000000000028d36e8e357a5dff97e18f61ae28cb756c2876c4db2a745 0.39 MB 975 67
430,417 430,417 0000000000000000047a220c7b4241f2e67fc76b355affc816b7cf64b4efd6fa 0.55 MB 982 36
430,416 430,416 000000000000000004b5ae9a529b4c35d85b5b534c25401870ed089b297225ac 1.00 MB 2,920 72
430,415 430,415 000000000000000001086bcd307233eaf1a1bc88be47130343feba9676eb4ca4 0.99 MB 661 17
430,414 430,414 000000000000000001efe0f6a6b594f2af46f8e33ecd1cbab47fed88ea5be3fb 1.00 MB 580 18
430,413 430,413 000000000000000000c96c39e6ba505c957dae741f36626ce6a5058e867bfb0d 1.00 MB 1,611 36
430,412 430,412 000000000000000003a90a03fa1080c730cdc1080fa3885a259e70b332c236e3 0.52 MB 1,307 63
430,411 430,411 0000000000000000003ec512119d10f14e3360cc0acfaed21a19cb3298d9f6af 1.00 MB 1,740 42
430,410 430,410 00000000000000000297050fc7f4ea2b09dc0645e4f121b658fdf626b6f7b705 1.00 MB 2,649 64
430,409 430,409 00000000000000000155285cbcc37d5cbd90bcb04b52b0dea71f51e05ff3cb59 1.00 MB 2,150 65
430,408 430,408 00000000000000000044317b63037af48004824cb7597ecb645539186fc05fcb 1.00 MB 1,880 32
430,407 430,407 000000000000000001d6309bdbddb0b3fa1a118f0b03cd64fb9bc65e9c58bc1e 1.00 MB 2,459 73
430,406 430,406 000000000000000001b81e5de21586e85c7f701f9bc7c9c83e89c6d80e730a53 1.00 MB 2,699 72
430,405 430,405 000000000000000004b4ac9d4aad507512ad2595b18bfae441ac26bbd15b35a6 1.00 MB 1,361 32
430,404 430,404 000000000000000003c27d184dde8e0ad6071bb50f007f99451537f38b29528d 1.00 MB 2,627 63
Previous 10 blocks ↓
Total Size: 645.23 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,224.51 GB sent, 31.23 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.