Memory Pool Memory Pool Refreshing

22,744 transactions
28.75 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,864 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,563 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,863 (586,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,207 255,207 0000000000000022a71c0084f0653f67901cd2fb4dbd08b5cd86475998fa3a18 0.01 MB 11 76
255,206 255,206 00000000000000266877aa7927bac468b157027351cfa5705c189e339e821842 0.03 MB 85 114
255,205 255,205 000000000000001b903b2610063915324604b3bae8ecad65100cd3093bf9d938 0.10 MB 305 134
255,204 255,204 000000000000001e2929d1b36429120deb32713e8a033458b18a6f0404f88286 0.03 MB 90 115
255,203 255,203 000000000000001ae737f8ed6b9e5b111605aa01c49a83f9b257cf640ef6d773 0.09 MB 281 160
255,202 255,202 000000000000002c283bc773f0840fa5f92ebcd4c80b6af2634321d457446bb7 0.43 MB 1,097 136
255,201 255,201 00000000000000007c16ec68be74e6c108980de75b2bf1a581f2012e7bc0382a 0.02 MB 64 79
255,200 255,200 000000000000003fe0f9f8cc49a8c93b0fb17b4e052fa638b034a040c5f71235 0.33 MB 710 145
255,199 255,199 0000000000000029a114818d9b2ea34a7357e600c20df5b540cfa79f94fe5d5d 0.26 MB 126 96
255,198 255,198 0000000000000016090a45a28555c15cf8b7226d9f03b231b2d0ec1a583e8b3d 0.25 MB 91 54
255,197 255,197 0000000000000029ed2956c86e2c19e4183e2343100a7440da2cc63afd5d529e 0.14 MB 52 53
255,196 255,196 000000000000001dffff89753e3952d449beb102a4a3712c344a399a1c1ce26f 0.01 MB 17 104
255,195 255,195 0000000000000031efc78d020d6592ee211937321d52d1092a6c325c00ec8461 0.13 MB 342 98
255,194 255,194 000000000000002b39a7aa4c5e9f8a76dab8a8220c941aef73c6da789f27b06a 0.07 MB 174 118
255,193 255,193 00000000000000077b293d9526bcfd999eed2c6b834ccda09fd757a213e99fe5 0.05 MB 114 114
255,192 255,192 000000000000000a6f9e47bfd8fe13a9e73d764345128f33ac64f91ab12d93e1 0.07 MB 170 94
255,191 255,191 0000000000000009372fd10c2b2412c44379f07a0adab42f3a478136a4e540e1 0.17 MB 310 123
255,190 255,190 000000000000001c2fd764b0e4da289e4312410d798d71d1a9ae1297912bd85e 0.12 MB 242 153
255,189 255,189 000000000000003b42797c40037df8def1fce9f244cae02884973af1c71318d9 0.00 MB 1 0
255,188 255,188 00000000000000318895d79d596cf436604f170cfae0a091bfadcba4ae0f4f45 0.03 MB 41 42
255,187 255,187 0000000000000033002e0dfdf45aab012fd2df7c279f0d930d6f1c16d539a2c6 0.22 MB 562 117
Previous 10 blocks ↓
Total Size: 646.51 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,361.73 GB sent, 38.09 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.