Memory Pool Memory Pool Refreshing

7,363 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,941 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (704,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,736 203,736 00000000000003f9fecf9e7d49fef389fde0b0b8d6bc44fed6ace23794ec1d08 0.09 MB 236 132
203,735 203,735 000000000000036593f7e71074f518fb0301be270e4c5e1e7180053cfde5dcaf 0.00 MB 8 162
203,734 203,734 0000000000000252e2feba0464255409a58f4c3b5de7d68521b40624bd70c018 0.15 MB 404 173
203,733 203,733 00000000000002e8f1a6a7b57613adbac315c46e9d854cacfdef156dde462f25 0.17 MB 356 88
203,732 203,732 0000000000000270529fa6354a489277040790e1b6063618773b200ee300e496 0.25 MB 693 192
203,731 203,731 000000000000051de30067b890920957bcee65a153dcd662cf6569e50c3040f6 0.14 MB 337 162
203,730 203,730 000000000000030d90964a3abfbaf70704af280336e7517444a7a7a6dcc3bcdf 0.03 MB 32 43
203,729 203,729 00000000000003038557346e607a3d1c83ad0683b67b5200d84271199da8cf1a 0.24 MB 532 218
203,728 203,728 000000000000022ea5f9c29209ed67e80cf5965079a5630774709691761977eb 0.02 MB 27 69
203,727 203,727 00000000000001298a67e77764c4bf4b54a8f07a343f519b698214dd99f090db 0.30 MB 601 102
203,726 203,726 00000000000002db7e165fad6f20869fbb7516cab873dd0b495ff617646c154d 0.04 MB 98 129
203,725 203,725 00000000000002c2e0009ec6e09d4e5117e1a586efe11a05937f149daf989903 0.36 MB 781 81
203,724 203,724 000000000000009e9c58bb32b463df07f579a88c3a482001e67f1acf8e9ddb06 0.00 MB 12 21
203,723 203,723 0000000000000035c0923cf470c42f89f2b2bb4feaca987f8c084be5ea1126fa 0.20 MB 466 170
203,722 203,722 000000000000051db5644dcaac3c2d2178241c259de891aeb577237b51854e64 0.25 MB 465 171
203,721 203,721 000000000000010594275bafc71756232028cef928d11718ae7eb534b5d42996 0.05 MB 130 114
203,720 203,720 00000000000004e97b532ffce4ea116ff9c173eab1b6f80eb5b6a53d249ab8be 0.00 MB 16 86
203,719 203,719 00000000000001e285be96136b5a5311f2066d63802f98a1bb7b388664dc6304 0.08 MB 215 208
203,718 203,718 00000000000000378af02134175d138d840f4e4a5c011d1414aa897c98f1bcb7 0.08 MB 197 145
203,717 203,717 0000000000000130ef0c012d5029f33bb04ad727ce48e686e8a556dafdf86f64 0.48 MB 740 66
203,716 203,716 00000000000005362b8604564bfe7e8d386c03e07882aea87cd1bf5018c30498 0.22 MB 566 247
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.