Memory Pool Memory Pool Refreshing

4,109 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,809 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (698,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,266 209,266 00000000000002b6e6f76c78cb34ceff3dda75df001c6d4cfbdd0906218713ba 0.08 MB 190 181
209,265 209,265 00000000000004a0ae6f3c0df9f3f391d5a83cd8cd0593ad1d972e4658b78670 0.23 MB 366 166
209,264 209,264 0000000000000234ea46f84bcb185cc163f7225dd58482c8406ec08d0be5d085 0.06 MB 102 78
209,263 209,263 0000000000000322f9379c8cef24b01dece3f2b915098901edee0b99d6e97bb6 0.25 MB 414 171
209,262 209,262 00000000000002c6c37be545c1f9f0ff8f40e24695312c2fb2319d3f1cbc295b 0.00 MB 12 344
209,261 209,261 00000000000003b54192c326f4a258e9e3246525bc5eea0cfecf6b5b08b9ac17 0.00 MB 10 15,169
209,260 209,260 0000000000000207152fe8152778d57c4b61f4f1a7b2b65bf327d4e530fffbcc 0.00 MB 9 31
209,259 209,259 00000000000004ad78a303699d502e74a3b7223e3da30d879a48b0c3d417c6d0 0.34 MB 705 147
209,258 209,258 0000000000000080e18f945429e89802dc02519ee39dba66f00480da91f0af89 0.05 MB 142 114
209,257 209,257 00000000000000054fd80dbf8a59edb3545c5a5ba94ad634924ddc187e0166c6 0.09 MB 190 155
209,256 209,256 00000000000004c93cc7cad50195c627dd6a20f8449c85ea5fac09c8e2345957 0.01 MB 17 58
209,255 209,255 00000000000000e34dabaee419fd276631d057296dacb9d667ba49eea764659c 0.09 MB 177 148
209,254 209,254 00000000000004b6c98975d5e7b44775488afa418b591b22855559d96c34c249 0.03 MB 81 116
209,253 209,253 00000000000002ca3853e598b9d7bdadc0dd92a37eca78c17790ffc72ed8340c 0.08 MB 147 137
209,252 209,252 000000000000008b277f699f825b352f21570885fc871a57d0282b44a035d2f5 0.10 MB 174 162
209,251 209,251 000000000000022a5d38aabf34340a56f62c1b7dfe9922360d2968eaf7994c99 0.00 MB 1 0
209,250 209,250 00000000000004d07fba5ee269a4d1c29940443e3d5dbb574623ebb17cf5ef13 0.25 MB 550 237
209,249 209,249 00000000000004b59c50942a44245f83ab3ee96fad06a5e5a9f36fde8c514dcf 0.42 MB 844 177
209,248 209,248 000000000000035c69a1bb7ea093c66d0a82014fe4ca9c29dd8558c0ca6ac6fd 0.12 MB 256 233
209,247 209,247 000000000000046d8d3ab55929e42c2b479e93972a304e76d79221271ec5159c 0.05 MB 153 116
209,246 209,246 000000000000021b381b6ab528a4bafead99525e5cf4a5fadec46e64bfa8fd71 0.01 MB 20 1,135
Previous 10 blocks ↓
Total Size: 769.35 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,643.52 GB sent, 94.69 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.