Memory Pool Memory Pool Refreshing

1,272 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,272 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (48,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,318 859,318 00000000000000000002cefae7c6de6c2da0c30a51b17c35d251f5226aa31690 1.77 MB 3,527 5
859,317 859,317 00000000000000000000ae3908dd86488f47937e3480f3b2ab36c58ef87b6484 2.20 MB 2,824 3
859,316 859,316 000000000000000000028d8432cb072a1de8b03b5201e7f6caa349aa07126a49 1.55 MB 3,710 4
859,315 859,315 00000000000000000000271446779240a6e6fdcc0c6d1da394d178a3359c34bd 1.66 MB 6,558 3
859,314 859,314 00000000000000000000d180331f09214e8343719c7e5892140f44f82415d8f8 1.64 MB 5,906 2
859,313 859,313 00000000000000000000fed9b5b9139865c71ba556e5cebe8ba98b2c6d01aa96 1.70 MB 2,880 4
859,312 859,312 0000000000000000000193df2ea7089b615ea168f8276aa80001c1026a28d056 1.73 MB 3,110 5
859,311 859,311 0000000000000000000135b49f7129e563bc67d2b06790669369277d1319410d 1.59 MB 6,258 2
859,310 859,310 0000000000000000000128ac0915ee7e0f38f1a4f04b3b74a462fb6c950cc04f 1.87 MB 2,394 4
859,309 859,309 0000000000000000000312155c9ad33e4b6ba00cad96d29a5d657ad0191fc9ec 2.03 MB 2,510 5
859,308 859,308 00000000000000000001c13310dc8f70a0421893524742e6a21b7216def5b41b 1.72 MB 2,391 7
859,307 859,307 0000000000000000000255cef0ebc8c4b2c32eca6ea626fb8201e6010bbdbe3d 1.75 MB 5,970 3
859,306 859,306 000000000000000000026077c2741e0bba540307d3b7e188446a0e207ef209a8 1.57 MB 7,634 2
859,305 859,305 000000000000000000005205c32c464e5a89c84c8e5ef07cec7ef8d6105945ab 1.92 MB 1,749 2
859,304 859,304 00000000000000000001ee3cd091beb727229b6295366fccd5e013290b6b7085 2.24 MB 2,274 7
859,303 859,303 000000000000000000001d8132106b63876117569713ef4fe89d5a2f1173c66e 1.61 MB 3,019 10
859,302 859,302 000000000000000000015a697ce75cb1b54c64769bb5e0f65fed0b41d886a62e 1.61 MB 4,173 3
859,301 859,301 00000000000000000003179ef08d863f78401741568f61efb225d17d500e9863 1.60 MB 5,043 4
859,300 859,300 000000000000000000001500e2e920fe75844b033025640051c202521d6aa258 1.67 MB 6,592 3
859,299 859,299 00000000000000000000f7c0bab1f56591fb2a9d9c56b82b22bd7c41d96377b2 1.59 MB 5,507 3
859,298 859,298 00000000000000000001a35ed93f31b574989f68c8d8344f21fedf904079163a 1.58 MB 5,340 3
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, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.