Memory Pool Memory Pool Refreshing

7,163 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (698,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,516 209,516 000000000000026e4b9779e359df413df859814b555fb6c2d3a27a29d6ade8fa 0.36 MB 659 137
209,515 209,515 0000000000000215a22c26b692f19e171b81255e9b061bfb98625e13421e8472 0.15 MB 276 159
209,514 209,514 000000000000007a1ade8cde81726f8bd2a687f8aa32af150dbe455bd3616194 0.13 MB 222 138
209,513 209,513 00000000000003b917c7ca729b2dc7b76ea4fc1df4175647f5b418cbb6dc2379 0.25 MB 619 201
209,512 209,512 0000000000000319d73db6bf55e42aa88cd5b529634e78b083c9d688eefde740 0.25 MB 667 185
209,511 209,511 00000000000002a19071d9da67633a3f6e9bcb0cebf574f171f923d947333a81 0.03 MB 99 111
209,510 209,510 00000000000000adb076bde7c97494ad5d5ee8e18c705b8fa08a14462b00e04a 0.19 MB 472 201
209,509 209,509 0000000000000443a9da80e8cbd80c9d489262d7f791cb68de64bd003754590d 0.02 MB 19 49
209,508 209,508 000000000000048620cad32b44630ce49a03437c31cb64af9893dc40721fa387 0.05 MB 147 194
209,507 209,507 00000000000004eea889f6077d13375f8c6afeed3d2763a5b58f842033fe9eab 0.03 MB 68 136
209,506 209,506 000000000000046da260a2508678ea1da959d3f84fcb7ea502573d43ebaed843 0.13 MB 395 194
209,505 209,505 000000000000035700ff0153da225bc4839e1e58701292954d8fd18ff8d3cbd0 0.02 MB 39 93
209,504 209,504 000000000000045cdf10e3a4530ef4672638573c0adbb9bc6197c7e56e3957cc 0.19 MB 305 142
209,503 209,503 0000000000000011c57b63b65cf2318ce346f9d83baf2ba3c1b6daedc840792c 0.05 MB 143 63
209,502 209,502 00000000000003504426a75f40bf6b57fb24d9f5477e8cd36ea1ae6a6335072a 0.25 MB 719 250
209,501 209,501 000000000000014c7214f30f2826e8305268dc1abbe1ff63f2014be46155b177 0.08 MB 230 195
209,500 209,500 00000000000000f09437c57b3855345b1f06c3fd0154dc008bf640f937848808 0.04 MB 108 136
209,499 209,499 0000000000000163e4576362adb2ac0e789ac03fbd3a94577d9af9dff882d7b1 0.04 MB 97 673
209,498 209,498 0000000000000084856cd1199f62fa0169b1a14167a8c5c1d6ff840c5f906993 0.00 MB 9 187
209,497 209,497 00000000000002d4fffb2f2d1161c872ce024bc4867dc22bc5f76e5035d77496 0.01 MB 20 151
209,496 209,496 000000000000041c9de9c7c57a8a19163a0d839fc759e0c1d0c346c2aefad5d5 0.02 MB 33 119
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.