Memory Pool Memory Pool Refreshing

50,899 transactions
36.58 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,132 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,454 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,131 (378,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
463,273 463,273 000000000000000000bbaf6c8a55e749e405615e7c284664f3d0b4fd104f0ed5 1.00 MB 2,533 136
463,272 463,272 00000000000000000006c4a4c3933a4c3c4bdaeac51d079e9bbdbd0a3ee176cb 1.00 MB 2,175 159
463,271 463,271 000000000000000001d5db2a47ce3a8faafc1610a2a833c04eb235e1741b0ca4 0.99 MB 2,155 152
463,270 463,270 0000000000000000008556c425df81e137877a869ce84e36e937f640882b00d3 1.00 MB 2,242 202
463,269 463,269 0000000000000000020ed82ebc8649463e7a41434a625cc5818adead81ce1a0c 1.00 MB 2,848 186
463,268 463,268 000000000000000000cd922666970a2ae801c8f0f0b9aef7281a6f3a8eb69c2e 1.00 MB 1,472 121
463,267 463,267 0000000000000000001b91fb945aa4e2f2b7ff4e09b167107eabd2a01cee408e 0.31 MB 590 121
463,266 463,266 000000000000000000fd259fbe483246e0d9ce5a765ad0631266e0f127bfdf8f 1.00 MB 789 52
463,265 463,265 0000000000000000012da5b8edfb41f0babe8eb55fb1b33a6747e3e55dbf9535 1.00 MB 1,465 114
463,264 463,264 000000000000000000c96bf0fed8c7ef9434090c2c03e4fb7b960d697e5de562 1.00 MB 2,039 124
463,263 463,263 0000000000000000015211aa6df1c83c1920ea199cb21da1c7bfff1d5efff84e 1.00 MB 1,710 129
463,262 463,262 0000000000000000016642f9393843b644e7a647c5c85a992246d862eed3d348 1.00 MB 2,927 182
463,261 463,261 0000000000000000008c555f5c4c42d6365a81aefc6b099d31311097cc32fdb2 1.00 MB 855 144
463,260 463,260 000000000000000000ab2a2f1f3f36afe3c254499b3a07a45788d6ab81c44b4d 1.00 MB 652 35
463,259 463,259 000000000000000001a38cba5938e3fd33289f98e3c6bc0061f8afa792c7ec53 1.00 MB 366 18
463,258 463,258 00000000000000000077111a734c205ee494fd8d6cfe6cfd2427081f20c19629 0.18 MB 349 145
463,257 463,257 0000000000000000013b751aabaf1a169482d1d1b9d54f173dfd205bbb239607 0.76 MB 889 103
463,256 463,256 000000000000000000c63749f79e71a26fee43d6c35f1ec82103646dafa96224 1.00 MB 1,240 65
463,255 463,255 0000000000000000005c689245458948ac6f065df547b15f08d2210da7f911f4 1.00 MB 575 34
463,254 463,254 000000000000000001439d609b2d32be1587bc6424c60fd006a10e39e0132db4 1.00 MB 609 59
463,253 463,253 000000000000000000c1f63836c944e017ce11f10fcbf43cc969dcac3878b45d 1.00 MB 1,575 109
Previous 10 blocks ↓
Total Size: 646.99 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 8,443.20 GB sent, 42.13 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.