Memory Pool Memory Pool Refreshing

9,688 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (441,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,640 466,640 0000000000000000011fb28c7c3098a386a49aaebb99f3d097aad26414c6813b 0.00 MB 1 0
466,639 466,639 0000000000000000010924a9fe7432f951f7e0523fe6885abbc5bf9e50edcd3c 1.00 MB 2,473 247
466,638 466,638 0000000000000000002e688a5a90f3e65b8ae3f45df4fa5d8ca12e36f2f6aa43 1.00 MB 2,032 168
466,637 466,637 0000000000000000011b1a55440e933d73f2e67570e0e870c22b4a7e2ac7babd 1.00 MB 1,469 144
466,636 466,636 000000000000000000ec470369ee8b15f03dd98d7adc971e57d7779e19c3a3fe 1.00 MB 2,238 215
466,635 466,635 0000000000000000003ec7652ebe6b07af0dcffb6673c1fd07bf11c86118f101 1.00 MB 1,095 161
466,634 466,634 0000000000000000008263dc87aa9c2b8f1dcce5eb934216358f57886a7ee26e 1.00 MB 2,660 180
466,633 466,633 000000000000000001e9bba3d2d61598cd16a8bb281a24192f1df42109b5c105 1.00 MB 2,453 210
466,632 466,632 00000000000000000028330a54b570b70c6b1716121353c83a1c73f7b5fe45ce 1.00 MB 2,210 243
466,631 466,631 000000000000000000232d56ea1392f21038c14f193b69b8c542f5656026fb4f 1.00 MB 2,384 189
466,630 466,630 0000000000000000003dbc7a9460e5c2bd209fc9d62c86b8c6ba1336b281179c 1.00 MB 2,592 253
466,629 466,629 000000000000000001c5bc633279f40aa2036f93bed59f01759f1da2363f817e 1.00 MB 2,725 190
466,628 466,628 000000000000000001c0c505556faaeb8a80144d2036591136508220916f2f6a 1.00 MB 2,299 215
466,627 466,627 00000000000000000006d1f41123acf6a8c71cbcc42c0c96299671d101d1ead1 1.00 MB 2,444 239
466,626 466,626 000000000000000001debb955e8b439a45c4c5b8d3936b5e500713294f579cb1 1.00 MB 1,577 281
466,625 466,625 0000000000000000004d9ba20fdc5bae40a3df00b902a934aa5601e4807897b6 1.00 MB 2,336 218
466,624 466,624 00000000000000000070da9ff85bfedb799865fe935458b9a9d888b0a2a4a1fb 1.00 MB 1,565 230
466,623 466,623 000000000000000000c7b5900e5f4119c3e2cc583588618d72379f2e0d1ca307 1.00 MB 2,625 242
466,622 466,622 00000000000000000129408707d5b06c4861943208fb3db866aa7a496dd1a364 1.00 MB 1,813 242
466,621 466,621 000000000000000001ef130f1537f32fd908ec9886792d3affa28631b4a74f64 1.00 MB 2,484 241
466,620 466,620 0000000000000000018c8eeb044f1eb2de33b74b2922b69d1496d22c6a1fedc0 1.00 MB 2,250 178
Previous 10 blocks ↓
Total Size: 769.03 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,625.28 GB sent, 93.03 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.