Memory Pool Memory Pool Refreshing

52,142 transactions
34.34 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,113 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,774 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,112 (468,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,389 373,389 0000000000000000028d155d9beac29ddc39d10e4af368f0f32ef9afb1b76ef7 0.74 MB 1,056 23
373,388 373,388 000000000000000005727f2c07097d4ad077422388764aa7cd166bb6c0d3ab04 0.63 MB 1,234 42
373,387 373,387 000000000000000010198209b54a23d10ca71e5fe9d2a325cebc2d3f0658fe4a 0.37 MB 708 41
373,386 373,386 00000000000000000c5fa295a9bee48c0de4a0b7deb0bd07d8a032042dd11c47 0.87 MB 1,832 42
373,385 373,385 0000000000000000107d7f0209bd20ebefa4613f7147bfc7b5555a365feb3fee 0.55 MB 825 28
373,384 373,384 000000000000000010bba81d65bf18f9ab32b9f6f76970edf0cd99b7de40cf7c 0.51 MB 817 44
373,383 373,383 00000000000000000940794d2bc2bb653bd96330fb0da67739e7178b96f77e3d 0.48 MB 920 33
373,382 373,382 00000000000000000cc671b576438a454b1c233b40f8e6a6fdaa7a1986a59651 0.62 MB 955 49
373,381 373,381 000000000000000006ab081278de24a8051ee5b62d5cf70a27156f91a6c8bf12 0.54 MB 1,054 36
373,380 373,380 00000000000000000187f05cb8debe62127eabf5d079e05bde82742bd4b7a564 0.07 MB 96 16
373,379 373,379 0000000000000000071785186d8057235aa0545f2911792797431b3fb832fb7f 0.21 MB 303 25
373,378 373,378 000000000000000012bcd9f3122ea7f667a977fcda08ce4d19fa5bd901d12830 0.57 MB 930 34
373,377 373,377 000000000000000005226190f68ac18093b7bbdb7797bd2a38cd1c7be8e1bbba 0.26 MB 589 42
373,376 373,376 00000000000000000c23dbb892a9e9fd6f60516b8694cf1249f3cbf7bd7347f5 0.13 MB 217 27
373,375 373,375 00000000000000000ea85da08ed8f4f434b00950efd6e0ffdb1521d08eeb0152 0.66 MB 1,039 37
373,374 373,374 00000000000000000ac7ce084c8eddf80fa0aa786b54ea5a3889bb691609698a 0.89 MB 1,449 57
373,373 373,373 00000000000000000b6d994bd066054fa22c789dac783e48f4652d62f76795ab 0.17 MB 80 7
373,372 373,372 00000000000000000a1ec6e4f3ff311c05c6ce946b465b3fa7ce072bc5a35b87 0.19 MB 123 13
373,371 373,371 00000000000000000d6047ebdfa206a93b370b7ff7677a5f44bd21b5a55edfdc 0.32 MB 511 28
373,370 373,370 0000000000000000006f4c7c9f889138da1aab57e7034afcb2a764f60e8bc8ef 0.25 MB 255 21
373,369 373,369 00000000000000000f6b1de9f3b9d65a00a4d9f996ca9af0041d88ab9d2f8db9 0.77 MB 1,143 31
Previous 10 blocks ↓
Total Size: 646.96 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,439.38 GB sent, 41.82 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.