Memory Pool Memory Pool Refreshing

6,407 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (679,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,267 228,267 000000000000023bc9543c9b4368b330e721298a9050b2df109f71613fcba12b 0.09 MB 256 210
228,266 228,266 000000000000021c8ea416cd4c2faadd542e905b55d3e577e976776f3618dfb6 0.24 MB 251 81
228,265 228,265 000000000000002d01ceb1224d0aaa1feebebbdbbc1035e9fe2a87cf060699b8 0.47 MB 1,364 247
228,264 228,264 000000000000020ac70bbb8dad72073710a35d8fd0274f774f5efe1cde95b085 0.15 MB 193 50
228,263 228,263 000000000000027fea9027e4adbb46673d799a05fd9e470445f99696b6c9373c 0.03 MB 30 40
228,262 228,262 000000000000011f9d5173fee783fe265ebc7afc2ed30bc036c682bd19f628b8 0.21 MB 335 114
228,261 228,261 00000000000000ee258290a81e9e9a47db97ff1caf43f20a02f636aa047d7c16 0.45 MB 670 105
228,260 228,260 00000000000000c2fe42467f40452442217ae766d827252e8112a9dadfd7c3d2 0.25 MB 599 202
228,259 228,259 00000000000000247e1bb96b543b7ae872461f9410de784a0ba9fe6ab3eff1b7 0.25 MB 830 277
228,258 228,258 00000000000002271c79bcdeb1f111405d19122dcf1b9d126ab3b182a57a9e77 0.10 MB 312 47
228,257 228,257 000000000000009185be35bb78b275e1367756b688580749c80a3bf81de970ec 0.09 MB 256 2,112
228,256 228,256 0000000000000125c3c3112a4b52f792a236833f77759aff2c4352c2fc009c99 0.14 MB 231 71
228,255 228,255 0000000000000174731146beaced7e254f88b33a60a6ba9893428c87e823015c 0.24 MB 619 171
228,254 228,254 0000000000000053d72038e43302f95a9940243d1c0a7c26d34a328d1bb968ce 0.19 MB 421 142
228,253 228,253 00000000000000dfff1a8b4eb9109123769430a85fab9e5c6d9a826b7e32d70e 0.09 MB 156 113
228,252 228,252 00000000000002321530818380b58866426dc31fbd010d9f4d57f09f7c0f783a 0.36 MB 806 157
228,251 228,251 00000000000000763cc91c3a5b667277534c8e43aeb30a047da6834696685b1d 0.09 MB 194 154
228,250 228,250 000000000000000044aa6980bb5b9a92e11aa8fe400c3a9391a7462f48263dca 0.05 MB 83 43
228,249 228,249 00000000000000fb0298067fc5bf7c11c3153e9b2bf78783d2eb163294197358 0.25 MB 404 352
228,248 228,248 000000000000005d88d05c36cdbdddaa5c4dc01eefbb82f7ee8273d6b574d68a 0.19 MB 421 175
228,247 228,247 0000000000000177a7d5e4b4e1ee8b5e71688dce80f1898a63bc6131f4b1c294 0.22 MB 269 122
Previous 10 blocks ↓
Total Size: 769.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,634.37 GB sent, 93.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.