Memory Pool Memory Pool Refreshing

3,347 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,779 (613,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,459 294,459 00000000000000000ec923dca8025bf26caca43a44d40aa5eb4dc479d91bce27 0.20 MB 224 25
294,458 294,458 0000000000000000167720845d6c3d416450010a3bcdc39a1f8129083154091a 0.02 MB 64 153
294,457 294,457 00000000000000000bd5943725d7f5fd61e8723fef76b684b59c1a08e406e602 0.59 MB 546 19
294,456 294,456 0000000000000000a91a303ba923a716b1988b696c312653230b2a8f068993a7 0.35 MB 554 31
294,455 294,455 00000000000000000d409151af335e4b08e62d033c6ad95f06ea95a63445f567 0.17 MB 512 71
294,454 294,454 000000000000000004890bcc0c8585ead212d87ecc346787d8f9ec89e006e452 0.09 MB 125 28
294,453 294,453 000000000000000096451e624a97188499ab3a5edcaeadb477dcdfba6b318a73 0.18 MB 251 25
294,452 294,452 00000000000000008dc706e4a987d418212cd4777361f2cc8bfcf897eead00dc 0.01 MB 19 42
294,451 294,451 00000000000000007d14d241b52c6bd12cdb30776b30d9ef98b37185b8a35c31 0.11 MB 211 26
294,450 294,450 000000000000000031573de35066859b97210c0513f3f56172b1bd95a9a49acf 0.03 MB 128 48
294,449 294,449 0000000000000000228d0f20f64c61880989c1f303e497263e81eba202d38a7f 0.12 MB 45 10
294,448 294,448 00000000000000006c229887d9c2ec450643049a56fc52faebd7e8bd3fb63955 0.23 MB 298 27
294,447 294,447 0000000000000000611a07bab4e9f5722b3e7818e936d9e4c364fbd4fe7c6c38 0.20 MB 47 11
294,446 294,446 000000000000000091d0acba0c16172ce5bdca9307d094da90409f2655c248fd 0.50 MB 394 19
294,445 294,445 000000000000000029f77b8270bb2985476278383c021f5ff21934aba6316afc 0.35 MB 704 30
294,444 294,444 000000000000000086d138e52264efa5d9c916f5c8f9ef85dee6992d71cd4198 0.19 MB 512 44
294,443 294,443 0000000000000000065bef4b09aa33bd7a844156da1af2ed6418e2140afefa0b 0.02 MB 19 8
294,442 294,442 00000000000000000bec32df5ac8cfe3e45f3d585570ff245028de772a3dc5c3 0.14 MB 285 32
294,441 294,441 000000000000000048d66e37ecedacb06291b0869862082ec3e35dcc849f31f8 0.01 MB 36 17
294,440 294,440 000000000000000028b355d0ce7370a57533ea5788dceb1f2d10ba0562967a86 0.11 MB 183 27
294,439 294,439 0000000000000000520784feda6588bcfd9b9cff30ff19d3a052caaaa073d9e8 0.29 MB 483 25
Previous 10 blocks ↓
Total Size: 769.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,630.64 GB sent, 93.52 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.