Memory Pool Memory Pool Refreshing

9,939 transactions
4.57 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (755,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,190 152,190 0000000000000939306e16382091890cc0fefe74bec787b981ebacf984e31572 0.01 MB 46 338
152,189 152,189 0000000000000da54453f1431d732d7a9bdfe27ebcfc73d17131de62aa94b7b8 0.01 MB 14 111
152,188 152,188 00000000000004edca9aa857372d7efee4b0a612fe1cd064331f55a7bc0a1130 0.04 MB 110 90
152,187 152,187 00000000000002950221eef989d2e65a2cdc66282160abafc0faabebfd2a4ab0 0.02 MB 48 468
152,186 152,186 0000000000000b10a4c8899697ef17824c46a506cb5a93bd55e75b391eac74c8 0.04 MB 75 64
152,185 152,185 00000000000008cb3f2f0133c4c050def9412061307706015f663457ed60b4d1 0.01 MB 25 185
152,184 152,184 00000000000008bf8e43ab261b2d7f2a73671eb17395c27c935f8711e5d01f8b 0.00 MB 13 55
152,183 152,183 0000000000000869e8964ce1da9e4f1bb25ed23be2d17a180fca8bebc585f958 0.02 MB 48 27
152,182 152,182 0000000000000c1e6393d3950af510dd3939ac9f6ba04f5b75b72d8c16b01439 0.00 MB 1 0
152,181 152,181 0000000000000c742341ab00ff45d8494dbba5ac7a759f971b49cb5ca0d4384f 0.05 MB 31 102
152,180 152,180 0000000000000842b31d90d324f7939995157f89bf0a27eb94444207f78295d9 0.03 MB 101 0
152,179 152,179 00000000000009804bb42ee1019a90c6a137ead9394aac740ed4a2ce746fd5cd 0.01 MB 13 0
152,178 152,178 0000000000000de5ae188770c32dfb8fa9f1600acbdef295db9b5dba5ecbeabb 0.05 MB 107 125
152,177 152,177 0000000000000907fb592e90997678c9c7aa9b3944e14587ab30d4a2c18004d6 0.01 MB 16 57
152,176 152,176 00000000000005671f1f8af34ce295eb5aab61b32ceda51e644c8df0af9a3b43 0.04 MB 121 193
152,175 152,175 0000000000000b2f5da0c7cb9b650e8484f166549efef5a1af3c037fd9893864 0.03 MB 48 181
152,174 152,174 0000000000000c4137c217259d312696253529bbe7363d5fb170b88ca953f4d1 0.01 MB 6 1,330
152,173 152,173 0000000000000a90ddda96e31c4b8e87f0386aab3b865b4e21531d7d7e6dbd4b 0.00 MB 6 91
152,172 152,172 00000000000007d8c94f788222bfaa9f910047d65f2b787375caa9505fabd141 0.02 MB 33 131
152,171 152,171 00000000000004eb51f8908e460072429ff6a4ffb33455d8eefc29497e3989c8 0.02 MB 62 85
152,170 152,170 0000000000000a7fe25a1d4ad9f534c7fdc4c6b9d2ff68ef0231fd325c8be46e 0.02 MB 78 177
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.04 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.