Memory Pool Memory Pool Refreshing

1,109 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,074 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (441,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,412 466,412 0000000000000000006c53b82d43757133a734662f5554798910ff4c7ea8deab 1.00 MB 2,805 228
466,411 466,411 000000000000000000a2c404e1d23b5870dfcfca62d8fde36c47196e795ccf62 1.00 MB 1,917 160
466,410 466,410 0000000000000000018d442f283d40c3a6e7915c3348cda690a7a61fd536c19b 1.00 MB 2,276 179
466,409 466,409 000000000000000001682dafa6a84fddb04c20030547bbd0f00adc87a0020b95 1.00 MB 2,291 158
466,408 466,408 000000000000000001b1adba948676767941f2005985fa7c73a6ead998482a3c 1.00 MB 2,893 196
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
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.