Memory Pool Memory Pool Refreshing

10,089 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,293 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (742,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,551 165,551 0000000000000ac5b5554886b46010377196d9bc525946d45271f2c0d1cf9d7d 0.02 MB 56 179
165,550 165,550 000000000000093b86409b57de0c057684bfb911d7ee41dc8aeb9bfa4cfced00 0.00 MB 8 0
165,549 165,549 00000000000007f1cf5a15a78b844400cef2d1343efb7cd3a1bcae5fad98c5e9 0.02 MB 39 60
165,548 165,548 00000000000007d5b569e4993a14c62ccd8aafaaad416a990370cb97abcc2919 0.02 MB 27 485
165,547 165,547 00000000000003bc33d58e6c830d301c4b8acaddd59500e0768fa5f26b31520a 0.04 MB 107 98
165,546 165,546 000000000000039a3021b2ff4388e41a16322387f4b8e8e7670ce5d7affb55ed 0.05 MB 112 284
165,545 165,545 00000000000009a1395bcc11a7680a2a59dd0ab3962270a9332d0fdde3d7416e 0.01 MB 13 0
165,544 165,544 00000000000006d11d5e9bdde76c1c8699b3d5b170da38c07fef986af566fe12 0.01 MB 12 37
165,543 165,543 000000000000042af93abd1c7f589613d5e187ae84a2880a85a3a1fcac62fa64 0.02 MB 36 195
165,542 165,542 000000000000085811b2475795832d11e5b41f91f9ddc48ae6948f6cd9181e9c 0.01 MB 16 142
165,541 165,541 00000000000001be7f423d923f03ec85982a6446af020077204dddc3009c4560 0.01 MB 27 815
165,540 165,540 00000000000003e95e99f6a06d13d78c7881b42fa731040a679925c9984745a9 0.01 MB 18 251
165,539 165,539 000000000000053274bbc7b90f9fbc58861de97fd0f0039f987f45f436dc5210 0.00 MB 11 98
165,538 165,538 00000000000005aa434e039528f139726517004b1d02641bd654b1a7f0491539 0.04 MB 134 83
165,537 165,537 0000000000000889e4b50ff267211a22f56be84885c880864c0de02e565588b5 0.02 MB 41 155
165,536 165,536 000000000000094aaa6e1823c91670880a07c2c38f81463e03caa17f44ed3a18 0.03 MB 67 123
165,535 165,535 0000000000000a25d96f556303408ac0c0473107a1076a685dd0f3cd433af9c2 0.03 MB 92 20
165,534 165,534 00000000000009fd059a4c8d37a7280132c01a003e5e0c3fbfe76b8f22fe51e1 0.03 MB 72 118
165,533 165,533 0000000000000ac15badf58e1b53bf1b657924046cdc9f4f7ea38b72059cb855 0.01 MB 33 366
165,532 165,532 0000000000000b05dd0d0622dc0568768954229022cf5839ae65a8c3c44e3f04 0.01 MB 31 3
165,531 165,531 00000000000002902726d048027bfab89a1b5845bcc8d5ba92379e368d199e02 0.02 MB 11 292
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.