Memory Pool Memory Pool Refreshing

3,417 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,062 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (52,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,921 854,921 0000000000000000000136d13dcb413536cdfc68f224589e236841c907f09860 1.79 MB 5,840 3
854,920 854,920 00000000000000000000beff3b2980e815fd450645de3342ff579714b90f3ba8 1.57 MB 4,356 6
854,919 854,919 000000000000000000026da74475547e63be9502e64951975088ce794c7bf4aa 1.52 MB 3,534 6
854,918 854,918 00000000000000000000c9a4cff8e12cab1fc598d12d5bce3fcc20dd4e7d0ea9 1.56 MB 5,027 4
854,917 854,917 00000000000000000002abb3cfae37dd6602411531b8391a277c1f641cfb051d 1.62 MB 7,283 3
854,916 854,916 0000000000000000000176257ee690aab98410f390ae4bedae89a4d584e48607 1.47 MB 4,464 5
854,915 854,915 00000000000000000001889a79d97d11881c47ba6d60114de010f8d9cf9ff122 1.61 MB 3,652 8
854,914 854,914 000000000000000000029102749af14161f5f75311f06d0bd462cda4366101ca 1.64 MB 7,756 3
854,913 854,913 000000000000000000003e3593b224e6391654a85fa3d155df9c1889f782ed44 1.56 MB 7,401 3
854,912 854,912 00000000000000000000a498ecfd8fb705442e1c7c935817a6f8e7fc7b4e3f0e 1.64 MB 4,857 4
854,911 854,911 0000000000000000000240a7f5bb94a2a6dfcb3737f71dc25403a12584f36f35 1.64 MB 7,126 3
854,910 854,910 000000000000000000003c9879d259a060aa6f70f56df3943e7ad837d0cf07ab 1.60 MB 4,809 5
854,909 854,909 0000000000000000000029c4ce1e0100dc1f9fa2efb350e47ce30d2f0a6c41a6 1.92 MB 2,552 3
854,908 854,908 00000000000000000000a212ff7eaa6afd9440b9115d859678e0f5879061b524 1.91 MB 3,909 3
854,907 854,907 00000000000000000001df0f215272f5c9a9930fcbfafa75268667ef1c4e34f1 1.54 MB 7,089 3
854,906 854,906 00000000000000000001291acf90b14c1da3b25c81776dd3f2904738d4c2a207 1.60 MB 5,513 5
854,905 854,905 0000000000000000000000ef23ad627cc9515c9ad59d497a8051133570935e36 1.68 MB 6,892 3
854,904 854,904 000000000000000000001420d3178408c7c215d2503e66b8d177afc2a9549944 1.57 MB 5,892 4
854,903 854,903 00000000000000000001e7b04729b4d88d07136db7742710585ae62bd88c4e62 1.60 MB 3,318 5
854,902 854,902 000000000000000000011b91a4176c63cf73ccb23be1068d6199eb301956fc29 1.59 MB 3,271 9
854,901 854,901 000000000000000000019de9fc2e6625f11e6c057f16202de3c9ef139b32522f 1.58 MB 3,431 6
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.