Memory Pool Memory Pool Refreshing

1,087 transactions
23.19 vMB
Show Random Selection Loading Transactions
Max Size: 93/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
908,314 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 854 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,313 (799,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,614 108,614 000000000001ae81ec1a12a7cbb041e89ce528f2fb634c6ab6902fe483b26d45 0.00 MB 5 0
108,613 108,613 00000000000212d6521ba979aaab8411437935d664839afc3df64458340ff983 0.00 MB 2 0
108,612 108,612 00000000000071f9345482bd1a66e0352559d7c84a6f5660b619748f3fc2b6b0 0.00 MB 3 0
108,611 108,611 000000000000f7ac34169d232f9d736ef65ac908f3ecb248a49091dffd4badfc 0.00 MB 4 0
108,610 108,610 000000000001205a7474ab618205a16efb6367b108bffa60234c48074ef418ec 0.00 MB 1 0
108,609 108,609 00000000000171807636d3259026344f7861a7cbd64114b3f1a51cb77a00775c 0.00 MB 10 503
108,608 108,608 000000000000e4adf9546e7bb73a046022035c8306a697abfcf20d5d4ea003ad 0.00 MB 6 0
108,607 108,607 00000000000077954b5d2685601485d76eb3856a2f5dd413a5bd9fd6e5ea4eac 0.00 MB 8 0
108,606 108,606 000000000000e5f3f7a86b600203c22c9dea053c0ac8e78229143fec0b03ecdd 0.01 MB 5 0
108,605 108,605 0000000000011ef7b7e27f87d93dbc9da45faad637507640c1fb43b347551719 0.00 MB 3 0
108,604 108,604 000000000000bd9ac21f6bc0e1d1c159465f0881fdd0f04f49f53fac147c223e 0.00 MB 6 0
108,603 108,603 000000000001ead6622d575a6b5cfd2bed13f545665ea32119412189b968b862 0.00 MB 11 0
108,602 108,602 0000000000009260e85cc6d97b1250d01750f80f335ec94975c0465501dc3095 0.00 MB 7 0
108,601 108,601 0000000000004b2fc3db027663dd073fd2d482817fddca33612d653c140261f9 0.00 MB 3 0
108,600 108,600 00000000000227698dc4e40b953291b216d2b602fbe6fe0c30f0bb5ad498facb 0.00 MB 5 0
108,599 108,599 0000000000000943f6696b90ac6830228f9e43bc7735acbd87025730c3eb0eaf 0.00 MB 3 0
108,598 108,598 00000000000005b39afdd4c648eb92dcb0cafda3a8dbd61e4291441bed194cdb 0.00 MB 1 0
108,597 108,597 0000000000004b4e2e4da78a2a830700f32e1c0d919875c0a1f201dab412c856 0.00 MB 10 411
108,596 108,596 0000000000017b763ecf82a54a7f455cb3cc58a944daa63dbfdef9329feafb7b 0.00 MB 1 0
108,595 108,595 000000000001ac72faa6c6501f2533c1e46d88be07957b30f8be5329155e1665 0.01 MB 25 0
108,594 108,594 000000000001ad2e6012cedf2b069034d6b813fb72bca3b80ae85845f18155a8 0.01 MB 38 0
Previous 10 blocks ↓
Total Size: 770.22 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,698.92 GB sent, 98.60 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.