Memory Pool Memory Pool Refreshing

2,467 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (677,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,687 230,687 00000000000001980be7cb03b9ac278791a3d7694c9782f79e351dd9522928fe 0.24 MB 408 122
230,686 230,686 000000000000022f8d3fc27f652e6552f03eb06eb61a8bc3d95edf9a38794c6e 0.06 MB 118 139
230,685 230,685 00000000000000e08142d09c98623a6537e01cebe1c7fc8724ee21b4675110a5 0.25 MB 324 42
230,684 230,684 0000000000000170a8e155466decc8d2081da08ffb5dbcf4463ea43c374615db 0.25 MB 262 78
230,683 230,683 00000000000001338c5df689688e8cf17a23decd16234c799b23792c972f6ac1 0.47 MB 986 281
230,682 230,682 0000000000000021d3f135ac0592bdb02e781abfe33d5f379af71713ed6109c1 0.25 MB 558 195
230,681 230,681 00000000000001a88f175a7dfcbf466ed4fd2a97f0886aa2b69800cc44d82150 0.07 MB 195 188
230,680 230,680 0000000000000138a98f35f9784777e429150e2bb23299cd1cb3571f24aeff0e 0.25 MB 548 596
230,679 230,679 0000000000000133b374b193e1c880eb58cb8651db0c31c144d95f065bd6a627 0.14 MB 238 137
230,678 230,678 000000000000018ca42ad952793cf29cac4908435a5d0aa11a6aae709b934e90 0.25 MB 334 59
230,677 230,677 00000000000000d260d12820abf060aa9cfa1e7a63e4f3dfd5b0e6d48b9e9aff 0.27 MB 290 62
230,676 230,676 00000000000001b14b1c99b5a5541941c292d90702c28a67f2fef782ec6a312a 0.25 MB 679 307
230,675 230,675 00000000000001c8d9d319ae046eb19edc7a1240ed7131c96b86a368774a86c8 0.22 MB 441 174
230,674 230,674 0000000000000055976b0211903c11c6fc00762a6cfaaa7697733670dd0b8f9b 0.08 MB 164 200
230,673 230,673 000000000000017cf8be4f7c8beb0fc907f62a440ccc022d65ddbdaf3ea12837 0.12 MB 191 317
230,672 230,672 000000000000016dd7389caae337f2d50fc4cfa6b94e706de50adbcb27f20292 0.22 MB 432 159
230,671 230,671 00000000000001f3e009908126f9347c59f793f9e060b83756663a5a9631a743 0.25 MB 445 61
230,670 230,670 000000000000002aec87df7dbaec0ccb7844833872a95cab379c4ad51ef449bf 0.33 MB 418 97
230,669 230,669 000000000000015fc144fd290364a12493ee2948bbde7b9cc5c738886b9635af 0.25 MB 721 254
230,668 230,668 00000000000000aee814507e13ed5a1369df42d4c8ccdfb8d61b1a78ee4bd692 0.06 MB 153 31
230,667 230,667 000000000000008db4fce36cb67898a6f7b8716e4a5caaed96807fa6e53be160 0.10 MB 335 63
Previous 10 blocks ↓
Total Size: 769.14 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,632.00 GB sent, 93.60 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.