Memory Pool Memory Pool Refreshing

38,993 transactions
38.11 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,388 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,118 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,387 (411,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,585 430,585 00000000000000000253cf3ecbea560a20d0a559d1ee9d72b9c311471899db5b 1.00 MB 1,727 46
430,584 430,584 00000000000000000071484d5889870711542d8507b2f762303cb07d4de9e34d 1.00 MB 1,757 47
430,583 430,583 0000000000000000040b507214e0fdd7b5c9bce49771f71e80b5a95559df6c57 1.00 MB 816 12
430,582 430,582 0000000000000000026c9b69ecdba5ac3307f51bcab44c21651b1529ce95b484 1.00 MB 1,747 25
430,581 430,581 0000000000000000014b235e84371d484d690548eed923716ec5a6e8eec7da39 1.00 MB 2,654 65
430,580 430,580 0000000000000000023ce02c8f0e935185e2d343071e7b8baf8fcddcde6e540c 1.00 MB 1,327 28
430,579 430,579 00000000000000000088445cd0a9428b6f8e95ad3a809fb6e3cb41cd6205ba42 1.00 MB 1,913 54
430,578 430,578 000000000000000000dfa1a70c007a36540dab6f8088f549d48f184f688feaa0 1.00 MB 1,975 45
430,577 430,577 0000000000000000040e62b8396bc35be3fa8d1343fa7764c15c1a78bb48e805 1.00 MB 2,402 57
430,576 430,576 00000000000000000044ecdefd6e849c03f4e2386cb30aafb4fdb708f4031d0b 1.00 MB 2,664 75
430,575 430,575 000000000000000001cc3bde9d1e1015e6e14e4118bd19574d2401c9fadfa724 1.00 MB 2,032 60
430,574 430,574 0000000000000000009440c09c5eb77aa9c1c6e9bb7095898f8179b0ab8a557e 1.00 MB 2,460 59
430,573 430,573 0000000000000000040916be9df7cb0cad56d688b8c29fdc7d3d3e0a82fe94db 0.00 MB 1 0
430,572 430,572 000000000000000003619f9a02c14be916ea497841322e2aa0a1de4d169d9f55 1.00 MB 2,315 64
430,571 430,571 000000000000000003679cd5913c9acbb1c4bd833c496e80dbd772156f5dbcf8 1.00 MB 2,362 60
430,570 430,570 00000000000000000417507b21ffa17160d9b317e9ae3c3e68f8a990810263d1 1.00 MB 2,988 70
430,569 430,569 0000000000000000010d5789ef5b67fa7484fe9b87f610d1e738a62da0a2af75 1.00 MB 2,408 50
430,568 430,568 0000000000000000006d3db305a1983781d4f11ef710d1d92082739c238ed285 1.00 MB 1,864 68
430,567 430,567 0000000000000000002fa28cbd010dfeaff0158296a13a11e50601b63e54212d 1.00 MB 892 75
430,566 430,566 0000000000000000031c208609f8df7fed83bd7f51995df5c3eddeb715d11be7 1.00 MB 2,159 66
430,565 430,565 000000000000000000d4810ab2102bcdc9bfb86bf9ee0f04eece9244c7240b69 1.00 MB 2,973 69
Previous 10 blocks ↓
Total Size: 647.45 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,489.19 GB sent, 45.79 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.