Memory Pool Memory Pool Refreshing

66,559 transactions
41.89 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,084 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,368 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,083 (565,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
276,530 276,530 000000000000000242b23a7cbbf812e42f164d1fcee2e24686132257501f94c1 0.09 MB 179 35
276,529 276,529 0000000000000001baeb93b046f1bb97319a20cd5fc30a872361049f24115fcd 0.07 MB 163 44
276,528 276,528 0000000000000001aa6d4ed44160d044fee7d407f2e00aee711c5d4b2abeeda4 0.20 MB 429 45
276,527 276,527 0000000000000001b0ae9084fc8796c90498e477d6a6b71f32c0deef4c915186 0.01 MB 24 36
276,526 276,526 000000000000000016f19d4a04fc0fffd7f636de486de2ff55ef4c0f98353569 0.34 MB 700 37
276,525 276,525 00000000000000020b999d3f37394b86b55679af76adccce02d401ccf21270dd 0.23 MB 544 43
276,524 276,524 00000000000000029701a14046f686c5e8c393bbb9d0470dd631cc7d58f5fbc5 0.05 MB 126 35
276,523 276,523 0000000000000001a00eb8630b047c74da5cc35564975a2ea5c0ffc27ccdc325 0.00 MB 14 45
276,522 276,522 0000000000000003893d9901ad92bc340c77e21b04312cb3fcce879bd394313b 0.09 MB 200 39
276,521 276,521 00000000000000003e586cf8198ae464013f958ec6d255e253321bf8ceb8d1ad 0.18 MB 319 37
276,520 276,520 0000000000000001aa6f04c5a8b5ac65937fdf3b828fd0101803d42429a577df 0.09 MB 143 39
276,519 276,519 00000000000000007d3efae8fd27d1e305399c08534b3d34a3d0149344edf21a 0.09 MB 226 43
276,518 276,518 000000000000000209caeaa80f87ef36cfece4767c3a07a1038ff0b6868ff628 0.07 MB 132 30
276,517 276,517 00000000000000026bb69288c98287c5a38bdb72c32a4d0cde1850b760fa16b8 0.25 MB 638 59
276,516 276,516 0000000000000002826194c7404f6258eb9e649b085a6ea984e53d21842a2c8d 0.10 MB 240 24
276,515 276,515 00000000000000016f5f9a3d13a257a8f2578e4c2ef74dc946c1214089edb750 0.03 MB 68 73
276,514 276,514 000000000000000045eac5c7e12b7847e9849df268cf710f02af3cee87cc72d7 0.01 MB 14 12
276,513 276,513 0000000000000002f4f065da79ed8ee768bb0612aaefbf9a6d88ce70e119852b 0.25 MB 568 43
276,512 276,512 00000000000000021bf9dcc3ad0548714f757397cd304c850a1dcb0a241c18fd 0.03 MB 68 53
276,511 276,511 00000000000000015cc118aaa852a4051bc07f6a65ef91abab8b2eebecfdc29b 0.37 MB 536 24
276,510 276,510 00000000000000003bf85d464b6d5020c5d1da6b75025b047151d34fdc1f9944 0.25 MB 738 80
Previous 10 blocks ↓
Total Size: 646.91 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,434.56 GB sent, 41.35 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.