Memory Pool Memory Pool Refreshing

63,453 transactions
29.78 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,468 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,610 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,467 (85,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,835 758,835 00000000000000000007be786a2f586286d8be546f475e74151b833fdc46d787 0.92 MB 1,694 8
758,834 758,834 000000000000000000052c923c04c9856d2d4a50103aa1325800382fc4fef321 1.52 MB 2,612 7
758,833 758,833 00000000000000000006b8be2d843c6f5598fc5f20c835f78dbc807db8261e9e 0.04 MB 106 11
758,832 758,832 000000000000000000057084cace50b6fcff923c5065b9a21ef9392105872c6e 1.23 MB 2,174 8
758,831 758,831 00000000000000000005fcfb5cae82b12069968a91488a0b72859e5375ce3859 1.42 MB 2,277 4
758,830 758,830 00000000000000000004053abf3895f81b804ed9decf030e6c5e9063d18c81ad 1.50 MB 2,367 14
758,829 758,829 000000000000000000067f14ffaf520305f5fbc34a08807f95dd0712362717d3 1.17 MB 949 8
758,828 758,828 000000000000000000010908ce27fd555915338ebc5c5dbd5b2d0d689ae737b5 0.21 MB 440 7
758,827 758,827 0000000000000000000350c55118629bc90a68fbbc5811ac55be2976863ea081 0.25 MB 449 5
758,826 758,826 00000000000000000002fc13c9c575fd90e9f41adfcb889b7c5373acd59fd001 1.54 MB 3,087 9
758,825 758,825 000000000000000000059e3053c88d22134d64103add41df624b1c5eb69ac906 1.20 MB 2,260 7
758,824 758,824 00000000000000000003b9c9351cacd1d0a4fb213e707ac52e51afb56b1ff437 0.80 MB 1,796 8
758,823 758,823 000000000000000000010286512d1197065921f017577bb7efbf8dd4e0456bde 0.93 MB 1,695 7
758,822 758,822 00000000000000000003cfe835a7496557d084be0ff777c7d432d854e29b285f 0.27 MB 611 9
758,821 758,821 0000000000000000000469b7d25e885a292e71a4aece769ad8477d9b03deaa32 0.39 MB 850 8
758,820 758,820 00000000000000000002ac3973aca1252e0a7f2e527654c5868addd6fdf2131b 1.20 MB 1,605 6
758,819 758,819 000000000000000000043fae8d511e3f85aa7b90a48ce007aee93ad1579f6ee2 0.05 MB 114 12
758,818 758,818 00000000000000000001df1b71eb1eaf633fb71f123a1659e1ab970a3fca8827 0.06 MB 160 11
758,817 758,817 00000000000000000001dd79f4e0767b44154d0555eacf2b177382b92780e918 0.42 MB 611 7
758,816 758,816 0000000000000000000493eeb52ffa038e78ee6cc3094e757bdf76603f847aec 1.02 MB 660 2
758,815 758,815 0000000000000000000560370f1b3df0e3494a83537b29027cd494ec28d424d8 1.53 MB 2,498 4
Previous 10 blocks ↓
Total Size: 651.40 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,122.14 GB sent, 68.32 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.