Memory Pool Memory Pool Refreshing

23,306 transactions
38.08 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,289 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,296 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,288 (370,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,772 471,772 000000000000000000cd76e7ac74607563366a9169fe635e563450ac0cc686b4 0.75 MB 476 74
471,771 471,771 0000000000000000007549834ec3563782bd27010a4688ee7b8780fafb633219 1.00 MB 2,031 213
471,770 471,770 000000000000000000110ff5003497b2a2e9df5db753530706c96bbfed56083a 1.00 MB 2,425 175
471,769 471,769 000000000000000000b2bc5d9b4398bcb199826ee34280b8dda5967aa24ddbc1 0.99 MB 2,042 309
471,768 471,768 0000000000000000002beca428706563480f84bff07c2a103072f412e903f825 1.00 MB 2,129 367
471,767 471,767 00000000000000000166bdfefb7dfd43448fbb6bde5dd14a7064e9ad72b545a9 1.00 MB 2,345 260
471,766 471,766 000000000000000001453d6f3db9cd5c4f7e79b6aa4486932b543b2929adaa96 1.00 MB 996 114
471,765 471,765 000000000000000000a95c95eb1f1f985c1bf3a16d00ddf3e12b1dd9a4c38c36 1.00 MB 734 30
471,764 471,764 0000000000000000005b67ff1551b7017694cb4bada6738c94557f90bd81b89b 0.99 MB 2,032 245
471,763 471,763 0000000000000000006de7d505e60547b0d353594cbc704550eb5281c8732758 1.00 MB 1,756 155
471,762 471,762 00000000000000000057aff196e67f6e9b62c9650034ec316f51a3553adea53b 1.00 MB 2,417 286
471,761 471,761 00000000000000000089ef34599745e7160e9a5e1921550cf819a9b3d323e745 0.69 MB 1,623 263
471,760 471,760 00000000000000000131d734c9d36e4aaf03693b78c34138390588f05483745d 0.08 MB 207 326
471,759 471,759 0000000000000000006f16bcfae8ff3caa359a2c5f21d164f6b1c708ede8d101 1.00 MB 605 92
471,758 471,758 0000000000000000007801ee624544ea1de6b9e8ec78929a664092cf0d053668 0.21 MB 319 143
471,757 471,757 000000000000000000d6d63ffcc1e17c330c0a933047cfe5712a077fce87e90f 1.00 MB 307 34
471,756 471,756 00000000000000000060c8694848df4fa27be2fb6e374affb0a5d5898a7294c8 1.00 MB 1,004 141
471,755 471,755 00000000000000000070de5e1e3781d1833f9bbe292cdc32729482536087a6a4 0.99 MB 586 94
471,754 471,754 0000000000000000005d5149465739ce4d03377c8f9686cdafd32e15aa371cf1 1.00 MB 181 21
471,753 471,753 0000000000000000006e7b796638d4a4ac401205ca2ee1704717a06e26ace4ab 1.00 MB 782 90
471,752 471,752 0000000000000000016f7df36af30ccd76f10742b61a15ae917af26611cf0e70 1.00 MB 505 35
Previous 10 blocks ↓
Total Size: 647.26 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,469.62 GB sent, 44.30 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.