Memory Pool Memory Pool Refreshing

30,005 transactions
44.13 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,786 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,515 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,785 (478,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
363,397 363,397 000000000000000000cd7f0ac2fc1e9fa1fa0bf5327366387e1ea5bab2772169 0.25 MB 411 23
363,396 363,396 0000000000000000141dccaf26a617ea0033d7dd21e7bd8a0bdea8a8d8b5ced5 0.57 MB 963 10
363,395 363,395 000000000000000001d4789168c8d5a0f0f754e66ddd0138ffcac79624b8494f 0.77 MB 1,443 29
363,394 363,394 000000000000000010ca5d88a28441b98a10a10817de0dc2b13cfe3bfe66159b 0.75 MB 674 11
363,393 363,393 00000000000000000fea7ab91f043bee793a7ca19e6e9546aeb5f3e1b3d0b1e4 0.93 MB 1,870 33
363,392 363,392 000000000000000015605fc3f54d01687fa10f9f02465500bc466ec393576e15 0.75 MB 695 14
363,391 363,391 0000000000000000054c918deb78456d4819b1d1e47e9727d0ee0b72e978c6ec 0.75 MB 2,089 55
363,390 363,390 00000000000000000b86bc379ef1856e0eb60702da815d49ba55083fe8870aa8 0.93 MB 840 7
363,389 363,389 00000000000000000117da58fcffb43799d621a8879c19e03d070ed4b1f7f4f3 0.93 MB 1,302 17
363,388 363,388 0000000000000000036afb7c8a0d1504dfaada6386a2ea883bdd624d676cf914 0.93 MB 2,526 45
363,387 363,387 00000000000000000ced962bcdcdab54e528086e2814996922ce85fb39f68028 0.75 MB 703 17
363,386 363,386 000000000000000013226696469a6092260b25984f86afa3b07a75010ec4d3ac 1.00 MB 1,913 29
363,385 363,385 000000000000000010b2d2d082a959446328d429a44f716519ab40a024d4ab0d 0.95 MB 3,044 55
363,384 363,384 000000000000000013a3f14ca570747e100885a7d72af29be8c62621cf648014 0.75 MB 1,618 34
363,383 363,383 0000000000000000039d4d07c110c1f1cd4ecd79ef325a800c4e92c128e2f57b 0.93 MB 1,616 26
363,382 363,382 00000000000000000bbd9c79c86bdeef77a35a97391c6ea6c10263467a94fdb3 0.02 MB 74 73
363,381 363,381 00000000000000000a87622aedff0e6fc4cb5164d1c0fa85036b2aba04a6b97f 0.75 MB 572 15
363,380 363,380 00000000000000000f6e36086a4b10c9453084b5c10be5f3d7a7ee67b22374d1 0.75 MB 1,805 36
363,379 363,379 0000000000000000119a70909f5fdc7d4efa057443b8dcf4a89836cf098f3e98 0.13 MB 499 66
363,378 363,378 0000000000000000128d7f6b3c578b907fe1151cdf978c258c907bc404b7f68b 0.75 MB 1,094 24
363,377 363,377 0000000000000000158fc9ef93b5f20e480bbcda97898428ec8148c676f87f80 0.75 MB 1,445 36
Previous 10 blocks ↓
Total Size: 646.36 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,342.48 GB sent, 37.26 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.