Memory Pool Memory Pool Refreshing

8,312 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (773,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,286 134,286 00000000000009462037040fe4333c9a8f8a786b831a2ae5fdd98b85240a3842 0.00 MB 10 1,237
134,285 134,285 0000000000000757d87be8a6f5c763e111a9bee523c93e3d3f718358d49727ee 0.00 MB 10 74
134,284 134,284 0000000000000ae98246a850116a4883dc852b54fac3caedb5afe24098f6bc03 0.06 MB 140 151
134,283 134,283 0000000000000794ce4964f440c0579a8b831529a1f90c2bc457a25db70d22e0 0.03 MB 50 593
134,282 134,282 0000000000000806bed3c3e1b71c562daf82a7596b19c0f5562fea0f8a99c5cc 0.04 MB 112 812
134,281 134,281 000000000000043cfc87f41dbf15ac2f886b49b7cd36799f67b808d83d6ec9dc 0.04 MB 108 416
134,280 134,280 00000000000009b1a878073d95cf0519153eb95b8834233766d0336fdcb52eb4 0.02 MB 49 640
134,279 134,279 00000000000007dc213e33c38a87458eb6e28da49c204954d900f126a977bda8 0.03 MB 65 323
134,278 134,278 00000000000005a127c6f5a1819ed2da9097dea84d88f031dba187bd4630eb4f 0.04 MB 97 536
134,277 134,277 00000000000004bca2a804066b7c980d1fc676df84ec342225ea328c77baf5a5 0.04 MB 91 377
134,276 134,276 00000000000007fabc5891a2d5b7d0211258312343c5317859408a6ac703dbe7 0.06 MB 145 373
134,275 134,275 000000000000023bc484a80fe6c4e5f5f5c4f4e45de83c26e8432bceec35c3a6 0.01 MB 21 1,077
134,274 134,274 000000000000030e8b7c289910e300df3b2b3fcab4a3606c02dfd02858124895 0.06 MB 148 152
134,273 134,273 00000000000002c5135e8a240bd7fa3759f4a559d33fb67cc5d6bf25f7f07a79 0.03 MB 69 451
134,272 134,272 0000000000000770a1f56e79f3daa3b1c13f6f3671aa3d3ea6eff009d5318639 0.04 MB 118 179
134,271 134,271 00000000000003cc83ae0538d8c434443bc002664d0e1d0915e158fcd6f16519 0.03 MB 84 1,491
134,270 134,270 00000000000009978e0d8cc904907ded1cb1cf2619b36b91722a91dcbcff2f9e 0.05 MB 108 343
134,269 134,269 0000000000000824fd9cddc1bf9e7a195f1c5cfd07de95c38ece6208b71088ad 0.06 MB 156 171
134,268 134,268 000000000000042ed7f3d27a07ef6558ed7b6c9ca31a4e305c7d03ec1e433a38 0.03 MB 79 692
134,267 134,267 00000000000006122e8f157faf9b8c059f56ad38b3885dc6f24d7129528fa700 0.00 MB 1 0
134,266 134,266 00000000000000c97dc422affcecdd4c592c2c5c36f36bb0539628c7649eed16 0.01 MB 8 1,252
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.