Memory Pool Memory Pool Refreshing

77,300 transactions
30.18 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,017 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,374 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,016 (578,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,680 266,680 000000000000000296f551af606e46eb660478a9363b25b1d0f7b328706594f7 0.04 MB 117 102
266,679 266,679 00000000000000077169235eac3978d0ee8b20753009eb81733aeb999ecf80ab 0.04 MB 68 36
266,678 266,678 00000000000000042fbb03ca811222f2040b20505b0682a6f8ae9983e3897f19 0.17 MB 391 96
266,677 266,677 000000000000000285d2d0e18cac2be7033e8bae6e75ce90fa6440b05812a335 0.06 MB 87 43
266,676 266,676 00000000000000037841932cfbc4eec501522406c9fc7d366036591327aeccdb 0.02 MB 59 63
266,675 266,675 00000000000000079a4df39a1237823fafe24b8388fb68093bf907ad185922b5 0.02 MB 59 81
266,674 266,674 0000000000000000f3edb315a76efbc276af05520ab08779c3026c5eb75ac589 0.07 MB 208 79
266,673 266,673 00000000000000053fadbedb5f4931a6eb6047a7a571ac17610857596465a172 0.03 MB 73 64
266,672 266,672 00000000000000035b6383ff4f99da342549122112be020718be0b2c4568897e 0.15 MB 402 96
266,671 266,671 00000000000000052da8da9a4c73815c2fec52db7bd585a1e5400e13da8d2836 0.19 MB 185 73
266,670 266,670 000000000000000904d74d1a3792b13dbdda8cfbb237013d06f2e78e8b9a7f68 0.16 MB 262 75
266,669 266,669 0000000000000004c3920b1a225a8237035da11bc5a2373609c628f92e455484 0.17 MB 391 77
266,668 266,668 00000000000000066283fa21e3d99992e9a3eef59aa5f423928d44084719166b 0.15 MB 328 97
266,667 266,667 0000000000000001d8524835a26cef26c1803688ad3399f3979fdfd29a85def4 0.06 MB 153 64
266,666 266,666 00000000000000099549cb2aa1ef9442555133b4b3f25f48c0f7861befceb3c9 0.08 MB 171 54
266,665 266,665 0000000000000003aa1f1a4e30c48a616f57eb66a4cc8af38f35636118515677 0.13 MB 321 96
266,664 266,664 0000000000000006b6e5e4a1ed7100627cac1d495e132956455f0946fec7931e 0.03 MB 63 31
266,663 266,663 00000000000000085e73014851c0247e292cd7275f3e88bf33c7e8fcb830edb5 0.16 MB 224 21
266,662 266,662 00000000000000089ac4ea96b59eede52fe378db1707e8867ff33f0afed40f8f 0.25 MB 593 131
266,661 266,661 00000000000000058cb47a52ba9a3583cb78551048e0118493b8c0eb78f22249 0.12 MB 193 41
266,660 266,660 000000000000000010940c71b6cc8f73a55226aaa2bd81f8867fa101b50ce777 0.06 MB 138 90
Previous 10 blocks ↓
Total Size: 652.43 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: 9,260.30 GB sent, 74.60 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.