Memory Pool Memory Pool Refreshing

45,141 transactions
32.82 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,801 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,387 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,800 (226,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,788 616,788 0000000000000000000636c58aaed03d14b983ffb9d59138263386a7990ec638 1.32 MB 2,594 18
616,787 616,787 0000000000000000000e27c12c72549079b9b8f57dc9ce3639b5c579630d1b39 1.18 MB 2,732 10
616,786 616,786 0000000000000000000eaa06d3b7583fe8eac32dd570900b78cd0a69459bede4 1.29 MB 2,628 15
616,785 616,785 00000000000000000007c7186fd29956197dc96222b8db62334d73054efc33fc 1.27 MB 2,741 32
616,784 616,784 00000000000000000002c20407ffc23557d4eb2c1790701fe1c516ff68e18686 0.70 MB 1,572 5
616,783 616,783 000000000000000000061f05cad5465170f4ba7e392adeee9e441977cddf7f3a 1.24 MB 2,354 6
616,782 616,782 0000000000000000000495deb5df2c4899d2515efc99339caa1d3f1917fb554b 1.36 MB 2,803 13
616,781 616,781 0000000000000000000bfbcf62540cc037f85d4f0249b44aa4c0383bd813ffee 1.25 MB 2,342 27
616,780 616,780 0000000000000000000e9127afed6295be4e09f562267257ad7cd139d5dd714d 1.19 MB 2,552 1
616,779 616,779 0000000000000000000824b07160408ad4f2c02a8d76974b8110925bba6454f0 1.25 MB 2,796 17
616,778 616,778 00000000000000000006ec134fc5e14d657ecfd75814ca2c06513df1854e805e 1.24 MB 2,442 10
616,777 616,777 0000000000000000000e2597a17df1bf105051df1914511c1fc1565a70fdd74c 1.24 MB 2,662 17
616,776 616,776 00000000000000000005e3b9f06fe01d4fa6b14fff5b1efd8b102688d558ecf4 1.25 MB 2,344 8
616,775 616,775 0000000000000000000e1c2cdfd3ef16674900f7f54bcb4ffa3af2be8ab0acb4 1.18 MB 2,229 7
616,774 616,774 0000000000000000000ac4ed6d6210fcd3b31efdd611be6a0dcb8d0362480ed1 1.35 MB 2,672 17
616,773 616,773 00000000000000000000654b767b35f564ce2894a337559d3d54e7e6d3c12363 1.31 MB 2,730 22
616,772 616,772 00000000000000000007e13c51cbb93c4f59e902db5c17f3dbfc33c01c01ed8b 1.28 MB 2,717 25
616,771 616,771 000000000000000000052e07702069479e565384f93c0772bf62463effb4aeda 0.40 MB 943 19
616,770 616,770 0000000000000000000dc149d950833a2b559fb97b482e617d85ebdcf927419a 1.16 MB 2,842 15
616,769 616,769 000000000000000000011aefaaeb02919d245b3a9f7688794d48f9ef324f6497 0.80 MB 800 9
616,768 616,768 0000000000000000001202cfd8c15eff11ae2f30e69aa35cdb547c6d9162c729 1.00 MB 116 1
Previous 10 blocks ↓
Total Size: 648.27 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,607.14 GB sent, 50.70 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.