Memory Pool Memory Pool Refreshing

67,770 transactions
30.64 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,958 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,567 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,957 (324,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,837 518,837 00000000000000000017529d3925f1c1f9e4ad22a944db824c3691787a701264 0.31 MB 517 59
518,836 518,836 0000000000000000001d8062eaadf974b1eb90521533bd6f2969a1b9963b4d73 0.85 MB 1,552 16
518,835 518,835 0000000000000000003105986a93ffe8703dcf0adcbc67564f1da4a441dd6571 0.17 MB 330 50
518,834 518,834 0000000000000000001ccc996ea8030a41c9efeea784626dd8846af5431db5ad 1.17 MB 2,856 20
518,833 518,833 0000000000000000002f861b5932f6d0e4ae9384555d57f578c0cd44b6dea6d7 1.11 MB 1,921 35
518,832 518,832 0000000000000000000456946ad9a50e82916910e250b68b38baaadb9d6f2a64 0.59 MB 1,225 28
518,831 518,831 0000000000000000003ae0b95492148e447fc2ae5b392797b39298796a473a08 0.05 MB 139 22
518,830 518,830 0000000000000000002b47e249dc23d3be6fc7a64ed7b24c97b86add6c15da67 0.24 MB 523 30
518,829 518,829 0000000000000000002de8b88ae4f370a86fa774151e313e1aa237d2f911d0a3 0.26 MB 565 29
518,828 518,828 0000000000000000002ea0ebbb40c1b30bd59245e902c40460f2c673883bebf5 1.02 MB 2,059 25
518,827 518,827 00000000000000000005bf1064304fd91376927d15c37a26e1882800ded4d2e8 0.39 MB 663 20
518,826 518,826 00000000000000000021646935fbb03b2f8605c8522c2a591a5e1919043ee905 1.00 MB 659 4
518,825 518,825 000000000000000000487e0dd3aabbf95b5ac017ca04dc7fe31e3d86d14d9346 1.13 MB 1,217 10
518,824 518,824 0000000000000000003790306d6a93dcac7ddaed8d6ddf6456eefffbc7f04c19 1.14 MB 2,429 18
518,823 518,823 0000000000000000003a337336617d48731ed74c9cbf3a88e7711ac46216fd90 1.17 MB 2,632 33
518,822 518,822 0000000000000000000274619085c6e9eeb3703c9cbea557d01d4f2f193e6cb2 1.11 MB 2,111 25
518,821 518,821 0000000000000000002e3210f19b486c61799f985e9b5d44378f94bcbf9a11bd 1.09 MB 1,884 26
518,820 518,820 0000000000000000000c967937ac0d15daf187adbf09e8d0537d07931d3be543 0.27 MB 366 2
518,819 518,819 0000000000000000004302295e864608d06b884b0bdbadaa317cc2d402af093e 1.16 MB 2,915 34
518,818 518,818 0000000000000000002023c36dd735211c5200b92e1070dea88c61f556ee404c 1.14 MB 2,772 27
518,817 518,817 00000000000000000044bbeb3e0d064ab9460bb4ec93222d3836a7d12092c177 0.87 MB 1,943 19
Previous 10 blocks ↓
Total Size: 648.55 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,674.25 GB sent, 53.09 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.