Memory Pool Memory Pool Refreshing

7,725 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,708 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (419,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,791 488,791 00000000000000000023c9a7a22003cc5dcf9b634ec1d6291c1a03c0e9568af0 0.19 MB 107 18
488,790 488,790 000000000000000000eb179fcc5bb46973eec72cda42b791ccd703c7325c5eef 0.58 MB 702 90
488,789 488,789 000000000000000000b7c8de954e4ef27888360e682129946591c599123cad17 0.24 MB 369 98
488,788 488,788 000000000000000000a14397ed4a2158643e72658984be10a79c8f0e7ae2c752 0.04 MB 101 105
488,787 488,787 000000000000000000b8817e7a399f04aefd49abd3bf5ed453cbc2e04d06449a 0.30 MB 747 100
488,786 488,786 0000000000000000009aa07dab590e2320e2b9cd80e00b229df50b0eb19a9e16 0.55 MB 953 89
488,785 488,785 000000000000000000e50ce8da15eb36b02d179752325185420d3221e0c497a5 0.38 MB 789 82
488,784 488,784 000000000000000000b88d765e582388a11f06e773e103429faa0219a44b3c5f 0.27 MB 634 108
488,783 488,783 000000000000000000d81d468fbbc244e67ee187961240e2f83257997ea1d382 0.04 MB 128 114
488,782 488,782 000000000000000000662434502ecc3623cc014ab5bb6d45148fb7e7a59d223e 0.60 MB 1,022 85
488,781 488,781 00000000000000000032a57a365dbe1981fe574657200c399d98ea74ee82e507 0.38 MB 766 98
488,780 488,780 0000000000000000004a0c50609f4683671794e5eb9ca5ac340663571015056c 1.02 MB 1,544 24
488,779 488,779 00000000000000000034a94526c262cb07905d946d3b2611b72f35454dde2ac5 1.01 MB 486 37
488,778 488,778 0000000000000000007b746a9cd2fb4b5dc558e75d437256822297caea0e7ac1 1.02 MB 1,761 17
488,777 488,777 00000000000000000022fda0749c51951b8f0424f01f9fa289c97d3c95c2daa7 1.06 MB 2,134 88
488,776 488,776 000000000000000000c19d4bcaaef339e99305d9e8bde8c4c522cb379f92b466 0.06 MB 147 195
488,775 488,775 00000000000000000083298abfba7c2f19db0c9c7f3859e3c489fedf4d645830 1.06 MB 2,153 72
488,774 488,774 000000000000000000d5ead5f64b9ad06316698ea404d12d92c98ca2dd6c927c 1.03 MB 2,001 164
488,773 488,773 0000000000000000002ae148539235b662965118f6d686842c415a11786a5cc3 1.00 MB 2,384 103
488,772 488,772 0000000000000000003a3cc7bd069bd3f49aecfe62b89153d448df2c926d8203 0.01 MB 34 1,403
488,771 488,771 0000000000000000000e31620707b5564c6569baccddd7fa4850f9a70f2ac952 0.14 MB 325 169
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.