Memory Pool Memory Pool Refreshing

1,303 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,039 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (815,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,223 93,223 000000000008806d541fe0ae9ed77160859573d153e0b1d118cdc23e2a7cbbae 0.00 MB 1 0
93,222 93,222 00000000000648e29b1cf5b51b28982e473250c6d5db839ca52dae5cc2dc1198 0.00 MB 1 0
93,221 93,221 000000000008e362088a7f444c93cbe7e8502a644a4f45d2d525a300fc3e7a95 0.00 MB 1 0
93,220 93,220 000000000004626bb9f2ca4e9c6e1ed48b2c4e77aef0f124093cbf2c8a223327 0.00 MB 3 0
93,219 93,219 000000000000f049e41f8186f10a47e854ef103c570eb9566f0811f1f9150fcf 0.00 MB 1 0
93,218 93,218 00000000000255823731037854da2262a6acff56fe6c3ac26b9e0e125c603b5b 0.00 MB 2 3,891
93,217 93,217 000000000000cba0be747621034d8b63e6af3281c3ee171e247b31b056ac9c18 0.00 MB 1 0
93,216 93,216 0000000000038ff15af90d64df8f718319b8d4af25330e5da62f5609390cd7f0 0.00 MB 1 0
93,215 93,215 000000000004b3a0d98698ca51743534a28611a9f1810a68dd312daa1040ba39 0.00 MB 1 0
93,214 93,214 00000000000121cb5c7dfdad449ea5db32505c1fe350a04c6723a32716968ff3 0.00 MB 4 0
93,213 93,213 0000000000063bd641bbbb14bfe8928a1d35ef66c80df8922127f058a2455dee 0.00 MB 2 0
93,212 93,212 00000000000925c56ee1f051cbd2e49ea99ec9a8cca37278c8a1726f3526fceb 0.00 MB 3 1,187
93,211 93,211 000000000004faeb7469039bcbf668e6e93e0f1d85806e60fa887629c0d963bd 0.00 MB 2 3,891
93,210 93,210 000000000006e2c4ca1d1cc613d7357f6414b84a93f636e930600b2e5424662b 0.00 MB 6 818
93,209 93,209 000000000008a9eb9bc600d36602050a1da57fed0a10403cdb5f13e4830c5cf8 0.00 MB 1 0
93,208 93,208 000000000005929a0162abaa111178af1e7093f87c63584d56f3c3183e5dda84 0.00 MB 2 0
93,207 93,207 000000000007a3090c0369a24972ae0d631c45089e37776a1a84557ccdab06d7 0.00 MB 4 0
93,206 93,206 0000000000087ffce2bbafd51c9fb23dc183857557d211ed092517911709c6aa 0.00 MB 2 3,891
93,205 93,205 0000000000089e7678f25f5952883509a8dc7612ccd7974ce57513fc01b2f669 0.00 MB 3 2,083
93,204 93,204 0000000000082037c15fab55674c40420d6bbcd98564ec89fcec6f6ff0e99057 0.00 MB 7 1,386
93,203 93,203 00000000000602c56aa5f78c006b395b3f6d83c1627530892ec5fdd97796e961 0.00 MB 4 2,262
Previous 10 blocks ↓
Total Size: 770.21 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.15 GB sent, 98.59 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.