Memory Pool Memory Pool Refreshing

3,561 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,321 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (650,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,649 257,649 0000000000000027898cf36cc11450b6f12a045ae7c37ac8e1d10299524ffcdd 0.03 MB 86 92
257,648 257,648 00000000000000200e3c1161f6cb8209b3ac318e82350d150b0ed85a130f82f3 0.02 MB 51 57
257,647 257,647 000000000000000edce6d2cf63869b7742c7948f5b69e181baa10d4ca87e7693 0.07 MB 157 105
257,646 257,646 00000000000000165c036f1997441e82dbb6d1bcf1b23e5386d1fd770b385c65 0.20 MB 463 96
257,645 257,645 000000000000002606d6a9f3edb988d44c41e47870fdd0024a602bed5ca27f32 0.11 MB 271 114
257,644 257,644 000000000000000dcc0790ea6754d4f566ac9db9052bb61cd14f4a5144c28d18 0.03 MB 47 104
257,643 257,643 000000000000001a0f8648deae6fb97a70e61914b2f0892d795c1c892ceae497 0.05 MB 122 99
257,642 257,642 0000000000000024207eeb60f9dbfcbee284cee70f51ec8d0e666657399b142d 0.04 MB 108 121
257,641 257,641 00000000000000187377a046537d839b32631355f7bcb821cf83968efbf03398 0.10 MB 234 105
257,640 257,640 0000000000000022f29b1f2b7823012a63d58a468ecf036c3d37c72ee8936fb7 0.07 MB 162 112
257,639 257,639 000000000000001987ca0ac01d9a8a0d2f937f8c23204f5374a38fca440a6a11 0.01 MB 16 93
257,638 257,638 000000000000002134ec2923ab05bd360cc28c4b6b4da447292b5e52c55942ff 0.01 MB 39 102
257,637 257,637 0000000000000003cc8efc851d376ae8af082a17c201f51ea1d55bbf88d9cda1 0.03 MB 66 131
257,636 257,636 00000000000000172a1de9cea5160a2cd2b46d1557bfd7909658e125b015fe89 0.04 MB 93 25
257,635 257,635 000000000000001fa60a02202b0a1ec1ecd59bbf57ee1f1be671ace948171c13 0.08 MB 159 126
257,634 257,634 0000000000000019d87bb55fc17aeea478cb702f60a413a1021d7b3a51ac8e06 0.06 MB 135 114
257,633 257,633 000000000000002ecdf55014e3263c4fe51f13b1a0f666adfc5367b94d54201a 0.04 MB 82 37
257,632 257,632 000000000000002f654679875f7add5806b0f8d5d2dd404b8e4fb8262bd9163d 0.09 MB 186 64
257,631 257,631 000000000000001da83bbae22d91072eddd2ae03a10cfcd48bc6c49a04bb7635 0.25 MB 563 107
257,630 257,630 00000000000000036d9c1e55f24cb5a8368879666967bcccec3f8a25c1d38a46 0.03 MB 58 57
257,629 257,629 0000000000000018fd787fc3e5ed1f4f71caac456503e24884f2c4ea8e0d51b5 0.09 MB 157 77
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.