Memory Pool Memory Pool Refreshing

28,361 transactions
39.46 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,618 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,301 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,617 (295,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,279 547,279 0000000000000000001118efd28e5849afc433fa19e4896b479b999d58cda489 1.24 MB 2,514 13
547,278 547,278 0000000000000000001027874e47fde5669b3cd046c745cddbba66c844521d7f 1.24 MB 1,972 28
547,277 547,277 000000000000000000069f555cb56e101513a9795ef7590ce347c293153e894e 1.22 MB 2,001 12
547,276 547,276 00000000000000000015ba11754fcab98480ec2e174c60873b44788e6bb02fe3 1.28 MB 2,642 16
547,275 547,275 00000000000000000000ccfae402dc6f02a6bff75190c42e8d263d9c760c670d 1.23 MB 2,760 12
547,274 547,274 00000000000000000004bcaded49de1b197176af1fabd9c5b9f76dd7d1343917 1.16 MB 2,997 11
547,273 547,273 00000000000000000024f61f54c6066b2ad0edb938417298e5a39494dc7177a2 1.14 MB 2,272 14
547,272 547,272 00000000000000000014c2d08a5f1356a4e4f624cae063b9dbe668f618dc6117 1.13 MB 2,316 11
547,271 547,271 00000000000000000021df3bb8a0c99f3f6af9256e3e7a612f18066f7790f2b8 1.30 MB 2,456 14
547,270 547,270 00000000000000000006e7007407805af2bfb386439e570f5310bb97cdcf0352 1.28 MB 3,277 16
547,269 547,269 0000000000000000000d65a438ca03e313b420b5c4d769f47b66f0234502cc2e 1.15 MB 1,484 25
547,268 547,268 000000000000000000215704c57df18850169e91df70d0f65a058274a6fbb9b3 1.43 MB 3,058 26
547,267 547,267 00000000000000000020361c77dfddd618d30a61de587bb0c7243b24f00c0d88 1.00 MB 2,450 27
547,266 547,266 00000000000000000018e4ca7fa342e9a925deb92caa112feccce4cd9a0e0d0b 1.12 MB 1,718 11
547,265 547,265 00000000000000000001abaa56c1339b3a417c3f2161a6449d1c284e91068f87 1.29 MB 2,800 28
547,264 547,264 0000000000000000000535bc353137eb5c9ee96cef19380cacaf6d9b60728f1e 1.31 MB 2,549 18
547,263 547,263 0000000000000000001e9f0c3840447d35a85dae3fb17104e7eeb0b8f25161b2 1.41 MB 2,499 15
547,262 547,262 00000000000000000018c49fe8b04eb349d7432617bee83a8205a6849daa44ef 1.51 MB 2,567 14
547,261 547,261 000000000000000000039fc47bc410ab7b2e37f0ebbf5cce5584a753b4bffaaf 1.25 MB 2,724 16
547,260 547,260 00000000000000000014cc3dcd7c21ddf0959c69e46503e9efd00d24106fdc7f 1.26 MB 2,557 21
547,259 547,259 00000000000000000005453f84ea0aeb8ebba0aff127e8425ede4a2449c9e630 1.20 MB 2,244 32
Previous 10 blocks ↓
Total Size: 647.90 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,554.70 GB sent, 48.42 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.