Memory Pool Memory Pool Refreshing

4,196 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (438,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
469,559 469,559 0000000000000000018e7e443e785fd24fa8ae02f32aa852c4d93008bf5960fc 1.00 MB 1,915 188
469,558 469,558 00000000000000000044a3b35a14a7e56676a988cfeb900c1f038e549a068fbb 1.00 MB 1,743 133
469,557 469,557 0000000000000000013da929670d6e1bd687c8ac195cd2196a6eaaf83e764148 1.00 MB 2,407 354
469,556 469,556 00000000000000000076cbde7612d6e1377cbb5cc7901267ea0bc998ac0b8741 1.00 MB 2,542 399
469,555 469,555 000000000000000001c68c8e824e539363b06007fc578f3f303fb43f847a74fa 1.00 MB 1,948 239
469,554 469,554 000000000000000000738fbdf023e5a40427d3ea2be73c7c56c8dbed85a31c90 1.00 MB 2,157 415
469,553 469,553 000000000000000001165544af1a4e52b894494fbd6b80c5cdb0e37496c34543 1.00 MB 2,250 155
469,552 469,552 000000000000000000eb18d1ed545601a867a8a7c752c31a40a35b2592e34fb1 1.00 MB 1,930 180
469,551 469,551 00000000000000000183d126be8b9bdf3bdd722a8e30101659cc0d6b253d6d6c 1.00 MB 1,901 126
469,550 469,550 000000000000000001b1d201b15679f6eb1a1a320efb4d326067f8f759ef1e6f 0.99 MB 1,009 159
469,549 469,549 000000000000000000a0ae6a08803156b492f7cc02faf6afa1bc24c0c517b9d3 1.00 MB 1,850 341
469,548 469,548 000000000000000000328437f1889c728117d1baac81035ddfac18d477abe34e 1.00 MB 1,870 379
469,547 469,547 000000000000000001aca6f290c5a0a753e8476c94b1905ed7f662c1f78b54cc 1.00 MB 2,187 338
469,546 469,546 0000000000000000018e6a21d5d88ed17bb6e0befe3c17f6dc8375984189fca3 1.00 MB 2,042 262
469,545 469,545 000000000000000000da31f273bb1973dfc8e9316946748a4e91116b79bbdaf3 1.00 MB 1,996 340
469,544 469,544 000000000000000000f377f665bfc2b5e7f79889f78710c956729c4c038a9a3c 1.00 MB 1,764 465
469,543 469,543 000000000000000000d4132c5c90c27ea3ae1200a71a2c0a4c2241a239a540a1 1.00 MB 2,330 326
469,542 469,542 000000000000000001adb97ed707c8c3524921b2f69ba2d45c505d552765ee95 1.00 MB 110 68
469,541 469,541 000000000000000000fef056ef57216ebd02e178feda94c25edf8594d0683206 1.00 MB 1,455 151
469,540 469,540 00000000000000000074ee0b831211d6f097b8f99f670ccca5cf70e7cc56584c 1.00 MB 1,823 337
469,539 469,539 000000000000000001230f9c7011eca0820790f583b6c30d75cc32b6056da4bf 0.78 MB 1,508 342
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.