Memory Pool Memory Pool Refreshing

15,788 transactions
21.86 vMB
Show Random Selection Loading Transactions
Max Size: 87/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
894,747 0000000000000000000248b60000000000000000000000000000000000000000 ago 1.00 vMB 3,618 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 894,746 (733,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,046 161,046 0000000000000aaa687326ac6401389c4ef13699ec8b3f4100788ede431306b9 0.00 MB 11 58
161,045 161,045 00000000000001f0362e98ac72975a1d012933879dd219a4bebc0a6e56e7f6ad 0.02 MB 25 235
161,044 161,044 0000000000000491f7f90e7a6c5b3cc94e02d4715baa9bb41047b4db626d9cb4 0.01 MB 35 111
161,043 161,043 00000000000000253ead846ce6a00d39d014a797a2e7bd07bb0d7703594fca4d 0.00 MB 7 0
161,042 161,042 000000000000024aebdb7ebd5f8e1020daac1f0d085c5a698bd5623b619eb8a1 0.01 MB 14 33
161,041 161,041 00000000000007fd4df937ecd0a348797f8b0b2a0ed2f5f4d5490981cb897721 0.01 MB 23 270
161,040 161,040 00000000000001709dfd9058b8bf020169e330d728c32ad2be83b24861ca63b6 0.02 MB 18 119
161,039 161,039 00000000000000f27329e9f8812ae93efb74fdbab3031ca2577433101781fc1f 0.00 MB 4 1,198
161,038 161,038 0000000000000865cc3b28bc345dca23b73da442d269aed4a8433ead51e6d035 0.02 MB 71 2
161,037 161,037 000000000000066a6aad42674fe4ab84a202d36be2e6d6e587a7c7af34105f58 0.05 MB 135 73
161,036 161,036 00000000000002cff75222bd1feb9be0a42e1b4378514d7aea46a958d0026b3a 0.05 MB 42 36
161,035 161,035 0000000000000596c2f945915dbe15cfa96a0fbfedab411f60bb5becedf5bbd3 0.00 MB 10 47
161,034 161,034 00000000000005eb44adcab3dd865e1ed2bb79e8916b16aa04e906e6bdf35342 0.04 MB 66 43
161,033 161,033 0000000000000a1799cff98de57e044a3c6146a4d264a939383d49d7aab3ab51 0.05 MB 135 29
161,032 161,032 000000000000074904a65e3795471bf11d514fdd595b95de777691e00d3999a7 0.04 MB 42 63
161,031 161,031 000000000000081ac8bc9f6658bf61512dd8d4753578a52772069126ff687a46 0.00 MB 12 0
161,030 161,030 00000000000000b9f8fa88e178130825f7b7396c9806e2bb26ac7d7e8a5c8d4f 0.00 MB 8 20
161,029 161,029 000000000000034f80305df87141a42f9e66911a1c9c01642e3869ba9847cc58 0.00 MB 5 82
161,028 161,028 0000000000000ca92e65927c66f73b0d4cec0913346b769debcd51490636044c 0.01 MB 11 28
161,027 161,027 0000000000000ce6c48ade349d621bb8af205bae6b3c30fcd60216439faef702 0.00 MB 11 24
161,026 161,026 0000000000000d105d045271a4d1bcae0f6eb86ba697cbe36d8b8e23c9abc6d7 0.01 MB 43 0
Previous 10 blocks ↓
Total Size: 746.37 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: 3,931.12 GB sent, 194.48 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.