Memory Pool Memory Pool Refreshing

2,890 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,912 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (116,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,193 791,193 000000000000000000031f341fd80d6c6603daaabb2c0aa86883898030f2f57b 1.63 MB 3,043 84
791,192 791,192 0000000000000000000572aaea5c1ed3ee146c305d013653057b0b5f18cb1880 1.67 MB 2,289 35
791,191 791,191 0000000000000000000511029a32a71fe902bc09dc43de10fc2f55f06febe43c 1.51 MB 2,505 50
791,190 791,190 000000000000000000014b7a7e8c0a1d5ea96e4a6202b69a311ef40c7cd2b976 1.57 MB 1,845 58
791,189 791,189 0000000000000000000461959b12e97bab418c88dfd59bf747e597cedb1d81d8 1.49 MB 3,406 68
791,188 791,188 000000000000000000036ee60fda7a458a6a204cc86d1920e3bb07d4c7c5f23d 1.62 MB 2,558 39
791,187 791,187 000000000000000000028e785e64d7e5a8cab3fb6807485e46db843dcdf024ca 1.62 MB 2,470 59
791,186 791,186 00000000000000000000a41dccd3d0c645576069dffe289fcca0cf83bf3d3d7e 1.61 MB 3,065 62
791,185 791,185 000000000000000000044cbb9673067b437370a99440eace5d4f81ba9a2f5491 1.73 MB 3,202 49
791,184 791,184 0000000000000000000274b95dd7b967519a2622b1f49f79bca7d7a0e3789699 1.55 MB 2,858 40
791,183 791,183 00000000000000000002e24e3f2bea2c513150fac6868036a4b2b9fb959c610e 1.42 MB 2,210 52
791,182 791,182 000000000000000000028ddc6331fc5e68a01cec81bc7e2be4736f4b3e368db0 1.80 MB 2,713 61
791,181 791,181 00000000000000000005285b4b0edc41c085e5154e8bbb4de9c676fcfb6a7cf4 1.62 MB 3,546 78
791,180 791,180 00000000000000000003bdbd40a62b4baf03c88110a4cd3cf4d358985d3efc7c 1.53 MB 3,058 65
791,179 791,179 000000000000000000021319418d6ee61ab0ad8964cbc5bb9727ed29eedcdb43 1.67 MB 3,325 64
791,178 791,178 0000000000000000000339114a6293e51c02c33c453950c124e3ec6b648b2f23 1.83 MB 3,386 41
791,177 791,177 0000000000000000000261f5fac87ce64cb8dcf3e84f5625ed96b2ebb03bb548 1.64 MB 3,019 51
791,176 791,176 0000000000000000000478a13d58bc108f291da12c4e9f69f15b67819c324ed3 1.72 MB 1,681 55
791,175 791,175 00000000000000000003d5b63c20984433bd97a8c1dca79163f5ea1f405679a7 1.68 MB 2,564 68
791,174 791,174 0000000000000000000080da50313f0e1f8cc6fa3ab697e494eaec35732ac09c 1.57 MB 3,177 56
791,173 791,173 0000000000000000000295bd0274e3ed6f61214f5b9130348dc57ddf8b955812 1.69 MB 2,968 46
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.