Memory Pool Memory Pool Refreshing

8,607 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,091 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,561 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,090 (858,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,292 49,292 00000000000e1a6066e52388cdce9a6e5773a124d1e906d5a3379c02bcaf567b 0.00 MB 1 0
49,291 49,291 0000000011c075445249d2aa16637024337061b2b7bce88684458f1f0749c8bb 0.00 MB 2 0
49,290 49,290 00000000091e8e050d838c6024484e8a908b1d0323be8a7fce7843958b27f45d 0.00 MB 1 0
49,289 49,289 0000000024631137e47b3f8b620a5f631e3b5c5ad2d9b963442ba383da242aed 0.00 MB 1 0
49,288 49,288 000000000da7a96ed54ad141a730817582de5306c1ec46ce5d73504cd9546379 0.00 MB 1 0
49,287 49,287 000000000884ce148b043983a5efa02deeba2823621a7e9620f36f3877818825 0.00 MB 1 0
49,286 49,286 000000001cb6b9e1cb6984d59928a74b9379e73aae5c6c5bcfeaa801b8b7f35a 0.00 MB 2 0
49,285 49,285 000000000ba281d592bf32184c2869f9e3cc6927302369ec8b4918dacf08a248 0.00 MB 1 0
49,284 49,284 000000001606fe44c7f023855e0f8a082c852911d12b005e1426ee228ef7a1aa 0.00 MB 1 0
49,283 49,283 0000000018595b3c42b49e9cc06e551398630cb22d166bce058c4cd633906feb 0.00 MB 1 0
49,282 49,282 000000002478157a492ea46854e2e25ddfef308b92cc4a70926591b72c6c4db0 0.00 MB 1 0
49,281 49,281 000000002480149683eaedef99212359a0fdcfa8500fb81ae5123d64a033f58c 0.00 MB 1 0
49,280 49,280 000000002298608d46cb21de0d42aa639946c9a657c01194e18d4e7b85cf18f6 0.00 MB 1 0
49,279 49,279 0000000028e445f46bc10d92014f0795b26e8dc0b6726cd73f1f4fc83a284550 0.00 MB 1 0
49,278 49,278 00000000050dc7db23cd85cd21615362e3a9cd42fe6cb721dab0b8847a4191e5 0.00 MB 1 0
49,277 49,277 0000000013cc9c5f96db7f4fb6a41c97d9fe6bb01d031c90dbae096c64203466 0.00 MB 1 0
49,276 49,276 0000000004ffd4d39880d0f7f2e47dd7d9c608ba7b34be06e580577a62e48cac 0.00 MB 1 0
49,275 49,275 000000001f3b2990d7bdb2fa26bb86f1886d4d91a2597ea43bd1b961ae8227e6 0.00 MB 1 0
49,274 49,274 0000000014d9b9cfe596340b10fc1c503fec76593f919b1cc72720e418da72d7 0.00 MB 1 0
49,273 49,273 0000000027a95945aadfd85aa29fc3ea663456dd09b687d8ccecdc15a83da52a 0.00 MB 1 0
49,272 49,272 000000000ed7194b0e1597e6ccbecc3fec6123573f26f5644fca69ee442391fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.65 GB sent, 96.48 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.