Memory Pool Memory Pool Refreshing

44,615 transactions
47.08 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,795 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,759 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,794 (411,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,490 430,490 000000000000000003c9c4fa0aa233c4434eff462aa4104982fb109a4e58bce0 1.00 MB 1,985 51
430,489 430,489 00000000000000000221cf003cce03aaf15b74df541a08bf956de959bab348e4 1.00 MB 2,593 74
430,488 430,488 00000000000000000245c5e9050e2c95ba16e80c91af01c333ff5bf4b75fe0a1 0.70 MB 1,498 60
430,487 430,487 0000000000000000032198a1af8a6061ecc97ff9a156a4fbcf2a0c5c15fa1579 1.00 MB 1,195 33
430,486 430,486 0000000000000000040ef1ab3b44e1d75ab333d1b79e2056df1a8709eeabfe40 1.00 MB 1,131 60
430,485 430,485 0000000000000000016dfcd1146adc4ff93ab3a2eef41128c6120e42bee4c46c 1.00 MB 940 70
430,484 430,484 00000000000000000338a68a2bf34460d527e037bc8d6842f3a7625d7ea818a8 0.99 MB 1,536 39
430,483 430,483 00000000000000000486c48013540c3870398981a321fe16863167f2e7e36fe6 1.00 MB 1,150 32
430,482 430,482 00000000000000000197a96417cd3c5891f84c9f04ea8c78912dc95f9c04601b 0.48 MB 756 28
430,481 430,481 0000000000000000026cb628d27890617f60cadc5fdd6e4e12bc990ec4b5ebc3 0.75 MB 994 47
430,480 430,480 0000000000000000011731c29c0db47b169b308773f3656f31479a975dbcca72 1.00 MB 1,955 54
430,479 430,479 00000000000000000190f49eb5679147db6df9e91d985799007ff59fab79fdfe 1.00 MB 1,758 64
430,478 430,478 0000000000000000006709d22213e25d8726d3cc2ef2d9ed30cbf2bdc7bb21af 1.00 MB 2,292 64
430,477 430,477 00000000000000000450935db4e4fae914a311cf1480bc8ec909e2959641e0f5 1.00 MB 2,511 99
430,476 430,476 000000000000000003dd67154e8ca5c624bae8207cff3677c2067d4b1ba87c68 1.00 MB 2,085 49
430,475 430,475 000000000000000002760cc4bf1646b77cfc9bb5fd9663ace352ab527de04fed 1.00 MB 1,981 61
430,474 430,474 000000000000000004109e7f3f47f602996e7b712e16daca3a5147f6751830aa 1.00 MB 2,596 80
430,473 430,473 000000000000000001506cfd425bb4261c455c3cee75c60e0d168d3b221bb4f8 1.00 MB 2,622 61
430,472 430,472 000000000000000002a2cc424bd04871638b6f4211ca0d6a2592c6d05b9792e1 1.00 MB 2,146 66
430,471 430,471 000000000000000002f50e7d14acb4aed481e660ccb1f47fd63d6fb4999c7508 1.00 MB 1,948 75
430,470 430,470 000000000000000002226033333c6f8fdd86a619a060795a2ba616d3788253bd 1.00 MB 2,116 94
Previous 10 blocks ↓
Total Size: 646.38 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,344.14 GB sent, 37.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.