Memory Pool Memory Pool Refreshing

8,281 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (6,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,787 900,787 00000000000000000000502052fa17bad54e51c18a38d417a0ac920650351b18 1.44 MB 1,944 3
900,786 900,786 00000000000000000000eedb630025d8c07788a49f147c8b12930e62d2253ed5 1.49 MB 2,429 3
900,785 900,785 000000000000000000011bacaf4aa17277a6117d41d7e14f5971e7b647b598da 1.61 MB 4,213 5
900,784 900,784 00000000000000000000ef483823e639cb36add113cc39fee614bb28440bff0b 1.61 MB 3,338 7
900,783 900,783 00000000000000000000f590dba76cc2e61f2f04be4f2f912ddd332120d3fc6f 1.58 MB 3,357 5
900,782 900,782 0000000000000000000118035f433857270196d8069791e6e1f2e7e0fe117e63 2.28 MB 1,486 2
900,781 900,781 00000000000000000001e66cd3d833482522943e1aff320ed5cb9838120cf865 1.36 MB 1,152 2
900,780 900,780 0000000000000000000204bd332ca6c54ce9d669fe31e5282e3069ed002e36d4 1.55 MB 3,607 5
900,779 900,779 00000000000000000001a09221308b2fefbd88615b80e654c9c208b0c7d4127c 1.55 MB 3,411 4
900,778 900,778 000000000000000000011f7cc2398311239e33fe8958c54d7c4268bdc58a71e8 1.26 MB 1,193 2
900,777 900,777 00000000000000000001cbb7d8e804a0e9372c4d999a716c5f362b1f7648fe70 1.20 MB 1,212 2
900,776 900,776 00000000000000000001131632526079e5e87a12d15626aac0bcec036cfd6cda 1.37 MB 2,535 4
900,775 900,775 00000000000000000000b74047d88b8c2ef00190608e5d30f2fe07be638ec55f 1.07 MB 322 2
900,774 900,774 00000000000000000001a6cf98bda198a10d34a75782ce78dabd4826304dea8c 1.44 MB 2,470 4
900,773 900,773 00000000000000000000ed5068b1876aee76e17b1cab6d01c2e38587bc254b24 1.82 MB 2,461 3
900,772 900,772 000000000000000000012a6bd2833345bda43ddfd9b195404fce30a0b9b9fc01 1.85 MB 1,924 2
900,771 900,771 0000000000000000000182091cb83ad738cf1e47b23580961824f43454b4d17e 1.64 MB 3,509 5
900,770 900,770 00000000000000000000015c03ef98d33855d942a44dc44f4f7361fd197eb047 1.63 MB 3,800 5
900,769 900,769 00000000000000000001012ac244baf45af02dc3061be75785b90bf151de6ffc 1.58 MB 3,238 7
900,768 900,768 000000000000000000014779babbb654615c714983e222b4ccbfed8e557a5841 1.74 MB 2,544 3
900,767 900,767 000000000000000000015d44c8b14050f91ef37e7971ca70b81017c32cf4f64b 1.54 MB 3,044 4
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.