Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (139,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
768,576 768,576 0000000000000000000358ecf95c237aad491cc81159b6277719dbf788cf246b 0.09 MB 229 16
768,575 768,575 00000000000000000003c3ccaf80c74c3f9548d2501c30883eaabb35f38d68e9 1.19 MB 2,217 13
768,574 768,574 000000000000000000058d6b592abbd3630f60617fe57bd6f5d3b30368ece85e 0.32 MB 717 15
768,573 768,573 00000000000000000003ad7ec08d2818b7194727e33532800955ce740b80e0c5 0.65 MB 1,154 13
768,572 768,572 000000000000000000047de392ba4bf4b168e216c13180b1f337e964616d5736 0.29 MB 557 14
768,571 768,571 000000000000000000004d22c45864dbc4d1da0cd9ff3c6fb2732d3cefbbcf79 0.02 MB 67 17
768,570 768,570 00000000000000000007817715b06aa99e0dff920b8c264d5a11250ea075685f 0.11 MB 247 14
768,569 768,569 0000000000000000000619b9698fc0d6975c86477a4777a410837fb068eb1cd3 0.18 MB 437 16
768,568 768,568 00000000000000000006999286fac680296b62f71dff37165ebe247c33aa6b21 0.82 MB 1,341 12
768,567 768,567 00000000000000000002d352aedd4bd8b1d908bcfbee83d8d272d0ae0c00d66b 0.64 MB 1,150 15
768,566 768,566 00000000000000000006ab718165405c63c49fb06667b006aaf4e4d1dfcfaf68 0.30 MB 428 11
768,565 768,565 00000000000000000006c7cd07ceeb659f01f4f189f12890f51062e95caa6ea6 0.76 MB 1,524 14
768,564 768,564 00000000000000000001bc01ddc6085a85e458a797302954176ff0c062b75224 0.34 MB 559 13
768,563 768,563 00000000000000000003e1531c14cc8b4da5b2c53f4ba0c82beb75760b1fe945 1.48 MB 2,103 11
768,562 768,562 000000000000000000035f2f2ef73dd0be4760cf66fb2f177a86a62803c7179c 1.80 MB 637 4
768,561 768,561 0000000000000000000762b59bae00af1449d1dedee12c4415ae329a60bb9158 1.64 MB 2,223 3
768,560 768,560 00000000000000000005e3a71b91c5e9f58f6e46206897b5c40d7f1167b52cd9 1.50 MB 3,147 21
768,559 768,559 0000000000000000000552078d36ea8316ceb1dac2e96ed2a479aa0f9b1fc396 1.48 MB 1,419 12
768,558 768,558 00000000000000000006894dea21778badd4c02ec396eaf32abd62807179f97a 1.48 MB 2,870 22
768,557 768,557 0000000000000000000247a918d4a9e0ec0aef7d3f25ecba3c99593351171351 1.49 MB 3,195 15
768,556 768,556 00000000000000000003dccad54eb54c1116aae3526432a6c3d12b44e6684482 0.73 MB 480 5
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.