Memory Pool Memory Pool Refreshing

920 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 920 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (26,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,077 881,077 000000000000000000013a066db50c858f6d47f43614e931968c64b8d79d29d2 1.58 MB 2,875 4
881,076 881,076 00000000000000000000876a963c7cb0fd00bd5e6537b0f5b971cfe81280584d 1.83 MB 2,382 5
881,075 881,075 00000000000000000001f31e8704b65a3706dd346d6eb1aa9533bffd706da327 1.63 MB 3,253 6
881,074 881,074 000000000000000000026d2131d378f023629b6d939abc77ee058f7919964f42 1.56 MB 3,637 9
881,073 881,073 000000000000000000016be9ba69875143862a4d9a4a92245f71d8bfe48ab147 1.81 MB 2,354 1
881,072 881,072 00000000000000000001bf484e8425acfa4f55b2c9dac972172a491f28fa665c 1.75 MB 1,831 3
881,071 881,071 000000000000000000021a699b7ddda5785710abb98c67cf6765ffceee7c2f96 1.45 MB 2,037 3
881,070 881,070 000000000000000000019a052ae703238fd298b13df5451fe870758ae5c45cea 1.70 MB 2,059 2
881,069 881,069 0000000000000000000162af92c6cc16fb043db0334fc79f6fac026ec4735523 1.82 MB 2,381 4
881,068 881,068 000000000000000000010cd75ec45eea73c4a021b77119cfffe05d57fb6917c1 1.73 MB 2,978 5
881,067 881,067 00000000000000000001ea9600f71f3988c72fc611e66bc57d7d3e705a9f078d 1.70 MB 2,997 6
881,066 881,066 000000000000000000014620c337ab62c99569ac9975683555fd64053b7d2d7a 1.77 MB 2,590 5
881,065 881,065 00000000000000000001afa6bad3751e8b52934b421ee1ab043f987141277ea5 1.61 MB 3,460 12
881,064 881,064 00000000000000000002718db17871a743fd5b59d9e1eef939690d481947e396 1.62 MB 3,618 8
881,063 881,063 000000000000000000019dde091cc00717e4918e45742e8b51be0570aedf4b02 1.85 MB 994 1
881,062 881,062 000000000000000000026ff0eda7ae6d919095ff8513d95f9c9aba423bf17c90 1.88 MB 2,958 5
881,061 881,061 00000000000000000001b09553e7ff68176b1c02aa5142dda94735e5dbd331a0 1.65 MB 1,938 3
881,060 881,060 000000000000000000007b52c0cfcfc129b235b5136bde6abe19c12ca0e38e2e 1.62 MB 488 1
881,059 881,059 0000000000000000000256d88ca0f8570e6d58392c45bde529676fcf63820cc1 1.61 MB 3,178 5
881,058 881,058 00000000000000000000e576818ba09cfbc7a3a92088810f30181cd9ea2b9bf7 1.60 MB 2,301 2
881,057 881,057 000000000000000000007b1848773c479b84b36fe44db70fa7c91fb099f84a98 1.69 MB 3,016 6
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.