Memory Pool Memory Pool Refreshing

19,614 transactions
6.30 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (559,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,104 348,104 00000000000000000552717e8624bcd8ba157a228ceeab2fa360f92729853c88 0.18 MB 303 21
348,103 348,103 000000000000000014a5d718166e5a1e3fc9dede7afeca3fd546b8360a04ea1b 0.20 MB 426 24
348,102 348,102 000000000000000000168be6dc6ce62092aed1ee390a1113467903389ce6d9a1 0.23 MB 432 27
348,101 348,101 000000000000000013edb649dd69d04a5b9cb0af9800ec2f1ac526a30ec93a65 0.10 MB 130 7
348,100 348,100 000000000000000011f5e91ca2b35ec1a0be143d688eb6bc75750e97f8c063cc 0.37 MB 699 26
348,099 348,099 000000000000000001818f4dd15c4c1137d8bb439969e653d6ac47f9f20e6ff2 0.44 MB 875 51
348,098 348,098 000000000000000004b3df5d569414d33ac455b5573cf53d239335168583cfb3 0.40 MB 625 21
348,097 348,097 00000000000000000f4e55c64626b9c2c84b577dbb35ade0dc9cbeef67aafc07 0.14 MB 269 29
348,096 348,096 000000000000000004a5424a4bde1a3e8cc45f5164e4d62a5a174878c18e454c 0.55 MB 766 22
348,095 348,095 000000000000000003d19b30b5b47198c3232b844f39e38aabd16d2a7513207b 0.15 MB 512 52
348,094 348,094 00000000000000000f72f3478dc24f887aedee1672d1f9d5d44284f79b061a1e 0.11 MB 181 22
348,093 348,093 00000000000000000f8e82a48640689b636b8d7dd1e2f471a1997b744d649ef4 0.26 MB 410 22
348,092 348,092 00000000000000001228efb0e324a004059ef33a0e0700719da3b787999dbf3b 0.03 MB 40 20
348,091 348,091 000000000000000007b6bf8837fe3437e46ce09b361f74bfbaa42ebaea6fc3c7 0.09 MB 165 15
348,090 348,090 00000000000000000a20bafcbae3e65b9a5691711ebbb342cf9869e36d0fecaf 0.33 MB 599 22
348,089 348,089 000000000000000002d293e31331c7863dbc62a621a9d5a194649b12099ccb62 0.30 MB 522 24
348,088 348,088 00000000000000000ff0e996d686cdcd1750736e0c674999d8404c06f0ca3e46 0.71 MB 1,265 25
348,087 348,087 0000000000000000085f3c7fd0c74463b8095ee3efcdc7938811e917b2858991 0.33 MB 613 22
348,086 348,086 00000000000000000c7c327bb701a594adfd99757e75843bccfe4ddc9d1e3938 0.22 MB 472 29
348,085 348,085 000000000000000011b992d4d0bb63bc70d26f21382fb08341c72ccd3b88c74c 0.01 MB 20 23
348,084 348,084 000000000000000011e4af83bdadb80b0bedd8b6601c11a2875548eecd0ff2ef 0.09 MB 151 24
Previous 10 blocks ↓
Total Size: 769.02 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,624.51 GB sent, 93.00 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.