Memory Pool Memory Pool Refreshing

1,568 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,006 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,564 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,005 (726,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,361 181,361 00000000000007cdfb240e7e0e883f60039b45eb81d44a7081e0a355a989ed7b 0.06 MB 152 99
181,360 181,360 000000000000093f8277cc942e42cfca8e93217cfc9f925cb0cf506c7261bd98 0.10 MB 248 111
181,359 181,359 0000000000000259fa1172db9b9c00bd047ba74e245350c2bbb57963899888c3 0.06 MB 89 72
181,358 181,358 00000000000004314b42fffeff66c2a154190a4404a2523b99778bb29f911198 0.23 MB 447 117
181,357 181,357 00000000000001d46e407c65dc11f3bab7ed9966f7fdfc37c3a90da61053de1d 0.05 MB 134 81
181,356 181,356 00000000000006c070ace895cdf60ed9aa76cd698090d864d55c82963dfbade6 0.24 MB 610 167
181,355 181,355 00000000000008ddf3cf279c4dc1577d8e27ba04de6b67a4ca10320bf595f830 0.00 MB 12 72
181,354 181,354 000000000000066807d37cf29497ae887183ee030464137d3fe54aa357af35b3 0.11 MB 177 81
181,353 181,353 0000000000000351d6c8e086c2764429c044a046d9f1d297f27fa5c57eb89414 0.05 MB 110 75
181,352 181,352 00000000000008c5b1cda0227988a122430d5d52eb6c58f66aff9c1a341be3e2 0.00 MB 13 3
181,351 181,351 00000000000004f13932f2481d123335954eaebcf5cb6223577de27aa2f90ec1 0.10 MB 231 114
181,350 181,350 0000000000000096fd11f38ccd0c3d35d76b25b113904fde7fce1dc00b9be7ed 0.23 MB 512 131
181,349 181,349 0000000000000450405de31dfaf3d5d797a5bffcf15f443911f6e2675f459f60 0.00 MB 12 0
181,348 181,348 0000000000000149438ccbe91cc849f84bbffeaaf144fe4ed14d45d76a860efc 0.10 MB 256 137
181,347 181,347 00000000000001719b14504af93817b7b750867dbb82dedc4a9d67b7a7bb12cb 0.03 MB 100 103
181,346 181,346 000000000000027af205146c8dd7cbbd9becaef757b44bb4bed12c5e35155bd1 0.06 MB 166 598
181,345 181,345 000000000000055a555c8980a25edeac14a40fa720a32f0ff13152d8c570d660 0.01 MB 13 283
181,344 181,344 00000000000003443bc7d80b9387007fb6820a0dfdb5fe6cf48c0098bc52ba8b 0.11 MB 197 109
181,343 181,343 00000000000004a3a907e148f19b290d53eca7a82f654644cfd64556f5d0d76b 0.01 MB 16 263
181,342 181,342 00000000000005a2edd723cb41cf6681497d008d8a655164b449fdc41b680907 0.08 MB 189 740
181,341 181,341 000000000000026b65c13983c26bca4bc65dbda92195af93aec70f2e8dfc91df 0.07 MB 128 87
Previous 10 blocks ↓
Total Size: 769.56 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,648.99 GB sent, 95.71 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.