Memory Pool Memory Pool Refreshing

1,429 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,422 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (719,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,158 188,158 000000000000032d6e8a0507df6d530791a5ab5ea338499c6d720d71960ef60a 0.08 MB 273 5
188,157 188,157 000000000000042bbf1c88aa26ee6f51ca74c51747d678793093375037e6d581 0.11 MB 127 113
188,156 188,156 000000000000049a1683770510746c233611c80317db7e3a9ab54a23968ca039 0.05 MB 104 89
188,155 188,155 00000000000008dee83d577c27bc3efcc5821c2da35af4f1f7c58b112df67a5c 0.02 MB 35 66
188,154 188,154 00000000000001272589171aa66254733283e1b01c5d7aa7f55c84266629a9f3 0.20 MB 374 96
188,153 188,153 0000000000000428673d744b96d089dc891e0e0431b66c242877658bc49cfefa 0.05 MB 125 59
188,152 188,152 000000000000082413ea7c2ab43512f31b026e85f42e9b94733211ee3c88ef9c 0.00 MB 5 0
188,151 188,151 00000000000000b60ace47f3576ad47c708d98e97b25a7f50125148262f0c9cb 0.35 MB 812 144
188,150 188,150 000000000000025cacfe2dff3c1e17eb4632d334d3635a414fe99443567934e0 0.13 MB 348 133
188,149 188,149 0000000000000331bb7b9680f71de6c51e824f555ca96f86f2796408a2abb683 0.00 MB 13 153
188,148 188,148 00000000000006ee7e6686a213ee930cd2ea6523f3bfca4eccf5de80ebd20416 0.03 MB 71 51
188,147 188,147 00000000000008c923ec3d439a562373dd8ae5c9d64b2886e38c940236fbaf53 0.00 MB 5 217
188,146 188,146 00000000000002588002fd4d3ebc183e0cdd6bbe392f762fcc8a803d8168e532 0.07 MB 146 108
188,145 188,145 00000000000002e0ed3428709dee58ad21300ea17e1702a0e9e336318f7178be 0.00 MB 13 34
188,144 188,144 00000000000003db7945f80b9856763f0b11c09a9f29ceae8d586c62b77e13fd 0.07 MB 163 156
188,143 188,143 00000000000003c26cc4953cae7d16e11d00fc7e9132532a0452b41133b36502 0.01 MB 35 106
188,142 188,142 000000000000087ca3bab40c374da42478cf6e973d5e1c05b2c23063b18e9ce1 0.14 MB 374 135
188,141 188,141 00000000000003f81e0613f8cd5790d331ef994284687547701e62dd470b8128 0.00 MB 10 29
188,140 188,140 000000000000021fdf78c9e0e7276ebd26b86d8de52d737a83b7816661b19d3b 0.06 MB 169 152
188,139 188,139 00000000000008f3cc11978ec14853b7a7fd16857af1da8b97875e3f04137328 0.05 MB 102 111
188,138 188,138 0000000000000447dc77d465eefc0f67e21c99e45d048af5a2b9d838d34af724 0.01 MB 18 32
Previous 10 blocks ↓
Total Size: 769.10 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.11 GB sent, 93.41 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.