Memory Pool Memory Pool Refreshing

6,572 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,317 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (601,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,048 306,048 0000000000000000027f2080fad7d48145462678cadf0d5b4bb7eae635d7c2ca 0.02 MB 37 21
306,047 306,047 000000000000000002f79803daa70ffbf6682119567f97568be5283450116c40 0.49 MB 1,170 31
306,046 306,046 000000000000000013fd6319e3876adfebb732270d10aedc8e7ce9bb172c0545 0.05 MB 102 29
306,045 306,045 00000000000000004171af6281b9aefa72978cacc54571748a58aa68469b9250 0.25 MB 298 18
306,044 306,044 0000000000000000228b86475c24f47d93f7bff8f47078ecfcf9c896af71e1f5 0.50 MB 1,131 35
306,043 306,043 000000000000000011439e757e9868643ea0b18290af757cba834f1623d0c143 0.35 MB 292 13
306,042 306,042 00000000000000001ede4b02808713941b97c0199718dc12f3500c4709efd3ce 0.50 MB 961 28
306,041 306,041 000000000000000041763138ab65449f70e0de962eacca2fb91d3b54c5b3a104 0.25 MB 728 44
306,040 306,040 000000000000000019e657467e8401814f8c6c6c77fcb7a1ef4985310d8daf7a 0.09 MB 43 5
306,039 306,039 000000000000000040976884d7dee5175897f70dfd769d02d43bf58fd2f5067d 0.06 MB 134 30
306,038 306,038 00000000000000004e37c3e5eb990b9a5a4860e13ac17922942eb215a8eca86b 0.46 MB 615 22
306,037 306,037 00000000000000002ea42a3fbf11abc85c3f9f1d79ccded140ae59e93278a451 0.35 MB 791 40
306,036 306,036 00000000000000001c015dc5f8a92076f460fc184b44a60005b33e22848d19d8 0.16 MB 147 11
306,035 306,035 00000000000000005635d486ac6bc050382410779e8e2505dde218b25bbd9a12 0.35 MB 372 20
306,034 306,034 00000000000000002f804f3d08c776f4a5697b5d381d8d85133874c4d6f3fecf 0.35 MB 469 19
306,033 306,033 0000000000000000244506c8941e73f830480195e65283321e5c2ea8afe08893 0.35 MB 1,024 47
306,032 306,032 00000000000000000f09c0b7a4d840ab665200ae1c5a1faa2293aea32c13bb1a 0.07 MB 183 36
306,031 306,031 0000000000000000100ef98f13cfc67f689d7c8265d693271135457ddd8efba3 0.15 MB 285 29
306,030 306,030 0000000000000000568c9ea7e84bbbe9723509c133502659958320998d162392 0.49 MB 901 29
306,029 306,029 000000000000000040c0faf5e0bd27ef81038c0bbc2e67abb767077c96f08abb 0.14 MB 110 15
306,028 306,028 000000000000000005500710530cb675a105fcc217e3cf45f657b678c6d5ea20 0.02 MB 52 32
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.