Memory Pool Memory Pool Refreshing

17,558 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (605,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,185 302,185 00000000000000004a34d4f41b84fb1c6b3f25de5fef20aa86397780dcc51bd4 0.56 MB 1,162 32
302,184 302,184 0000000000000000278bf014e1b9939ea9722c232a4df4d49a958cad3f438705 0.06 MB 84 20
302,183 302,183 00000000000000004c21e5486f6f960d5c504d7a4305b1db78920abb05789504 0.08 MB 210 32
302,182 302,182 000000000000000051e67e8ef3d162a57895bb23027e2bfa6c4f733ff25ec728 0.13 MB 142 13
302,181 302,181 00000000000000003414d0ed5cc8a27484454708e88f7ee3c40a77cb042fb68e 0.17 MB 444 40
302,180 302,180 00000000000000000d57c1027d99d83de6fe962911de43653598ba67ef0a54f8 0.11 MB 228 27
302,179 302,179 00000000000000005565904d599ab16a401530ee23b3f5d43e52c23454b62cce 0.10 MB 237 32
302,178 302,178 00000000000000006a42841d92d426c54e6738a6443ac09bdb318972f854dd61 0.25 MB 496 30
302,177 302,177 00000000000000002e45dcc828b5f733e1a1a4fbdfa290b49592be3d857ed013 0.21 MB 273 19
302,176 302,176 00000000000000001a29fe690410cc3ca841c4ae994949a49c90f102fff834d0 0.25 MB 680 49
302,175 302,175 00000000000000003a7e6b0bfbce1720e48eaf2caea288186a2790789c9718d5 0.15 MB 274 34
302,174 302,174 000000000000000054a0ea0f7fea66e6614b0b1c23c05b7ee964974e363e139c 0.09 MB 175 30
302,173 302,173 0000000000000000102fa74197834fbb63f81cfb90b01867dea009afe24d2889 0.04 MB 100 9
302,172 302,172 0000000000000000289116b2b2797b8e85ab440c5e56bc18619e1b1901c5a888 0.30 MB 416 26
302,171 302,171 000000000000000049a64c4494dd57eb9cda4f11834d8cbf21b2af176135bcb1 0.25 MB 716 49
302,170 302,170 000000000000000078b0e209bdd27fe8412e672dde7c31ffd1d9d327ca8896aa 0.09 MB 188 42
302,169 302,169 00000000000000006e2fe592595fef9c8b1293b22ed058b5c43f045e6cb67dc9 0.32 MB 418 26
302,168 302,168 000000000000000047ec56811271a420ad230a5a06a578ce0aecd8be03c39454 0.35 MB 754 36
302,167 302,167 0000000000000000352d7b2cb6896228cc3f7f944299d1f0d86bd5f19724dfbd 0.26 MB 480 30
302,166 302,166 000000000000000068e4870a1554247fbd5fbcbec278b97f72450c9c46f8adce 0.30 MB 462 34
302,165 302,165 0000000000000000028a84070cb5b30adc72cb50e81be5fbf14fd8d1c146c6c4 0.28 MB 495 32
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.21 GB sent, 92.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.