Memory Pool Memory Pool Refreshing

4,328 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,447 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (441,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,407 466,407 000000000000000001d4a5b6d0619b5b96b34668cc789a0be2871530d4091c42 1.00 MB 2,359 253
466,406 466,406 00000000000000000088f18916bf33b512cbf101861f68921fa802085f0955b3 1.00 MB 2,555 147
466,405 466,405 00000000000000000090807b52ceb21fe9710f4084aef99b4d87d9ab8029f2be 1.00 MB 2,594 178
466,404 466,404 0000000000000000016042f0026cd9cc9372a45876b4a49ca73603fe7bc6d18b 1.00 MB 2,998 245
466,403 466,403 0000000000000000015c8acee827d415e94c127f54f6698adc90d3fed3832739 1.00 MB 1,887 139
466,402 466,402 00000000000000000071bbf309757c7f2c36ad1637aea4238c5e045189cc1118 1.00 MB 2,632 150
466,401 466,401 0000000000000000007d893d77e693207f3ebf9e22df408bc6fd7e109c974f3c 1.00 MB 2,731 275
466,400 466,400 0000000000000000011c72edb7b27a1979cd3f71853b9a93d30816a8b689dcd9 1.00 MB 2,389 180
466,399 466,399 0000000000000000008764b8e6790f0e46759d0b6a8f2d8634956ee85dfb169a 1.00 MB 2,680 176
466,398 466,398 000000000000000001e85a42b2d1880931cedca5f1956e4d0895ee6efbd71a44 1.00 MB 2,179 156
466,397 466,397 000000000000000000ddca8d940c28bbb44f48c96456bc96f8d2af92a59d47e0 1.00 MB 2,515 189
466,396 466,396 000000000000000000eed0f7b56d66ff17b0096bf5f6b4d39e80c97baecd75a3 1.00 MB 2,867 212
466,395 466,395 000000000000000001efa4f17b45457ef68c6ab85f4cfed5699210bf91ad2e80 0.00 MB 1 0
466,394 466,394 0000000000000000011c751f62c66978bc37945d9538a20685cf2dce067a7759 1.00 MB 1,354 306
466,393 466,393 000000000000000001b4c6858501ae9bb80a02905160e4eae4c861eaaedf53c1 1.00 MB 2,465 214
466,392 466,392 00000000000000000133d77fb8dbd1258e5ca839264d54d211b57a27639974af 1.00 MB 2,863 255
466,391 466,391 0000000000000000014294c27c6bfb25ec43b086cc3789dd296d70328b03e6ca 0.00 MB 1 0
466,390 466,390 000000000000000000f7a83b3c2b0ce8385cce4482b3eac0a3177895f24c6701 1.00 MB 732 182
466,389 466,389 000000000000000001661a212fbdcf8fb690bd332b1d9b7f24dbe86f59647b2a 1.00 MB 1,973 144
466,388 466,388 000000000000000000b84f2cac8d56c38349e5ce3c75ff270857bd5d7a1cd48a 1.00 MB 1,563 123
466,387 466,387 000000000000000000f7c3402695f432a69ea91dce6e7bebb50a03ef20eeebec 1.00 MB 2,281 134
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.