Memory Pool Memory Pool Refreshing

2,611 transactions (1.12 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (883,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,016 25,016 000000002377f3135e86b0874690357273c84c58ead039cd8c1c432d4d8c65c3 0.00 MB 1 0
25,015 25,015 0000000097bae7c6f3c41255247abccec7dc75f6d8751d8f96d58502764d73c2 0.00 MB 1 0
25,014 25,014 000000006c3167d918b833bd62aa28a94c372ff15f0dbcfd26a9c00bfbd26e8f 0.00 MB 1 0
25,013 25,013 000000009b6210e200908fb7a3fd4a87edb0f9b80e3431789219a4c3204baaea 0.00 MB 1 0
25,012 25,012 000000005ed0a1df46e8502280be3f1cc48f95432e4be8add83f317356f7b3f7 0.00 MB 1 0
25,011 25,011 00000000702350f0fabb5caae2278acd00b8ae1a56b9a27d2629ffae04b754ad 0.00 MB 1 0
25,010 25,010 00000000e28504910842890a4546958c7c8f51166282713df27b3d90f3518e4e 0.00 MB 1 0
25,009 25,009 000000004e0f8be21ced9dd5a0251e7b6015016ba17af901432689ed21340d20 0.00 MB 1 0
25,008 25,008 0000000060bf28680ad061292892cff6825c4c2bfad7074798a825ee5108341d 0.00 MB 1 0
25,007 25,007 0000000022b11c6b3df757256984648efb2b3da454023df6aee332255fcb3f38 0.00 MB 1 0
25,006 25,006 00000000072e86aae35ec3e09b0f04df523c4a7cd4e968c898911276ba6e86ae 0.00 MB 1 0
25,005 25,005 000000002f29904df16239fd833164fc6c9c2776c8f8df5201ba6bc24767b5b0 0.00 MB 1 0
25,004 25,004 0000000004a0739e699d6985a966ab1f5de61beaccba899d6e65ceb3abb65a03 0.00 MB 1 0
25,003 25,003 000000003374c245d8f9822c7a12056aa5fed1b17038cfc598b795dcc765a094 0.00 MB 1 0
25,002 25,002 000000005790431186d11b58e459a320d5363d409ad998a67f71d6d49abe18fc 0.00 MB 1 0
25,001 25,001 00000000a700c40776e53c325f32b4ff3590ebba2cc24ff50a5e3ea6f1b99ecc 0.00 MB 1 0
25,000 25,000 00000000ae4b125eb183e689b7231eafa8c992d5b8c952d9f3cd30a79a788ddf 0.00 MB 1 0
24,999 24,999 00000000a76bc8e64eaa38b946eb196dbfd2293412f042323d888aff8d7ca3d1 0.00 MB 1 0
24,998 24,998 0000000062cd68050fe3a502b4826179af8ac604ec0d0eabc34e36f4174dc64f 0.00 MB 1 0
24,997 24,997 0000000060c31bbbe083607489474b69e381aa1f9a15fd04788681fe28c48299 0.00 MB 1 0
24,996 24,996 000000003c46964d4d38aaa976ee339f21dbc4b92aa62cfc142eec87ae444253 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.53 GB sent, 102.63 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.