Memory Pool Memory Pool Refreshing

43,221 transactions
47.40 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,567 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,907 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,566 (674,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
168,204 168,204 0000000000000a5b457554a430d5198110c04894ad97e7fdae7a9c606302d464 0.02 MB 33 52
168,203 168,203 000000000000056c63c3b4e6a34c56858972e1a6703f32cf4a8b6cc9c729db5c 0.03 MB 70 193
168,202 168,202 0000000000000753cf137065949ef157d012a337db1d0ccc1f213acf9d4c886a 0.00 MB 9 604
168,201 168,201 00000000000005996241a8c6e3475a2a3adf68388000b4b0aebf8ddf15aabf2b 0.00 MB 14 303
168,200 168,200 00000000000002780f2f2d67789a7c5dda3709e867026eeee453572bd1424b68 0.01 MB 18 199
168,199 168,199 00000000000002a318b5e764bbcf3ada5dd86a35bbc37194279925dd7ade9c00 0.02 MB 49 83
168,198 168,198 0000000000000a0c7026ced7093681e912257ba9f40726bf53f224ef622ece5a 0.01 MB 26 16
168,197 168,197 000000000000093c03faa492f2783a96e1de989ebeee837e2e48d82f77ff361f 0.03 MB 24 51
168,196 168,196 0000000000000c13cf22716e0bc2bf3c4acbbbf091d8f1e23dc318e60e522194 0.01 MB 15 525
168,195 168,195 0000000000000044731c2790de2d3c22f61a8b89d4dfc000156ac28acfde6dca 0.04 MB 65 118
168,194 168,194 000000000000006b0592d5c67cf44e3b356cdc85f4c3cd4e5c940f16d3f74060 0.05 MB 145 10
168,193 168,193 0000000000000457a5428e810d1f8140f4e0ccf43d1842ac65dd8df3501e89f3 0.00 MB 10 547
168,192 168,192 00000000000003045b16d17d8bca6d26cfe7c7575ff1af19e9a8bc3c885ec40f 0.01 MB 23 82
168,191 168,191 000000000000079e37409ac08afad9b876f8e47493f1a0d5cf1c1e9a2ffdcba7 0.01 MB 31 0
168,190 168,190 0000000000000bf914111d196677a68ad33debe7a3e47808058cc4c99d1063e0 0.03 MB 59 32
168,189 168,189 000000000000026ee76e30811f162a49424f0c2d26a74d5bbd159ab6e83dcb91 0.03 MB 51 86
168,188 168,188 000000000000037c68f7c5034ec36419af33e275a19169d0124698ba99a4c5cd 0.07 MB 105 257
168,187 168,187 00000000000007974f7c5387537cbdbc732fbd13d71c5de77abc18372882362b 0.04 MB 68 72
168,186 168,186 0000000000000794b070a937f3d70dae5f201f5823f9819edf6fcc0613ca560f 0.00 MB 1 0
168,185 168,185 00000000000000c886666d243366d899b587b8434b0391513a9db6ce4561aad1 0.11 MB 179 84
168,184 168,184 00000000000006bc96c0e7d42e18c321c87d213b55cc7b5e7522468dc6b29fbf 0.05 MB 106 66
Previous 10 blocks ↓
Total Size: 647.81 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,549.34 GB sent, 47.86 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.