Memory Pool Memory Pool Refreshing

53,343 transactions
37.98 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,161 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,197 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,160 (242,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
599,270 599,270 00000000000000000012038f87b9b00b2dd521d510356e070fa752affc816d63 1.25 MB 2,371 21
599,269 599,269 00000000000000000010526a0cde78889a3c6dd117b6f9aeacc41e4d8dcae97a 0.51 MB 1,322 16
599,268 599,268 000000000000000000124e8880831b686aa0b5cfc3acdbd50a2743d0b06fb08c 0.25 MB 631 12
599,267 599,267 0000000000000000000c0367461302a1de7357d8768cfecf3ef85dc33e422ddc 0.40 MB 1,066 18
599,266 599,266 0000000000000000001379ffee7377f5ae961b7e4cc3e8d303da653e140257e5 1.08 MB 2,867 16
599,265 599,265 0000000000000000001509f77ac40440ad332374406e44e3b2cd628bdcff3524 0.72 MB 933 8
599,264 599,264 0000000000000000001202072886847fbf888dd8f8289b40bd21ff8bae79458f 0.73 MB 905 1
599,263 599,263 0000000000000000000b8208f4cb85887bedcb30f3b9af313b9a5c921df0981e 1.26 MB 2,779 12
599,262 599,262 0000000000000000000e7669c8acd6490d2e302b5d0e88f0cc1d3691d8e485e4 1.06 MB 824 4
599,261 599,261 00000000000000000011cc322a59690bf31722cb5adb4a66dd8e0dd15f7cd6a2 1.19 MB 1,750 4
599,260 599,260 000000000000000000019c6ad22ffaca0e17e4b224ed8b62acb90e7ca0dc2212 1.37 MB 3,329 13
599,259 599,259 0000000000000000000c98495caf1ce1d193a2bca598ac734054bd7b528e1e90 1.35 MB 3,324 16
599,258 599,258 0000000000000000000836dde7cb5fe983f419590ed9d361f0675fae2f602cce 1.31 MB 3,421 11
599,257 599,257 0000000000000000001144af567b27bfecefe15a331df18ebec12528602b6597 1.36 MB 3,416 17
599,256 599,256 0000000000000000000d4c57c36d090ffe8bc7fbb27e12f99aa4fb9bbdc124a5 1.29 MB 3,499 6
599,255 599,255 0000000000000000000e07297997b7b53d889b2380ec0ad303a3316d6679100c 1.09 MB 3,303 4
599,254 599,254 0000000000000000001271a9f55d1df16684c73d1b34c5e7249f148831ad25fa 1.41 MB 2,424 8
599,253 599,253 00000000000000000010845a593e5c29d74109c1767c737889cc8700dcb367d1 1.35 MB 3,545 14
599,252 599,252 00000000000000000000b1936de77ce9ea2041f6243200afe02f4453808f21c8 1.28 MB 2,928 38
599,251 599,251 00000000000000000009bdf63314cd0c141df17f30ec20f11a2f0ee29b217247 1.23 MB 2,476 34
599,250 599,250 00000000000000000004ca8d78023a13c1713f06f1968c192b1aee557a925494 0.79 MB 1,801 5
Previous 10 blocks ↓
Total Size: 647.04 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,448.20 GB sent, 42.55 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.