Memory Pool Memory Pool Refreshing

14,788 transactions
5.53 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
906,278 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 4,914 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,277 (4,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,354 901,354 00000000000000000000caa36f306b38cb6b55dc0bd9b4a8a572029d164d0db7 0.36 MB 584 2
901,353 901,353 00000000000000000002183346878d06ff9ee80e01ef48abe620b4c322b5daa2 0.95 MB 1,932 2
901,352 901,352 00000000000000000001be76ed0c984b9fb1ecad2c3ddb471879be7cc3aea486 1.62 MB 3,293 3
901,351 901,351 00000000000000000001e35b49f6a503f30b1278a30aa2951c2d6bbf4d1a9ae4 1.63 MB 3,381 2
901,350 901,350 00000000000000000000a917b5a6d79ab0e02fddc7e2e3ac923421ed04f7c764 0.83 MB 1,929 2
901,349 901,349 0000000000000000000168c782e2ee290ad9864d4fca372770173e36d821c022 1.65 MB 3,380 3
901,348 901,348 00000000000000000000f423dd4e9f926d95f0a3c6dfd1d6a83fc2e239500460 0.70 MB 1,221 2
901,347 901,347 0000000000000000000034328d46963bc7988383076e373f69ab582ecdfd4e33 1.27 MB 2,307 2
901,346 901,346 0000000000000000000166b08399c64539833c5ec25ba63561d83bd97ce61226 0.31 MB 580 2
901,345 901,345 00000000000000000001371c9b1e23d7ee611e15f501cdb7f16305c43226a893 0.26 MB 563 3
901,344 901,344 0000000000000000000078c23960a4fc73e254c0daefaba2bd26a39ca6942f51 0.67 MB 1,554 2
901,343 901,343 000000000000000000002a829dc168f516f3562e87a06fc48d265b279e56468b 1.62 MB 2,883 3
901,342 901,342 00000000000000000000c9026900efa93f4e434011f8639fc792f2fb0e721d0c 0.05 MB 106 2
901,341 901,341 00000000000000000000ff5d9758e6c4ff28b6dbaccfd127afd9e27dd9b96798 0.17 MB 426 3
901,340 901,340 000000000000000000017a1c6521467d55ffdc82d65713a6423e405b86686324 0.68 MB 1,587 3
901,339 901,339 00000000000000000001c5bbece0597fb7e06e222426f3617978eba27043933b 1.39 MB 930 1
901,338 901,338 00000000000000000001708e817ed4606f182861d3dc9060056b52c0c847fc96 0.57 MB 267 1
901,337 901,337 0000000000000000000075a2f741a1f1cde7aeeac5d85b9a0b48b3432148300f 1.76 MB 1,175 1
901,336 901,336 0000000000000000000015e05b22b3f54fd610834ad7eef9c41206f99391c637 1.75 MB 1,957 2
901,335 901,335 0000000000000000000121356fc76862d737e8b18479860da2ca727a11703622 1.91 MB 1,147 1
901,334 901,334 00000000000000000001dac8346626f8601d128fd79c402322f491a80ef66744 0.84 MB 206 1
Previous 10 blocks ↓
Total Size: 766.41 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,446.82 GB sent, 79.50 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.