Memory Pool Memory Pool Refreshing

3,378 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,374 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (759,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,684 148,684 00000000000002877fff37905c3f3e7e1b5eeb1d1a5640c6dec97851b25faf08 0.03 MB 132 1
148,683 148,683 00000000000007901a5f0bb63b10c267c61d94f339204d9d0d971674d7e2b221 0.01 MB 23 185
148,682 148,682 00000000000006fd2b78eeae6f7b7444be5e3bb87f300cfd88a565edb2aafe92 0.00 MB 5 14
148,681 148,681 0000000000000460df0d24dddcabf476374d08ab1c157c74cec4ef789da76cf6 0.01 MB 38 251
148,680 148,680 000000000000087af0bc12c227cb3e469f810f39a41aef75b648710d1b28da5b 0.02 MB 44 95
148,679 148,679 000000000000047b55cb38f91a60ed6938b61cbbd0dcbf43aa02cddd378a590a 0.04 MB 114 43
148,678 148,678 00000000000000cf06c940769ddfefb633fb93bbba04bbfde005c06fba1de635 0.00 MB 1 0
148,677 148,677 00000000000002f5298e6c999c8adc27055fce4d27cc0db8f1f0c6d568ebf1f3 0.01 MB 16 83
148,676 148,676 0000000000000438ca3df40a7d533dc4053b17ff7bcf5cfd56b11c1148c23978 0.01 MB 10 70
148,675 148,675 000000000000086b3f745d565558c952f0c1d9dddd65f4a85d057bb3510ecd0e 0.03 MB 58 211
148,674 148,674 000000000000073143bab45a423f699be51c89b5f130b7aacc872634c4211215 0.00 MB 12 81
148,673 148,673 0000000000000317df605603d04ac15715c286731959cdb682d07bc013a26ecb 0.00 MB 8 102
148,672 148,672 00000000000007d0c954547cc2f76475bd1e0196831e0686c53216c3403768fa 0.01 MB 17 468
148,671 148,671 00000000000006cd51081a6fdaf531cd08410d498d241d824b37df1d30bdbe5b 0.00 MB 16 94
148,670 148,670 00000000000004d4bb228629c13f1a29933318da1f3edcafbd6ea20602d2a270 0.01 MB 26 395
148,669 148,669 00000000000005a6d172e7c875122feb1c5cc95e6704844b9682e59500d9fea5 0.04 MB 142 33
148,668 148,668 0000000000000070f6324ff1741b20e41fd4be8b3e4c72809480b44cb5c68cdf 0.00 MB 12 0
148,667 148,667 000000000000055ce918bfbff3d73c5014079b7a7ae578f77b97b9b7a6931d0a 0.01 MB 20 93
148,666 148,666 0000000000000236a3bcc1957943579ec96755aba4552f4d5b5c4ef432f9b5ac 0.01 MB 3 0
148,665 148,665 000000000000046379a18624dc67172496bd86c66593fd87d32331b05bc3c1df 0.01 MB 28 54
148,664 148,664 000000000000094f6d653b13feb4a7b01f5015669ffc11c649edc103f019da4b 0.01 MB 32 37
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.