Memory Pool Memory Pool Refreshing

4,493 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,045 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,044 (700,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,233 207,233 00000000000004f25449ef6e74de522fa44bd1b524e06d9150bdf222ea8345ec 0.13 MB 233 113
207,232 207,232 0000000000000465615ac2192a66447d945f448e35ffc770eee6f6036b473ff5 0.01 MB 18 85
207,231 207,231 00000000000004635a4f90937273d43a628a7090be785b870fdbacf45ec77d96 0.01 MB 18 145
207,230 207,230 00000000000003386d9ff649b66ec05042cf3dea124cb07380433d08a7a11e21 0.16 MB 290 52
207,229 207,229 00000000000001cd3bf6f199330a56249e6a2f4ef7d21f6c78d3db71cd2851bc 0.05 MB 95 132
207,228 207,228 00000000000002ce79984817bff91764522a335d6dd466a810b8a55359f6eb1d 0.01 MB 31 175
207,227 207,227 0000000000000256ab39d778647abdbe62d6105be863eb642c3dcd10ce53c194 0.04 MB 69 113
207,226 207,226 000000000000027334213c7418bbbf4b580f24ea218eab0a4e24919897b44656 0.05 MB 151 3
207,225 207,225 000000000000042c76a070d3213054c8306c7233fc8bb149772ac725bdfa6997 0.12 MB 223 271
207,224 207,224 000000000000022102b8eb87256a9b82c7dab177aaddf1b29e4e84b797fcd64e 0.00 MB 1 0
207,223 207,223 0000000000000351be2848d7ee5bbc2b9ef88ef556f9f07913b80a84fddbe107 0.06 MB 161 193
207,222 207,222 000000000000027987b8acd74fcf02a083c4544d267985346613f41c6958d92c 0.05 MB 129 95
207,221 207,221 00000000000002327fc325bbb1e2cdbbd92066d94a426003ba0beff11b18eb7b 0.19 MB 449 234
207,220 207,220 0000000000000337e755e7f282e98aed8c6352d1c017265d4301f50cc9ae81f0 0.15 MB 384 225
207,219 207,219 0000000000000002592d866070556c74ab7083b696598d2933c72d5aa09f3209 0.00 MB 11 29
207,218 207,218 0000000000000427d9e1fe9ec548b337ac0656d4f52f37b3345153400e4524a0 0.05 MB 128 242
207,217 207,217 000000000000015d8b0dc0a55417da9da0f3298a412d08a38f8f35ea3c4e6033 0.04 MB 75 163
207,216 207,216 00000000000003a8982a57388eeea515d99589c874bee8d3428e8a028625a36c 0.07 MB 160 139
207,215 207,215 00000000000005085d7e33d30a27232a96b3d4aa2e517bb5c0d89df250a2d726 0.10 MB 198 137
207,214 207,214 000000000000012005c9508e74e6ff49a390aca6aa6f3d985603fc2d671ce585 0.03 MB 65 42
207,213 207,213 0000000000000394628845c36052bada1b33091f4ef381e3b83b08bca56b7617 0.32 MB 602 235
Previous 10 blocks ↓
Total Size: 769.63 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,652.42 GB sent, 96.02 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.