Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (675,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,642 232,642 00000000000001bedc89d300d2b769067519118bc8ed00ef68bd8e8487a92325 0.10 MB 204 179
232,641 232,641 0000000000000052afb1199046fb82709f571889973fce2a7bc326cbe430d6f3 0.08 MB 126 113
232,640 232,640 000000000000001f8d1600ff8b78f6e2a4039adff1b0fb9120e08b59f1bc9132 0.25 MB 428 117
232,639 232,639 000000000000000d1418c6344ae7f7c9c17e07dc6cdc336733c8c9ae811061cb 0.25 MB 724 202
232,638 232,638 0000000000000166a117d470a30f10ac2ba1b4718111d259b1cc904de7cf08cf 0.19 MB 498 172
232,637 232,637 00000000000000e42200f91fd04fc26414209c078af4e30607721c744608769c 0.19 MB 195 50
232,636 232,636 00000000000000b099be2ff283975377c4b41fc20db5a9478d59c9fb90b3bc91 0.13 MB 355 192
232,635 232,635 0000000000000131c0d42108042696baf8557ec321d9df065ef86362c73355fb 0.02 MB 65 27
232,634 232,634 000000000000005d112f700e8c5586a5caa4c73ac0763d046865e9ef6115f141 0.32 MB 760 135
232,633 232,633 000000000000017cb1d4807c99a408b104f51d24788fdb8ff9c28eabb4bf7fa9 0.24 MB 428 178
232,632 232,632 0000000000000141686ceba58449a93c304b07aac8188583fbbf35aa66fff586 0.25 MB 666 373
232,631 232,631 0000000000000007e967587557d2c26fbd6259a6bdad4f2943d1f23f5fec2517 0.01 MB 32 89
232,630 232,630 00000000000000ed38250e39c9833d4d78b88a38af01c1bb031850df8e340fb8 0.00 MB 5 25
232,629 232,629 00000000000001b622438ba610a24f6bcfc1b43ba0937f515cb03f666bde8a07 0.14 MB 340 158
232,628 232,628 00000000000000613c29f13f166ac63287539809f4dcd4eab5f99e8538500564 0.22 MB 429 148
232,627 232,627 00000000000001da4b00eca6697042c580fa288fed186ef4a41453c989bb0548 0.24 MB 536 156
232,626 232,626 00000000000000ab00c631f0f4d89adab48f0e6c7539e63f994e8d1f97c7843d 0.21 MB 467 156
232,625 232,625 0000000000000150e2d947e49f634f3d45dc4a3e38b1a356e18553187887d000 0.21 MB 411 105
232,624 232,624 0000000000000127a33bec9e592b537ff9d36bcbc650acd5b2130f9bd162ddd2 0.03 MB 63 99
232,623 232,623 000000000000013659da31200bd77abc92e73703385cef25efeee1391668aa1d 0.23 MB 553 163
232,622 232,622 000000000000017055ae6f4811cb27e948e7e70af9ee672c6abefda399ce3b68 0.00 MB 3 49
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.