Memory Pool Memory Pool Refreshing

45,264 transactions
60.36 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,303 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,273 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,302 (559,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,623 283,623 00000000000000000b1cccd40582fda0e41a69238a8be56a0d604d669070f9fa 0.03 MB 54 31
283,622 283,622 0000000000000000edc054f336adbc168505f46e0bbd2c5ce760f8ef7cee1fb7 0.09 MB 145 14
283,621 283,621 00000000000000001aad2b2c17eaac08bcf1e639517ce0ff72c4c71cfacb40c8 0.18 MB 354 35
283,620 283,620 000000000000000030431543edd84c87e4ad03b9cec0bbfda73249f5563338f7 0.11 MB 152 30
283,619 283,619 00000000000000008185767f922fde3055787225f77a63355405b4c673f71809 0.11 MB 161 27
283,618 283,618 0000000000000000708cd46ad4e1debe60843a3bcb0c33e25bbce66ebbb8e616 0.18 MB 367 48
283,617 283,617 0000000000000001364faf54a486fa42533d0b98beaca5f36962baf005ec9419 0.10 MB 115 28
283,616 283,616 00000000000000006dbf7a42853ea55b8c5054893de8c150dbb176dc37f76ec6 0.03 MB 68 17
283,615 283,615 0000000000000000629baf5d737486e25d3d75cd0cf5d302837a2be183b98c02 0.20 MB 388 44
283,614 283,614 0000000000000000336e7a45c5dc078a7f99197bae284669f5fe0b58d47a1be8 0.50 MB 729 29
283,613 283,613 00000000000000006dfe44404056582e67a2a79f288a158f3d9ce9464567762e 0.25 MB 671 39
283,612 283,612 00000000000000018a49aa5e02d8e115bbb5aed236ce663103c71bf3ddb0bb41 0.05 MB 137 128
283,611 283,611 00000000000000003043e5b20253b1bf03900277093889fe3fb4158f049c8799 0.33 MB 701 44
283,610 283,610 0000000000000000edebe00108ff0c6ed66ba32a37293eef5cee9dbad743d754 0.03 MB 74 16
283,609 283,609 0000000000000000498fab2cba9cf6da2a5d6a10513050fc0a7e6b03664130e7 0.05 MB 144 56
283,608 283,608 0000000000000000aedbbbd3a00e693cc65580b3f812da637a1d08f279681258 0.19 MB 466 51
283,607 283,607 00000000000000002f0c464b0588ac78d6a9fd467b8a62cc769309868737676c 0.11 MB 166 26
283,606 283,606 0000000000000001d53d2e7d53337e001ed1345c7e74650b5fdd65dfa5a8d5a0 0.05 MB 160 75
283,605 283,605 0000000000000000bd44861f7c674caa39bc11b6c68ae94c0e7f45df043136b6 0.23 MB 480 43
283,604 283,604 000000000000000195090a7179eac234cf1f9f717d96b82e4f894033f1f4d047 0.29 MB 670 54
283,603 283,603 0000000000000001d2289389de40d40cd6081b6989de15f88eba7e81ac968bf8 0.02 MB 44 12
Previous 10 blocks ↓
Total Size: 649.22 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,758.42 GB sent, 56.90 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.