Memory Pool Memory Pool Refreshing

62,100 transactions
32.20 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,176 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,630 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,175 (438,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,297 424,297 000000000000000001da44fb59d2a8daa6e942666cedade956072d2c09db28d7 0.01 MB 24 348
424,296 424,296 00000000000000000468da22d28172ec5e3d02753e7a2761d6b962f6791b2528 1.00 MB 1,388 48
424,295 424,295 000000000000000005707f87f76a902e5f3e456519c4ac0a4d42b8171a7468ba 0.31 MB 684 87
424,294 424,294 0000000000000000022c5f7b4482a1126f640f62b9296796b022f2ffedd1d354 1.00 MB 2,141 67
424,293 424,293 000000000000000000fd60cbff24f54bb00869721a6f37990edcd94a70e8d461 0.65 MB 1,193 64
424,292 424,292 00000000000000000306e72907cdf1d2576040cd0e7c5c1574be97a92288829c 0.00 MB 1 0
424,291 424,291 00000000000000000528cf70c2131fe7531146aca3670ec5f8b46532b6b62ac2 0.93 MB 2,156 76
424,290 424,290 00000000000000000431b5b988d6d0b569be59d72907a824c55101d346b8f392 1.00 MB 1,072 38
424,289 424,289 00000000000000000092f5f635104c6ec7859ea829222dde877d230cefecf334 0.01 MB 26 363
424,288 424,288 00000000000000000092a1a623214ef9e8c7f6a0e8bb1427476f9263631e1079 1.00 MB 1,666 47
424,287 424,287 000000000000000000f15a71dddb4b0c4ae8a5613ac0287f2d252155a51ddbfa 1.00 MB 2,477 72
424,286 424,286 0000000000000000048b6aaf1ebb6bee6899ba5bf4060d81919462bf68b8bc15 1.00 MB 2,868 142
424,285 424,285 00000000000000000443d185e8fc346b917bd77b205ee34745f162a717b32cfb 1.00 MB 815 32
424,284 424,284 00000000000000000379cd0f071b4ca78714fd111abe92dbfe9262c3e946bb56 0.99 MB 943 25
424,283 424,283 0000000000000000032a3f19a178d00fe04ac8ff559ecf642f5de96063243ad8 1.00 MB 1,841 61
424,282 424,282 000000000000000004a1b2d9df28eae87053917b9323866a942b14f2c3a4d494 1.00 MB 2,647 69
424,281 424,281 0000000000000000000bc26b365c58f75b08ae6512d8ccbdff8cb7da83330c61 1.00 MB 3,028 149
424,280 424,280 000000000000000003e535ff605536e7870d3ea3bbda9f9100d24ac332427d1f 1.00 MB 2,889 105
424,279 424,279 0000000000000000052fed43abba97fff407d30acd63edbda62f2ae89a9a862b 1.00 MB 1,710 52
424,278 424,278 0000000000000000047c4b40e171e7a5f8e227381073327241b65b28877eb2fe 1.00 MB 1,623 63
424,277 424,277 00000000000000000162da6d45e679726da977a87cfb3e719b51c70f079649af 1.00 MB 1,434 27
Previous 10 blocks ↓
Total Size: 686.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,459.29 GB sent, 114.81 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.