Memory Pool Memory Pool Refreshing

29,592 transactions
25.07 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,221 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,087 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,220 (657,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,229 184,229 0000000000000495e369962763b1b39419c2165b18787453bfef1d4a08f1fad0 0.10 MB 199 121
184,228 184,228 00000000000002338048ef6d2f2ad6c0871f8b9b5fe8becc201b7fe73c83430a 0.01 MB 19 30
184,227 184,227 00000000000002441b76b01bab5a1f1a840b6498498799a64454a4bc1ba5bb09 0.04 MB 118 81
184,226 184,226 00000000000003a2871f99a0e4f9fadfaf93e263f1306600494fbbd938af6e85 0.10 MB 252 138
184,225 184,225 000000000000009b23d9cb9288fc4a46e79357c682eb5c0e263ee5fb30ae6bd9 0.01 MB 19 2,198
184,224 184,224 0000000000000605cb708f70845493a9f86a98b1852839217f9e5cf8c0e7a962 0.09 MB 182 140
184,223 184,223 000000000000084810a1f293c4b93f023058f028902174008f1495fdad245496 0.10 MB 178 139
184,222 184,222 0000000000000a9381506cd2dbcb27d7327d071c74993c9441a2959b5515fb9e 0.05 MB 173 35
184,221 184,221 00000000000001862ebee5d5ba95ed28359bdc2101f13f18dc28d5ec6ea3aab0 0.05 MB 122 285
184,220 184,220 00000000000004086a5025a87ebcbbcf49ca60383da38dc6d2bbac96a1cdfb75 0.04 MB 64 55
184,219 184,219 00000000000007f82c54ef635144e43a6223dc491db0786c23c36c3c0e9d4889 0.05 MB 139 20
184,218 184,218 000000000000012767b68a8902af190080177a3203ff4f092c90b27603dc8b41 0.20 MB 272 115
184,217 184,217 00000000000003ab2ab85aaff7e20937f0eaaf9a158c756ffe093ce4300aa482 0.02 MB 42 93
184,216 184,216 00000000000002d5ddb917fd370351f661407c870abbcd8e4601499050390753 0.09 MB 128 57
184,215 184,215 0000000000000a25281d355aa45b5c22d269fdc0374c94ea1796c02f82bb72a3 0.05 MB 75 62
184,214 184,214 00000000000006e02e85eb8aa6aa74632a7fbdc4de5d8bcaaed9cc9e86282207 0.03 MB 76 437
184,213 184,213 00000000000004480810fd08f0c6687072592687be299cf46b92138492c11145 0.15 MB 248 122
184,212 184,212 00000000000002e4eb6382156552d7b3f3f43b895abe76af18ba8f430e30dc16 0.00 MB 7 15
184,211 184,211 00000000000003f27fcbd2490778ae99f4b41c256112127b2a9dc8ce0bc4c53b 0.00 MB 1 0
184,210 184,210 0000000000000679ba394e25ed1b11716151e01b7d0de14cf533b9d48e7030b2 0.00 MB 10 3,347
184,209 184,209 00000000000002ff7b1abe0a662ceb947e1a680cee35ab42a0fc1b50256f6208 0.21 MB 516 179
Previous 10 blocks ↓
Total Size: 647.14 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,458.49 GB sent, 43.41 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.