Memory Pool Memory Pool Refreshing

2,727 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 952 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (6,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,176 901,176 00000000000000000000be10d7b17cd580982fcb04a491dcec5ec4c8b93704f1 1.78 MB 1,373 2
901,175 901,175 000000000000000000005aaeb0111af6333208b1eb7e783e1b1fe6679862fb53 1.55 MB 2,211 2
901,174 901,174 00000000000000000001663174df6c31a7e7b836b2488a95f990622d6e037895 1.42 MB 2,542 2
901,173 901,173 00000000000000000000483063cdfbf1c835b52006259d38923dbbc4bc3c462a 0.36 MB 934 2
901,172 901,172 00000000000000000001e02309b095324f8772779003b444502c77e2a21c57b5 0.91 MB 1,380 2
901,171 901,171 0000000000000000000209210334a68e5a8fa3fcbbee4d6efe6cf51438412505 0.54 MB 976 2
901,170 901,170 000000000000000000013c42f3d24674556d958f50adc71119e14483e54f4a08 1.46 MB 2,334 2
901,169 901,169 000000000000000000012c658a2b06c4067ce3a82f91fb1a95b6ebf4f9d030bc 1.67 MB 2,770 2
901,168 901,168 0000000000000000000235664fc026a6c305fd46f61854e84ca96e42ff0edff0 1.42 MB 1,987 1
901,167 901,167 0000000000000000000005ccb7d1acc506912cc64cb2e7520f531e9ae70ea7f4 1.40 MB 1,897 3
901,166 901,166 000000000000000000014ef49eed9054aa8c88c12470ee066a77e9a72a9c51d6 1.68 MB 2,643 4
901,165 901,165 000000000000000000000f847ab72c2ee8755888aea2740e11c80727cbc5661f 1.22 MB 1,166 1
901,164 901,164 000000000000000000006cc30e8373dc4a2537cb8413d3065013f9775c17b49f 1.15 MB 944 1
901,163 901,163 000000000000000000001a84d6caf22e009c449e5adc97e90379b94d1e32e8c7 1.38 MB 1,764 1
901,162 901,162 00000000000000000001b2122f82b0cf86a37c9901ef1591174916fdb55017d5 1.49 MB 3,374 4
901,161 901,161 00000000000000000001e5a99befe90cd950b9676eced4eff7d1074ee716ccbd 1.28 MB 1,987 4
901,160 901,160 000000000000000000001bf79dd8f89ae80e371231e81ff69c3c36412c9c4069 1.69 MB 1,888 2
901,159 901,159 000000000000000000018229e5c1d927de0e189a603f810dfe2bee7d7f423d82 1.70 MB 3,077 2
901,158 901,158 000000000000000000007c5a9420d4b3e9152f5c496bcc8ae2a7acea3e6369e2 1.43 MB 2,873 4
901,157 901,157 000000000000000000018f7bb13f684d04a44606eb1afcaef4585a2ea998ab21 1.42 MB 5,742 6
901,156 901,156 00000000000000000000ce827f3f27464423d21a9e08751eccd2ec6a9e4bcadd 0.74 MB 763 3
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.