Memory Pool Memory Pool Refreshing

14,224 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (622,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,193 285,193 00000000000000001a92b1fe55f0c190dc9b95f1c801d6940c624336e52951dc 0.34 MB 369 23
285,192 285,192 0000000000000000a533904cc59a16833960211be52133fce76c90842f6c91ef 0.35 MB 717 37
285,191 285,191 000000000000000172f2306ad2f5256963232a27d998b6e323bf0510ca336000 0.35 MB 837 48
285,190 285,190 0000000000000000c84a04a702325cf3cdf4a344362ed0c19ec817a9014eeec7 0.33 MB 769 35
285,189 285,189 00000000000000005fdab10805ef306ce8b80a260f7a8d7cb99e9da512d36cff 0.05 MB 146 70
285,188 285,188 0000000000000000c36c0550b50eec3b85bd475aafa5b7de58fbe8b48d5a3b36 0.19 MB 422 36
285,187 285,187 00000000000000004f6b12a2bd57f39f23835dd6245b586335a2f1791483c62f 0.11 MB 252 44
285,186 285,186 000000000000000180a4eae555041eb996557c827edf4a5db10ac66c98307676 0.10 MB 95 18
285,185 285,185 000000000000000147c455ab73fb8b1cabe7138534a2141814490954d3061e39 0.49 MB 1,056 40
285,184 285,184 000000000000000092fc2d01f372bcb5e75b38be470b76ea14adb2cb8b57b81e 0.01 MB 23 24
285,183 285,183 00000000000000007d12e34a174bae5021a5c18e29661bd30b0e1b228952988f 0.20 MB 403 47
285,182 285,182 00000000000000016653693a635a9c0427c4d21ab649a2d82911d8ce0d235716 0.02 MB 44 40
285,181 285,181 000000000000000060960fda1c420f494d7ec8ec4ccc9058e71536c862c1d10b 0.19 MB 446 41
285,180 285,180 0000000000000000f75a375e80fd1a3d465cc78a3814878c6ae1e569165ba9d3 0.04 MB 80 34
285,179 285,179 00000000000000000f56f1b5be471dfa4b0516468b208c12f59af03aa273b504 0.13 MB 304 33
285,178 285,178 00000000000000012f5e0112801985a9e6e96c65a03a0a1163bbbcd95330fec1 0.30 MB 796 48
285,177 285,177 000000000000000142d6f1897d8e6d9582821200a7d2faef89b17a075aca0f4a 0.17 MB 393 57
285,176 285,176 0000000000000001042aaaa49aa18045020e7145d1d2699a65246c8341c65c97 0.10 MB 163 25
285,175 285,175 0000000000000001927dc724729b06028f2ad7c8f2718c2479bb6ffd55484c46 0.18 MB 372 38
285,174 285,174 00000000000000009e58221e2262c67d2e03935a87a7791a25bfc105968064ef 0.18 MB 349 36
285,173 285,173 00000000000000003f7d69d948ff4dfdd284f1ecec9e50e3c0339965d73c2d46 0.05 MB 63 48
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,622.95 GB sent, 92.96 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.