Memory Pool Memory Pool Refreshing

214 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 127 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (57,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,209 850,209 000000000000000000003738856bd62683823118c1485642c0f4df1b9f65e32b 1.61 MB 2,558 17
850,208 850,208 0000000000000000000204f3136c1ee9e00fae3383d173ad20165022097272c0 1.52 MB 3,396 27
850,207 850,207 0000000000000000000065124624383e48fd642ca45aaaa40cf1bf58918813b2 1.64 MB 3,963 15
850,206 850,206 000000000000000000025eb20e6ba05f8e2f321fdbc0611e495e2aeabb9e4067 1.58 MB 4,096 16
850,205 850,205 000000000000000000001f6025fb9aa763285dc98112023a2d3fe829d377258c 1.65 MB 5,173 9
850,204 850,204 00000000000000000000b55f2a2058a2db6106e1cd65b5ee9e59baeea552f8a9 1.64 MB 4,610 9
850,203 850,203 00000000000000000002c5f8919036250df8fd93787f243457398b11d23aaeaa 1.83 MB 4,543 10
850,202 850,202 0000000000000000000255de1f7ec4ffc7408cea1dae28a7e3f93695bd82be00 1.66 MB 4,462 12
850,201 850,201 0000000000000000000255b1b2968e8398ca74a23ddc198d492958f7ed8bd217 1.59 MB 3,995 12
850,200 850,200 00000000000000000002c714481d19a5c8ac3e13ad2fcbf8c7e317b3726b3dc1 1.64 MB 4,205 12
850,199 850,199 0000000000000000000121dbd19f6ee7a8824f482f5196a9125213c196cdc3b3 1.70 MB 4,361 12
850,198 850,198 00000000000000000000b38ddcaac656cc1fd9c13d6ad5537a5f8a515771c8e2 1.64 MB 3,347 16
850,197 850,197 00000000000000000003413b6520e727048a8c8d7e2cb5c0728be283e2c20c5d 1.56 MB 3,091 12
850,196 850,196 0000000000000000000074214ea1b6baea93edb40693fc8dd46cbe7eea576182 1.54 MB 6,892 7
850,195 850,195 0000000000000000000080d921c2a9d32f171ebe8a87b686c516bf5ad07e9665 1.51 MB 5,778 9
850,194 850,194 0000000000000000000239383668be43156d494d1a47e83649c8e1ae6710d2c5 1.58 MB 6,553 8
850,193 850,193 00000000000000000002f708b43f621955a9c54cb42a5c8debf71a1878e3e79e 1.70 MB 4,465 7
850,192 850,192 000000000000000000027b66a3044d551fe44851fe490c164f9b6fc654447a01 1.59 MB 6,205 7
850,191 850,191 0000000000000000000242cf00e41acdeaacc5a66d3129070fcf6fb66704bdb0 1.60 MB 4,631 11
850,190 850,190 000000000000000000023b678de547473d12c68221fd5366f885cd3d9c17ffe1 1.64 MB 4,746 7
850,189 850,189 0000000000000000000178c6f22300eca44dd32ab9b681d2d598d75d448b7a7e 1.55 MB 7,481 7
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.