Memory Pool Memory Pool Refreshing

1,732 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,742 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,712 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,741 (745,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,542 162,542 00000000000002fc4bb44cf091973a15e336721557e280c7cc96a889c1ec787c 0.01 MB 17 136
162,541 162,541 000000000000000b8075aeef18ddf1099ea99197ba4147093d1ed4162d0a274e 0.02 MB 41 4
162,540 162,540 0000000000000892f27e4adf30351d49207d6e732caf06d76d2554222b33f283 0.05 MB 87 169
162,539 162,539 00000000000009a6edc25de21f9ecea781961cccfdc69c977da35442bb3bffa8 0.00 MB 9 1,530
162,538 162,538 00000000000004c272316d68bac23cadc9b61b5a52c38105474bd79b7933f2a2 0.02 MB 36 122
162,537 162,537 0000000000000abd0775f9d1d1f51657272a169c41092837c4cae20a0c9a198b 0.05 MB 148 33
162,536 162,536 0000000000000d289e099d358036af879054b1e710776a81cd78a863e439fb29 0.03 MB 58 229
162,535 162,535 00000000000003c38ec4ffb85d8db386bcba596ad2dbb043b2ce917d4cf1fe5c 0.03 MB 78 192
162,534 162,534 00000000000009f95ab957344bf8ef88adc5e00d6f96a028c78a0f22099c9843 0.01 MB 16 288
162,533 162,533 0000000000000762aeb4a8835f35be49ebbf5363a258d44b1712b7cc4aac18eb 0.01 MB 12 149
162,532 162,532 00000000000005aa57f6696c6f6e795acb130c8b28cd162f910a00eeef73486e 0.02 MB 47 383
162,531 162,531 0000000000000cb72bbdbb236b6bbe39918ce4baeeb391bfccbd1a6e7e73ada7 0.01 MB 9 29
162,530 162,530 0000000000000b7440954079dacfe03c7f2716fde503ba35fbb8cdaddcbb32fe 0.00 MB 10 138
162,529 162,529 00000000000008c1d2546552c951866ccd92300fa8df5d8650b39cba0361c7d9 0.03 MB 54 53
162,528 162,528 000000000000069ea17f6fe623ce329ad9b394bfb9ac126e41e6688e79e7241d 0.01 MB 14 524
162,527 162,527 0000000000000a3267a7311522dc0b216222399c9ccef8b04e3a91cc08eaded0 0.02 MB 21 137
162,526 162,526 000000000000056cf56258863fcf32dcac770abe0a8ce17be3ca1986d1d96cb3 0.01 MB 11 41
162,525 162,525 0000000000000742e906446c900f9376f1132de0ceab3d9fc995b8ebfa44c564 0.00 MB 1 0
162,524 162,524 0000000000000164e33c54151e0d868ed0ac21d2d2c2e6e3448cd552b9573181 0.01 MB 26 188
162,523 162,523 00000000000001532b1ff94840455ac1852d3a2015a59ad222b3a372cb975391 0.04 MB 78 62
162,522 162,522 0000000000000218b677adefb259dfddfa5430a14ae0352a888738fbcdc95eba 0.06 MB 148 113
Previous 10 blocks ↓
Total Size: 769.06 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,627.94 GB sent, 93.19 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.