Memory Pool Memory Pool Refreshing

39,574 transactions
43.78 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,214 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,496 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,213 (409,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,299 434,299 0000000000000000022c05f80e19aa6c9ad890ddbc826c23500bcef4fc93fc00 0.05 MB 84 36
434,298 434,298 0000000000000000040204684061994307587c0eb7acb0f07099d51b638bf972 0.82 MB 1,494 44
434,297 434,297 000000000000000001b95c698c684c42834d71476cd3cd2182c5ef3c743c2005 1.00 MB 2,717 67
434,296 434,296 0000000000000000028d127e2d6afb386fab87ce92df6a8da341683937919d5e 0.19 MB 410 53
434,295 434,295 00000000000000000159f55d58f8e4271a91f5f58d78040c2fe55c64e825c92e 0.70 MB 1,652 57
434,294 434,294 000000000000000001f57121fb2c691d702334e841178c28121f82c6ed8f39d1 0.36 MB 787 49
434,293 434,293 000000000000000004162deaf2f852bf0722fc10420cb54f007424e61b952108 0.63 MB 1,626 61
434,292 434,292 0000000000000000019fdd717fde991d66ffbae4a8d9023209aae490f0b42494 0.05 MB 115 53
434,291 434,291 000000000000000002ac159ed663a890ad5679ed874c9be393bd96a342294faf 0.89 MB 1,521 48
434,290 434,290 0000000000000000029677ea723dc152d01ce25f941f5f6a137a4ec253517654 1.00 MB 1,693 43
434,289 434,289 0000000000000000009a75b822e2fb759dfd460e4962c281cd5ebc20bc4dcd7b 1.00 MB 2,373 60
434,288 434,288 000000000000000000ac9d35df63a62fc6d2ff05d2299e90ee2847f55d5e903a 1.00 MB 1,764 49
434,287 434,287 00000000000000000423b278582659d2dc1d66b7186caa292f08748036ccdd9f 1.00 MB 816 21
434,286 434,286 000000000000000000b86bd850cb8ba6b3db4ff6d591da743292bb503d37a849 1.00 MB 1,811 46
434,285 434,285 00000000000000000426feb08955ae6daddb32f7f20b33ecb707bb2c8f4d492c 1.00 MB 1,952 53
434,284 434,284 000000000000000000b020b712de635076980a26a4d2e9212ccfc7dc03c186d4 1.00 MB 1,332 69
434,283 434,283 000000000000000001eae2383595d92657aadb0e72be302e7c3ec056762659d8 1.00 MB 2,720 60
434,282 434,282 00000000000000000103b117fe360a7c7f721920f1e70877501dd9ffab0df657 1.00 MB 2,657 77
434,281 434,281 000000000000000000280f036e72d91ad6ee50cde87c0232c86ccaaf982be232 1.00 MB 2,369 77
434,280 434,280 000000000000000000fd52ba3da48272943e0ddcbf9dd4ae706e7619d5c4f116 1.00 MB 2,757 78
434,279 434,279 0000000000000000012cbe842c04a600a97f4057c50864a4b706997b4c9f3753 0.36 MB 841 59
Previous 10 blocks ↓
Total Size: 650.89 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,030.87 GB sent, 65.54 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.