Memory Pool Memory Pool Refreshing

6,345 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,688 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (826,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,631 82,631 00000000000dab1e5994dc20ea657718de249ffe8721c80668728c70c742d8f8 0.00 MB 1 0
82,630 82,630 000000000001f2f4fee8b162468e22e0a85485869e74e26bac7ad4b3935b7f3a 0.00 MB 4 0
82,629 82,629 000000000025309798bd12246a6108736af1493c0f31cce654e1f88e07365e89 0.00 MB 5 2,143
82,628 82,628 000000000042556601cfc51d4a676261ffe6281c38f09ea789e5adfe87e791bf 0.00 MB 2 5,208
82,627 82,627 000000000044d29ec65c0c62d0b0c75ba43db8aff39af2a3a5971179fd94164d 0.00 MB 3 205
82,626 82,626 00000000001a6a2affd43dc1633d21ad523af330b1b32b38e436d3f5efcf0452 0.00 MB 2 3,875
82,625 82,625 000000000001667c1c135a44e482d906208876414692094250ca7d766e70ebc6 0.00 MB 1 0
82,624 82,624 000000000017b5cfb38105b71bc5fab8ec4471768badb80b0cb6d1039c7373cf 0.00 MB 1 0
82,623 82,623 00000000003712e5aa60e2dfb32a83d4894481127c73e4ff6d2538d31e8bb26a 0.00 MB 1 0
82,622 82,622 00000000003d72bc36abd74f3a271d0692c037ca5e1d0c320fa0885665837cfc 0.00 MB 2 0
82,621 82,621 000000000038d6296089006c0571613fa9c509cf82e3a82ef00ee07c542d7045 0.00 MB 2 0
82,620 82,620 000000000009d39186d2446a38043f7d8b5ccefe6d177b0e980af745484b5730 0.00 MB 2 3,861
82,619 82,619 000000000027b26568091966d3f612a1219165ebe549f1c5388eb1cf377dd6e9 0.00 MB 6 0
82,618 82,618 00000000000aed443b8f9266be5383d359672947c1a0ad0a245c75c43d40a85c 0.00 MB 3 0
82,617 82,617 00000000002f679944abdf31ab6b7f194814051432c6f664fa49111d7b53494f 0.00 MB 2 0
82,616 82,616 00000000001e7167f304a7520624a4d8bc9b8da52d0983a3d694f4883f838880 0.00 MB 1 0
82,615 82,615 0000000000352b2f02cbd6d5b27ed2a3ec82ae8c12e7a607c0e7c69a79ace6b3 0.00 MB 1 0
82,614 82,614 00000000001f66f1d020e6772cfd1715482ffc145b951cfec7efec97098fbeca 0.00 MB 5 2,150
82,613 82,613 00000000002f488fa0300318ac37bb791a59076418df9b4d6ff1a8b7be297954 0.00 MB 2 0
82,612 82,612 0000000000417dab80441dcd50ef89a8bf71261fec104e321fc647ffd36c73eb 0.00 MB 2 0
82,611 82,611 0000000000173980c079dbbfda6c1eb1cba22de1f80148284137987c652d95cc 0.01 MB 2 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.