Memory Pool Memory Pool Refreshing

709 transactions
18.20 vMB
Show Random Selection Loading Transactions
Max Size: 73/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,308 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 515 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (849,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,158 59,158 000000000a9ea0d0f443df79053359a96f7d80477f3bfa62a21ecb14fffa7e8b 0.00 MB 1 0
59,157 59,157 000000000791119d12c4f17182ce3e268991c87b5bfd2a7818c1792acd719e55 0.00 MB 4 0
59,156 59,156 00000000059b02dac0b6d638da254f0979b8e02a7c157299b1a0dec09ca9fd0e 0.00 MB 1 0
59,155 59,155 00000000013bebba836e98f9919d1c01e23e27fa0a481bad91a5e739af222c85 0.00 MB 1 0
59,154 59,154 0000000004dbdbbfd1340d0f72bba2062f18db8503cea15f5b6b681f16c95fd7 0.00 MB 1 0
59,153 59,153 000000000cdec94e35eb20a57de2d5757a96cea13d370cabb88feda5a48572e6 0.00 MB 1 0
59,152 59,152 000000000d8da21a9036d6d1e25f2d37bf524f794b24696bfaedfed3bfea576f 0.00 MB 1 0
59,151 59,151 000000000d43663bf823ea6d9527d350ec6926213b76809cfb4bc530d91393e1 0.00 MB 1 0
59,150 59,150 0000000003a9a8f6ca134f2703dc2ed3524e762d4d16de723234eb7f6cab67fb 0.00 MB 1 0
59,149 59,149 0000000008a9f06136324d68bd08ebdfb80d281edd68b41c244002a66bb6a598 0.00 MB 2 0
59,148 59,148 00000000032fb506cf77534d2184153320b296348a8cc559c912e3fb970ce100 0.00 MB 1 0
59,147 59,147 0000000008eec528663a447e53375e74906ff4452ae88436263af57cab50042c 0.00 MB 1 0
59,146 59,146 00000000034e60159c95c8a9bfbec5381633d91a10706e55df05200e7b533763 0.00 MB 1 0
59,145 59,145 0000000006829d3512ca413667c97cb459245ffc5b76c3bc3cdf46ca17ead170 0.00 MB 1 0
59,144 59,144 00000000065ffd5e186976ba42d5893a75f26ba18961837a434a04f819b915e3 0.00 MB 1 0
59,143 59,143 000000000838bdfc35be517eaea6f3f8eb8c1f7229ea10301f48c3ffae06c251 0.00 MB 1 0
59,142 59,142 000000000ecaac8f759aa167a5f6bebc084d1f955010606d75b3681d1eaca14d 0.00 MB 1 0
59,141 59,141 000000000de5dad046ed2a44a93fbd73ad492493d512633d1ae911d6eb55baf4 0.00 MB 1 0
59,140 59,140 000000000a979536dcd4d50eea30164c429f7d3f311ee4d3dbe73fea818e706f 0.00 MB 3 0
59,139 59,139 00000000064f54c2368124302ae625af13975b50ae027c694f8b2187f3ce6edc 0.00 MB 3 0
59,138 59,138 000000000400c82009cb9c01ad7af4eab748f28ee183133cfe5cc4cfc6f9f066 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.30 GB sent, 98.53 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.