Memory Pool Memory Pool Refreshing

39,947 transactions
47.58 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,754 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,043 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,753 (407,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,596 434,596 000000000000000004147dc18172ddde0a99696323239e644dffcfe27ecd42d9 0.99 MB 1,197 47
434,595 434,595 000000000000000001d82b81148ce677a582b0e78988a1c13b33b058c77f5f76 1.00 MB 2,258 61
434,594 434,594 000000000000000001312f3d94cd495768e16aa2ef5bfaf12bef3721ffb8e1fc 0.60 MB 1,457 63
434,593 434,593 000000000000000001bbe54e5758525270ea42d3ace2411193b313a582bc8083 0.14 MB 296 60
434,592 434,592 000000000000000001b9862c79716c2df1c1a2e949fab76c54a94be15bb61f4e 0.26 MB 586 60
434,591 434,591 00000000000000000337d25c8e883288289fc35b10db47d5bbcc0ef9f9dba06f 0.57 MB 882 43
434,590 434,590 000000000000000002a1f07c84496dd5791a94bf7449c85be11c4177f1ffc8b3 1.00 MB 2,270 67
434,589 434,589 0000000000000000025ebb177173caf77f7dca3a8e436397ed2554e32d031d12 0.23 MB 526 60
434,588 434,588 000000000000000001405f6cb11371d72bc73825edf0b3dd24752bcae7e76bd7 0.46 MB 1,160 68
434,587 434,587 0000000000000000016d949b0fe2c1d005b0510d7ce384a6c84d9acc58b167cb 0.79 MB 1,590 55
434,586 434,586 0000000000000000034b6d8996d44120b66c595923562db0441a6a6b2e2fc494 1.00 MB 1,082 19
434,585 434,585 000000000000000002361b0e6420b839922cfccefa04f6029654cadd30bdf240 0.83 MB 1,634 49
434,584 434,584 0000000000000000010e47e2f7b97fa8a80b0f4e9669d0317249542403d13874 1.00 MB 1,487 48
434,583 434,583 000000000000000003a5c65fcdd08bde1575fa506049cdd858b6080eda330dc6 1.00 MB 2,759 67
434,582 434,582 0000000000000000007def6052eb323c57608c12c4a38d367adf72ced1578ad9 1.00 MB 1,865 60
434,581 434,581 00000000000000000289bca76724552a3813fc9633564f5d78aa438ec1e9d986 1.00 MB 2,411 63
434,580 434,580 0000000000000000014b1b9e432283bdd545ddcb9dcf0a9d0ba14f5eef345d05 1.00 MB 2,461 75
434,579 434,579 0000000000000000025bb3629ce01e2ad4f2eb82dbcb16a079de59160baa694b 1.00 MB 2,839 82
434,578 434,578 000000000000000001f927d4b20314d8c4699339c897e8c34d8b5588e1b3b112 1.00 MB 2,285 73
434,577 434,577 000000000000000001341328d5bd0dcf79f910458c9a45363b4f01fc4731ef7b 0.98 MB 1,495 43
434,576 434,576 00000000000000000394f250688ebd11b5bc052b5ef8c6e29ed94a9e8029582b 1.00 MB 2,044 49
Previous 10 blocks ↓
Total Size: 646.30 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,339.44 GB sent, 36.94 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.