Memory Pool Memory Pool Refreshing

32,708 transactions
46.69 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,260 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 971 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,259 (410,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
430,771 430,771 000000000000000003427d6d3484789dfc97eca3b95dc91356c680dc0f9e8d81 1.00 MB 1,652 50
430,770 430,770 0000000000000000008ef06baf0d7bc44c31fdc9934b88ab1bd18d3eb886fd90 1.00 MB 1,819 50
430,769 430,769 0000000000000000011ce9d9f4682119e192a0cc1b276e2c1ea2524d7a6bbc18 1.00 MB 2,495 71
430,768 430,768 000000000000000002589867f882b3e93a68ac1e5d3da0857c4d409863ffebfb 1.00 MB 2,483 62
430,767 430,767 0000000000000000048044bd84be549245dc4eafc62b33e150b4535eed28f156 1.00 MB 2,770 85
430,766 430,766 00000000000000000477aa518539c93e46bfbad53fe30386e1c0740f0350edeb 1.00 MB 2,424 103
Previous 10 blocks ↓
Total Size: 645.36 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,233.99 GB sent, 31.97 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.