Memory Pool Memory Pool Refreshing

6,217 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (628,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,637 279,637 0000000000000001f9961d27f814a75ee6cb3302669cbcd41947139992e1dfad 0.26 MB 550 36
279,636 279,636 0000000000000002dde082a83731691a2790a29a21444edbd97854853347fcce 0.10 MB 245 43
279,635 279,635 000000000000000088e6a4ce4ab57f7964c5aaddc779a8ae38e5403887551b72 0.01 MB 15 43
279,634 279,634 000000000000000062afa13e3134764ae7d18a87f64385d6ba3340e656933526 0.09 MB 224 43
279,633 279,633 0000000000000001f44b4a28bca89f21e6f2b290ad8fab6d1ebb436b26f40c62 0.08 MB 117 29
279,632 279,632 000000000000000111b145c51a4027c24c2a5392ec39938d28c1b8150b978a85 0.25 MB 426 28
279,631 279,631 0000000000000001b0a0189e8305c97b746afbcb9d38587d082c6dbdf46f2c62 0.03 MB 40 23
279,630 279,630 0000000000000000e6e329a0a2aac7b81af4117811e66aa5a9ef639da0828f0e 0.13 MB 314 48
279,629 279,629 00000000000000023743ce6ed9156dc766adb8bdd949d38557072b4d336c2196 0.09 MB 188 36
279,628 279,628 0000000000000002c181840e2bd19e35a61aade8f533d0ae57bee7b859d3d814 0.24 MB 503 89
279,627 279,627 00000000000000006172cded1337d17c8476a3e52667d5284cd58f8af2ffb78a 0.10 MB 156 28
279,626 279,626 000000000000000174ac5f3af8141a8b984af3177e28716618c28cd7ee7c3ca0 0.27 MB 472 24
279,625 279,625 0000000000000001be887b3f7e5763d2b0028f8df640160a1da8ee6491c63327 0.25 MB 730 64
279,624 279,624 00000000000000012d9a7abcfac965491df5f6f36a23f8855d6854d52b7041ff 0.03 MB 100 111
279,623 279,623 000000000000000194653b10fa58a14b938d144dbae5562b0fcc6812077173f4 0.10 MB 204 29
279,622 279,622 0000000000000002194db7613b91d1134a7893f7628a6ff779c98ab015de9c2e 0.03 MB 84 122
279,621 279,621 00000000000000004243cf84f82699e2d098f8d90a18641fa933801f6f06dc4f 0.12 MB 251 52
279,620 279,620 0000000000000000a2c1ffd1591ef673aec07caef4fc4d497a09b30859e57042 0.01 MB 24 28
279,619 279,619 0000000000000002e2e36b0c7a15502f8514e6d8767bf66db3479204f14955ac 0.20 MB 456 43
279,618 279,618 0000000000000000ba861579957f275d569872701a802669ec720feaa7e3d177 0.24 MB 564 54
279,617 279,617 0000000000000001377557ffb31e0ad464d358623da350c7c9365b2dfb01b5f1 0.02 MB 45 39
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.