Memory Pool Memory Pool Refreshing

36,416 transactions
28.19 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,203 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,546 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,202 (407,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,754 434,754 00000000000000000040a55a547cbaafa74179119348b032cfc5c3e838081b4b 1.00 MB 2,867 74
434,753 434,753 000000000000000002702671f9bc294e2db24888e3d662dc7b00027cc1889286 0.99 MB 425 21
434,752 434,752 00000000000000000424757010ec8767854b855ffdbf6b54c10bd8ceadc44fd8 1.00 MB 2,137 43
434,751 434,751 000000000000000000a96e5dc1a43991df8bb5b818632336b76dbbc771d19758 1.00 MB 2,493 72
434,750 434,750 000000000000000000cee265762488102b0c3e1ef0a283eb3f303dc422af31e6 0.90 MB 1,575 50
434,749 434,749 000000000000000004112ed247dfa4a0eada82df8c2cfccedf349df3ab4bb78f 1.00 MB 2,686 68
434,748 434,748 000000000000000001e3e6225c3cd9aadcc196bd702cd15f6dd1913649506fde 1.00 MB 1,162 32
434,747 434,747 000000000000000003897bc6b55bd62cf3be909d31935a8ee7816e684d907dcf 1.00 MB 1,891 38
434,746 434,746 00000000000000000106762e160bcf235068568199cd78120f282a044d902eea 0.75 MB 1,697 45
434,745 434,745 000000000000000002d3bd46d8719a506c94ee0d5e2cfde975142de8742160d6 1.00 MB 1,851 63
434,744 434,744 0000000000000000030a109e5a7d2925202eddb5306171685a6a3dcf85c7ce82 1.00 MB 1,581 61
434,743 434,743 00000000000000000085bcde4cabe3cb3bf361567655985d862265ed090c02cc 1.00 MB 2,305 75
434,742 434,742 00000000000000000019953a6802508cd4c0270260c0384a988ba84cad1bfe68 1.00 MB 2,717 51
434,741 434,741 0000000000000000008fbee94e2894d676dcb47939d677a3d2b8ce7dabc7ae7f 1.00 MB 1,992 78
434,740 434,740 0000000000000000008c04ca84a11afc95d7449ab2bce91d11676857e3b7af0e 1.00 MB 2,537 60
434,739 434,739 000000000000000000051e2d2b0a8ef4f86dbc68734516241f7107076504b477 1.00 MB 2,516 64
434,738 434,738 00000000000000000205e9ce49de9b0eaf353765d1ffabcb74d2c6e9f416ddda 1.00 MB 2,366 76
434,737 434,737 00000000000000000409dc08dd2468082ba7582dc708e144be044bf4a889183f 1.00 MB 2,413 80
434,736 434,736 0000000000000000012cd6160186fc922bceaba0487fd7b392d20c8f6232d4e5 1.00 MB 1,960 116
434,735 434,735 00000000000000000265b63cc70e39ec3390f79230e47c9e11faacc4343b6aa3 0.99 MB 1,839 55
434,734 434,734 0000000000000000024fa8ab4a725beb9c638a2c3f7488b343251e0bad285efc 1.00 MB 2,611 68
Previous 10 blocks ↓
Total Size: 647.11 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,456.10 GB sent, 43.26 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.