Memory Pool Memory Pool Refreshing

90,462 transactions
31.74 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,943 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 2,283 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,942 (588,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,640 256,640 0000000000000020d26b622daefe7c3d1232978f0d314b5967a16696ac1642d6 0.25 MB 570 151
256,639 256,639 000000000000000472cd11900d3c821cddff624fb31d853689794f1b91da020d 0.11 MB 271 102
256,638 256,638 0000000000000009a3fa8519e888d495fc56a6ca51f0839e2ffa9c411250b0fb 0.10 MB 228 114
256,637 256,637 000000000000000081bb2816615d37ae4ece1822a3dd7ec7bffd087fd60b8edc 0.31 MB 802 116
256,636 256,636 000000000000000d2a1e7e7c3c7b315cec18b222719d3daace835b3ea7ad2dea 0.01 MB 15 94
256,635 256,635 000000000000002ab7b0027acb8506cdf3933f0edf2eea82dd8e545cd5f9af2b 0.25 MB 613 109
256,634 256,634 000000000000000e9a146e8886cb1cdbef788baeddc6b3490612ed00db1f5454 0.03 MB 70 89
256,633 256,633 000000000000001921463243fed8914fd1158a60b523564a85d2bb89c8a3927a 0.06 MB 144 109
256,632 256,632 000000000000002e8d3968d2d7eb5a1cd509da4c013a85799d0dce05ae8b9611 0.05 MB 111 118
256,631 256,631 000000000000002763bfd37b7a86109535fcd94fb38db4ffbc8b52232f28a027 0.15 MB 352 108
256,630 256,630 00000000000000229adf81dda3d4a4fe3234acae013a46581dbafb4a47df04ce 0.17 MB 408 103
256,629 256,629 0000000000000015934f69d84f2f2c143d2655a8974a11df90634df3c552b7ef 0.12 MB 291 116
256,628 256,628 00000000000000113b90fde061764ccdf10d408ba616e1fdc6c437ef895d89fe 0.02 MB 41 65
256,627 256,627 000000000000002c8b3cb91886375b1806acef18e588e7f7697a0fc390d0f47f 0.00 MB 10 112
256,626 256,626 000000000000000fa3c1d863170dd44aff15e368b4094488680ee3deba196acd 0.23 MB 479 53
256,625 256,625 0000000000000002c465f9411c7a823f78ead02ec8cf67b72efc7b7af70b6de8 0.25 MB 772 178
256,624 256,624 00000000000000100aabeec3247be556d934a65dc8d41941872d55f0f7065d76 0.03 MB 64 97
256,623 256,623 000000000000000a2b1f518f62b4507cde4da050ac63580303860968e5691fb1 0.13 MB 246 46
256,622 256,622 0000000000000031529cdcb236ec845eff2da3f75c34b98fbd561edc010aeeb0 0.25 MB 597 139
256,621 256,621 0000000000000027a5bf3a55d1d4ab1026fbef2217e66ee7dc2316067ba3d3a0 0.24 MB 650 135
256,620 256,620 00000000000000079c46f316f10298cb4932a8558cc120de1ba1eba135616d41 0.18 MB 359 96
Previous 10 blocks ↓
Total Size: 652.29 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: 9,218.02 GB sent, 73.73 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.