Memory Pool Memory Pool Refreshing

58,618 transactions
36.40 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
842,113 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,209 41
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,112 (586,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,024 256,024 00000000000000270e4253cf6982291a7cd173874d0990f59c19c6d18fbe6b0b 0.05 MB 109 116
256,023 256,023 000000000000001e02448e15a8ba0bf12911c2f90e8619b2838ecd3058e02658 0.05 MB 125 119
256,022 256,022 0000000000000012b9c6bba2d63734c8cedb8831696796b0e1d12780d1f5be15 0.08 MB 200 116
256,021 256,021 000000000000002448c5f0333f97de6e3d7769b8d24ba4d7f1742e33be385140 0.04 MB 64 88
256,020 256,020 000000000000000bc845eaf190fa51da35faa3058b7391444278382012b2b260 0.10 MB 213 102
256,019 256,019 000000000000001e03f3146b1d64fe3f2c222a5f1bea789fef276a183cb743d5 0.03 MB 53 73
256,018 256,018 000000000000003c338fbf387aed051e62e64ea795e07da8f2bbfa77431bf030 0.18 MB 408 115
256,017 256,017 0000000000000018781fd3f7cd533732f02a8d8b154b26d991c7cbea482871ab 0.08 MB 198 40
256,016 256,016 0000000000000012a84326cee56d1292f9d7e4244b5772012a84e9474e0a8ea8 0.23 MB 541 121
256,015 256,015 0000000000000003e29e496c3f007b9ec012abcab5a9935e6ee30e35ae6ce72a 0.09 MB 151 95
256,014 256,014 0000000000000032ea5b437def288f11c81b96b4875aed20ba91ae6c4694de4e 0.17 MB 359 96
256,013 256,013 0000000000000005cf178243a4672c9933d61ba128e236619e30560edf854a55 0.25 MB 546 108
256,012 256,012 000000000000001a42c048f902c3499deefa7118926870c25373e0663ef06ea6 0.08 MB 176 104
256,011 256,011 0000000000000005c3b721ea6bacb8a7011bc30cff27e7a895cc61f9cd421ba2 0.02 MB 53 76
256,010 256,010 000000000000000d3750eefed19958542ff05f82ee64d24b3acee7d596f275ae 0.07 MB 170 120
256,009 256,009 000000000000003239b333cd569b06160a062bd6927adbe272124be6aa01f0d5 0.11 MB 191 56
256,008 256,008 000000000000003ac4a26c2543039ce761af5ad8a4b22ca8340c1491312127b1 0.03 MB 81 128
256,007 256,007 0000000000000011e439b5320e60eed6851e9ed9107ba7b391a0b9ba848e3883 0.04 MB 80 95
256,006 256,006 00000000000000294d91da8b6fc81ccd5b70a9f169ced69c434428aa09aa3070 0.05 MB 120 94
256,005 256,005 0000000000000018f2896175a846544d8fa929ac833d0171aace17e1e3eaa2ab 0.09 MB 138 86
256,004 256,004 000000000000001c221162d00235f5f8ad39d5828600f169e005f40156c5d26c 0.00 MB 8 45
Previous 10 blocks ↓
Total Size: 646.96 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,439.69 GB sent, 41.84 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.