Memory Pool Memory Pool Refreshing

36,436 transactions
42.00 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,624 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,507 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,623 (488,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,168 353,168 000000000000000002bac2bd8e3ba7aab23b47f91d6e8c4fdeb5b3f91644e697 0.24 MB 386 20
353,167 353,167 0000000000000000116f314e2a16fdbaf4df438e8259aa697c5db1e22cf630d8 0.16 MB 246 26
353,166 353,166 0000000000000000008437f4261d0627321ed29affcde25e7de2a1ec8075cb01 0.23 MB 476 25
353,165 353,165 000000000000000007dda74223ffcd4cb0bc31e20891f5f4a28d6e9180da6ce1 0.25 MB 608 33
353,164 353,164 000000000000000007d6c47ff8e23e3dd09f2aa551ab6b04e2cc834908717aa0 0.67 MB 1,347 27
353,163 353,163 00000000000000000d610475f6849e982351852142808802dda0a6ddabf2ceef 0.06 MB 88 11
353,162 353,162 0000000000000000109cc7ae08c8842462ffa93787e4f4f4a39a9728a2309abc 0.11 MB 230 26
353,161 353,161 00000000000000000689c0f7189133ffb10d68652389a05b33cb9a9791f49825 0.26 MB 265 18
353,160 353,160 00000000000000000442b56e1e5e8500afd41f26ff67fb1b8b3a7d497948a07e 0.00 MB 1 0
353,159 353,159 00000000000000000a46933189f2d016f022d751dff76bb34bf1e6e401a613f2 0.75 MB 1,280 26
353,158 353,158 000000000000000009060a695fd08dec814366f55bf071a096a02017dbce5874 0.51 MB 953 25
353,157 353,157 000000000000000013d9e2c730508de08b725aa673b86d8936647cefb113084c 0.40 MB 966 29
353,156 353,156 0000000000000000063084a9f7e90af09c9ff8bf1f07bc5f956973ed9dd799cb 0.25 MB 514 25
353,155 353,155 00000000000000000c9c63714347e5aebe0818711bbf85b8653ab6327818fa4c 0.06 MB 128 38
353,154 353,154 00000000000000000e0414865d99b5400fe5b95b9b24285ff8c0d5b7051a002c 0.10 MB 224 25
353,153 353,153 000000000000000008943b47e4e834aa3cdb8ca197495c10ccb87a0c37c8f3d5 0.11 MB 271 22
353,152 353,152 00000000000000000054667aa1c34099d038972ff7c7724a394ba72333bc7064 0.65 MB 1,174 27
353,151 353,151 0000000000000000072690342bd5731e8c34d6848fe9b1c80b18f7ba693f4acb 0.28 MB 553 24
353,150 353,150 00000000000000000872451e17007db08c3ebbae2bb1d6cd6ec90b32b5d7e398 0.23 MB 423 23
353,149 353,149 000000000000000005286d844c14e69c529ab5c9343ffead2fd3cc7ef2938576 0.40 MB 816 25
353,148 353,148 000000000000000014daacddc0e85488ddf70c5fc152fc81508b2353837cd212 0.13 MB 279 26
Previous 10 blocks ↓
Total Size: 646.05 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,323.19 GB sent, 35.65 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.