Memory Pool Memory Pool Refreshing

10,196 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,467 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (638,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,472 269,472 00000000000000001260afea71b2c508fe83f53f6c5570b7396d34b61f641104 0.25 MB 684 72
269,471 269,471 000000000000000862c3157e0868bb23b4e1688eee4f209e19639f14dbf61be8 0.20 MB 509 141
269,470 269,470 0000000000000003b91d5647aa32de853cdd094836ec513841d7b7880f196adb 0.02 MB 20 14
269,469 269,469 0000000000000007902564ff148106d5bb540e5bbce5b265880250962fdb0b01 0.25 MB 670 46
269,468 269,468 00000000000000072805c58e18a275934bec9447405db25f604dea794d8aa765 0.20 MB 427 155
269,467 269,467 00000000000000071159812776054e45b6914f620d7b4ca8c3ddef2fd9c63b34 0.25 MB 409 56
269,466 269,466 000000000000000133e69e12c19d642c0c7cea0cf01e9acf1d600ae1dc89a819 0.50 MB 360 29
269,465 269,465 00000000000000055633b70afe06a6a26369140c7632e0aed0fb885901293048 0.90 MB 541 22
269,464 269,464 00000000000000084d7633d6d16ef0a83402b42b598ca9c8e35c10ce7e5f76e5 0.25 MB 696 74
269,463 269,463 0000000000000007b8e7be06d08d10e9116c6dca500ba3f4e54639e97d408c9f 0.25 MB 520 119
269,462 269,462 0000000000000001a89865fa5a1fbb876ca32f8a59861ce2b8906d108b086a10 0.25 MB 226 28
269,461 269,461 000000000000000768f17bac1dadf29a105a027c1242ee505116c0cc6ea94262 0.25 MB 610 83
269,460 269,460 000000000000000631a19f419f5fb2a03e964c9809d947731313a8237ee030e7 0.50 MB 915 88
269,459 269,459 000000000000000297bc8dbc11e4c3d3a9b99477feda6a1180601a76654a246a 0.25 MB 641 106
269,458 269,458 00000000000000038b33ced0bf1b7bd0aa74b8e3d1c0b062e069a3338f012bd0 0.50 MB 626 46
269,457 269,457 00000000000000038bac6cc9d8abaaf69fad4b081b725f03b02c360ddbf5fb4d 0.25 MB 538 71
269,456 269,456 000000000000000374c64dce891d87eb5e30d864059bd1071e05f4f61670910f 0.25 MB 801 58
269,455 269,455 00000000000000008d63f2d5dfd1c1e9cd39ba275dbbefb098ba616686241ab8 0.25 MB 676 97
269,454 269,454 00000000000000039a2cfb61dc7794943109265af786a7cdbc225f72969771ce 0.50 MB 1,139 41
269,453 269,453 00000000000000001801e2093a69c1029e8d44a4e7c6b0dc41330bad1551b7cb 0.25 MB 724 49
269,452 269,452 00000000000000065a26c194a21b0e0e4abee6b294e6d3f78ee1aa04bdc1aaf0 0.90 MB 2,298 88
Previous 10 blocks ↓
Total Size: 769.02 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,624.79 GB sent, 93.00 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.