Memory Pool Memory Pool Refreshing

28,025 transactions
43.80 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
841,999 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,784 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,998 (411,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,792 430,792 0000000000000000009734461cccc16fd6d30ecb729250538a6c4e465be5d633 1.00 MB 2,104 44
430,791 430,791 0000000000000000040c621517c8706f7920400171d98dcfd7e7bd309b2090ef 1.00 MB 2,722 67
430,790 430,790 00000000000000000364747ae411efd424f2fe91b8ee823df196e97752f489d4 1.00 MB 2,630 78
430,789 430,789 00000000000000000127a5815047ce1b20bd895b702f6521093eb62f7f7aacf1 1.00 MB 2,632 82
430,788 430,788 000000000000000003dd15181d5d5db0267d2538d83dba8abc7768465b50bffc 0.12 MB 304 71
430,787 430,787 000000000000000001a52d2cc95bb1ee5a5462597ed41be5d15c1c9b6f3ea35a 0.51 MB 1,148 60
430,786 430,786 0000000000000000028da692f13ac8d3877c40b086ffc7ad0a1e3f773a15194b 0.05 MB 111 68
430,785 430,785 000000000000000000dfc4b35a516b853abfdd2889fd067ae86216e3d32f6524 0.32 MB 557 45
430,784 430,784 00000000000000000113b1313538219bd76180e7b154fcdc52dc96241021e607 0.40 MB 608 41
430,783 430,783 000000000000000002d6727e4d3cbaa60011882e2fde638c9381be722dc0b38a 1.00 MB 2,586 69
430,782 430,782 0000000000000000007444e624eb589208d39fe6c2eb552b1d3c3bbc4e38ebb5 0.03 MB 67 53
430,781 430,781 000000000000000004636b8b4713b3a8d9fae601a2b0dd496ab1e65b0fe4e6d2 0.41 MB 957 60
430,780 430,780 00000000000000000274e15eb6716d264e2248b4212da9399ae4ed1760e1e340 0.54 MB 994 45
430,779 430,779 0000000000000000039aa6a235db795ffa6509878839dbe182752fac8c1d9f94 0.75 MB 1,827 73
430,778 430,778 000000000000000002f73aef7e3d8e3d200f145ffdb8733446f84dfeea8fc1dd 0.28 MB 628 60
430,777 430,777 0000000000000000000bbde22bf52b19c7dfd4fefb83f0116051b77de130f6a4 0.22 MB 471 55
430,776 430,776 000000000000000004aaa1e75c53bef304c006dc830d9593e27784fa71d49706 0.99 MB 384 4
430,775 430,775 000000000000000000a2464b93cade968365889181b53813c2f745407d5c6919 1.00 MB 1,659 56
430,774 430,774 0000000000000000006289c7aa662a372744a7c4a607054f8acfb802caebd8cf 0.16 MB 355 66
430,773 430,773 000000000000000001f43566f6ed0b19cac7441478bcb6a028b482cdf43ae07f 1.00 MB 2,467 61
430,772 430,772 000000000000000001fe0fc9a2dd3062c39f3eed7925e65a3ab8d24be5fd1fe9 0.75 MB 1,375 45
Previous 10 blocks ↓
Total Size: 646.75 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,401.61 GB sent, 39.85 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.