Memory Pool Memory Pool Refreshing

61,326 transactions
39.59 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,367 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,273 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,366 (562,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,557 281,557 00000000000000003dd9869cda6a76354afedc082db4a6435d7e4622d1d9fa30 0.18 MB 351 40
281,556 281,556 0000000000000000fdac4a161343c7669fdb364943f08577b59096889f98bbed 0.19 MB 263 26
281,555 281,555 0000000000000001d3c0f3c91976a3938d5396f828ce353d1c500ee2203c2e03 0.05 MB 155 115
281,554 281,554 00000000000000025bad677de633f9fe4a2714f35d38276b3fada480fdb4fad5 0.46 MB 525 26
281,553 281,553 0000000000000001adda8aeb8b419c3be850fda4787d6cfab8dc933b2c573740 0.25 MB 525 51
281,552 281,552 0000000000000000e0d25ec7c553fe459fe3cd8e4ecce360052309bfb7d2ebe5 0.07 MB 129 32
281,551 281,551 0000000000000000642abb0a0ae14fb3303727119acbe70b713ca3cd35f4d789 0.41 MB 816 51
281,550 281,550 00000000000000016827cf96552a6985d8d217f5f859000602d1a2987cc0881f 0.10 MB 177 41
281,549 281,549 0000000000000001397f9ce1b4877dc9202c272636dbd2e28e9de2ab61546baf 0.13 MB 275 50
281,548 281,548 0000000000000000fd942f3fb6fda46d35f2978207e5768bbc33f25ece8ae323 0.25 MB 501 38
281,547 281,547 0000000000000000da9273e6b2e872b9c666a6b7b0ea2099f27803fbd9e79912 0.04 MB 93 37
281,546 281,546 0000000000000000b9c75ce57a1ccdde35427fe2eb4085a5efb85388f2a44648 0.15 MB 360 61
281,545 281,545 000000000000000186a33784a8200711a1e6876216b28b00ba62e3b9cc874c87 0.43 MB 513 20
281,544 281,544 00000000000000024567358f27c47d59fbbce5853c35ee5fe3c41caaa6dd4831 0.25 MB 803 117
281,543 281,543 000000000000000086a82173a3114aabaccf7c6b6020e7eb1a92c52191acab44 0.00 MB 1 0
281,542 281,542 0000000000000001b2151382cb153dc3a6f0c9dcb2989cf91e18b076e6e11406 0.25 MB 596 45
281,541 281,541 00000000000000016ab4cf5055cb1852b25d3b1d9f6574c9669f6ce4ce21253f 0.25 MB 728 72
281,540 281,540 000000000000000218f31f3f45e866ac442fc46b1e8e3f34461413b43acd77e4 0.25 MB 573 51
281,539 281,539 00000000000000002298c84800822ac5076148e94f5ef4fe20af1c98855fee27 0.26 MB 401 34
281,538 281,538 000000000000000051dbddb9798a2aa5d63487e63a76b8e0de9ab81fb1fe4149 0.23 MB 388 34
281,537 281,537 00000000000000019ecc575de8757cd20e3c0e9cc48f862a0768836f4e1fb079 0.30 MB 652 39
Previous 10 blocks ↓
Total Size: 651.20 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: 9,107.19 GB sent, 67.22 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.