Memory Pool Memory Pool Refreshing

82,066 transactions
35.40 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,866 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,078 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,865 (564,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,567 283,567 00000000000000016249ca858b582b43e5ccd52b541232999c7b533f7dcbdeb7 0.03 MB 75 91
283,566 283,566 000000000000000134c7288e5a3f9071e5196a01c7e03d31be078fc74def1a6b 0.13 MB 240 38
283,565 283,565 0000000000000001e0e9916c5962dfe9122d424b2309c24a590a81219f2a0de3 0.03 MB 49 24
283,564 283,564 000000000000000025d3894d20489072bf149e0e5907d96f4fc330473453302b 0.14 MB 316 47
283,563 283,563 0000000000000001f0785d7073d8fbc297c19e5374649fe53f352469a40658ea 0.08 MB 172 54
283,562 283,562 0000000000000001ac730c457a9f4f20bb9bf9feffcb876ad4d6807944f189be 0.10 MB 221 55
283,561 283,561 0000000000000001103215013031f9689c5a377f4850b9f10b781607c9718041 0.05 MB 74 26
283,560 283,560 00000000000000016ee9d4c98983cf34f83daff20b5cb04f54a56ff9bb7d34d4 0.10 MB 209 37
283,559 283,559 000000000000000043cc46bab002b7c1b951b900749d505030e885af5d0e02b4 0.29 MB 554 45
283,558 283,558 00000000000000009d0b1cfa50f6cc472d9535299a8272ae2aecee0f4fd81498 0.02 MB 50 50
283,557 283,557 0000000000000001b8bfec84999c772a6a87fc88a157438a32f6bbb6d6dfbd1e 0.20 MB 439 48
283,556 283,556 0000000000000000c0147cf46fe46ffa7f89bc0d8421d1418780d40476de23c5 0.24 MB 481 42
283,555 283,555 0000000000000000714ed85aaee6d903466005d964dd91a00bf4eb1b00e28f38 0.09 MB 173 59
283,554 283,554 0000000000000000cf4806c33ecf9cf2681573b3a059076c26b9f2a8887b36a9 0.01 MB 22 32
283,553 283,553 0000000000000000cbe9fd9033665c85e6ee8ac0f64ac3b06b48cada8ccde964 0.06 MB 98 36
283,552 283,552 0000000000000000a64ce04bd77e95559ce1056e136ef7007bc04af7a8a07426 0.07 MB 117 29
283,551 283,551 00000000000000003d2a62e27ef45e8f09e3a2cc6bebe6ebe809fb0315d5efe0 0.11 MB 187 39
283,550 283,550 00000000000000007959e17f5dd371aae6dadc6ff8b74e8f63818e9198b3cba4 0.12 MB 184 29
283,549 283,549 000000000000000018f1f4deb2f3527cbdc7cf0c92972417e4acd0b4f7cbf959 0.14 MB 203 33
283,548 283,548 00000000000000008a84c39dc6d31fa09aac9e367435754afdade239c7e627b3 0.16 MB 214 31
283,547 283,547 00000000000000018992320531ba4c81fb6fff7ef98ff8db366bf49621b7e611 0.05 MB 91 40
Previous 10 blocks ↓
Total Size: 657.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 58 incoming
  • Data Transfer: 50.25 GB sent, 0.32 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.