Memory Pool Memory Pool Refreshing

3,529 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,686 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (593,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,890 313,890 0000000000000000026650b3a5e92b4994463c16a453add9aa4cfc4648812735 0.13 MB 271 31
313,889 313,889 000000000000000010ec5280ee13bbf85a4fb1d92db2168cc7c25fc8258225d6 0.05 MB 112 35
313,888 313,888 0000000000000000342c5808b784ed9332e67ee874c4a3bf24e948f1d94644a0 0.21 MB 461 31
313,887 313,887 000000000000000031402a6e81759ac440b9adb1742747694d6772a5684b1fac 0.09 MB 197 34
313,886 313,886 0000000000000000244fd81e38a9304edb864a436bbd8f9464d527297d7f0d9d 0.34 MB 648 30
313,885 313,885 00000000000000000e4ee904953f73d962202fafe453169eb4ed3284699fa0b9 0.30 MB 530 26
313,884 313,884 00000000000000001aa17755b488ee57e0b402e63d706b687ea7040041812f02 0.71 MB 1,127 27
313,883 313,883 00000000000000001f1a8a122c8ea5512cfc88e0b3b6abc7ec825c2f1dc57331 0.24 MB 374 26
313,882 313,882 00000000000000002470cd94060015c883f41d0d965272fd1a44fdf57549b53f 0.06 MB 28 24
313,881 313,881 00000000000000001df3dbaec7d5b5592080222a1091f1fd9bd343b2ac0e7a16 0.04 MB 73 5
313,880 313,880 00000000000000001d9ad915c9f1ef6150df3ffed45ee8341e2f462b25ec4a1d 0.22 MB 223 18
313,879 313,879 000000000000000038808f15820e377f5152a3809786922df31a0ba5034387dc 0.92 MB 1,227 25
313,878 313,878 00000000000000002758bbb4e023523e8aaba965816eb912ab2a63b7a9ce15a5 0.75 MB 1,186 28
313,877 313,877 00000000000000002ef5bc9155b81faba524570d73f8ec70ee6a940ba92f133c 0.02 MB 43 12
313,876 313,876 000000000000000011616e02a20553e99f3179da5f1128f19bcd6459e979ae3d 0.04 MB 101 40
313,875 313,875 000000000000000027c7d305ebb8477fecf7ae629814faf3ab30b462144b2554 0.25 MB 351 24
313,874 313,874 00000000000000003167714ab4fe8e1799742cc3c82f83bd000879ebe0520adb 0.27 MB 593 32
313,873 313,873 0000000000000000270bdb4f6f8291169d2ccbb7ef6d4dd026448942be523de8 0.29 MB 684 34
313,872 313,872 00000000000000002fe819e27e0426dc8cd0f4a6943ed228b5eedfe41fe944c2 0.30 MB 520 26
313,871 313,871 000000000000000038589e6357e96a1b2696db4cb28b24279361a5adfb01a668 0.13 MB 297 32
313,870 313,870 000000000000000035494b4c7a01c39534f26f88a1e51c08f188ad988fc96ae5 0.08 MB 150 25
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.