Memory Pool Memory Pool Refreshing

10,321 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,471 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (646,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,631 261,631 00000000000000087307c4fd6ed5f8c6cdff3d07514ece380f4b03a59a26436a 0.04 MB 99 102
261,630 261,630 0000000000000000dcd9335f478f77729742acb5c06cf55f12a20a19586cb6c7 0.07 MB 173 95
261,629 261,629 000000000000001b2e515d53f4951fc63d451f6f0a866daec03ce012a2c90e46 0.01 MB 32 125
261,628 261,628 000000000000000445150d74e1f82a79f1c62f051ab8771a6af1c1397de323b0 0.15 MB 369 76
261,627 261,627 0000000000000009726452cf804ecab28efc98aeb48cb6f72397fed21016e1c7 0.03 MB 47 89
261,626 261,626 000000000000001195be13917c0936e893ad651b2660e6f68dd975fef1695c43 0.00 MB 1 0
261,625 261,625 0000000000000007c380e6e7019ad7e19baa0f8a3b66b4916e9868dc46dd695f 0.23 MB 544 138
261,624 261,624 000000000000000a6beb0756583eb335e416cbf626aecc816f39821de2437552 0.01 MB 15 34
261,623 261,623 0000000000000005ddca59445f9a2a22a3032e2c57830f9f3f05a47933ff9698 0.16 MB 400 139
261,622 261,622 000000000000001172e7bcd02623dc24c6e3b97350707f91e9ddefb060845e69 0.16 MB 363 100
261,621 261,621 00000000000000077098668784cffac45970f4b2cf877c75aab447e14fd23279 0.20 MB 440 94
261,620 261,620 000000000000001a9768d199545812a262029f793f1f7006c519ac9e504b6a20 0.15 MB 357 103
261,619 261,619 000000000000000cbd614210781e87d569782ecba38715aa32a187bf5b57914e 0.17 MB 398 131
261,618 261,618 000000000000000e7657ae3d55cefb310e2f60ab4712a1ac1459063b8cfc1659 0.11 MB 233 82
261,617 261,617 000000000000000cd58068dee056932503e6e6fed79f98332c61b6dcccaabaed 0.13 MB 208 76
261,616 261,616 000000000000000f0baad98448432cbc194c7f5c20d58ece24b1078372d5c37b 0.05 MB 119 145
261,615 261,615 00000000000000106333cbe217aab094faf97c8df5cb63d93d23d22883ffa5d9 0.01 MB 40 65
261,614 261,614 000000000000000acec2e3a35a2cfd199fc841233dada1222ede25c8d94a36f8 0.08 MB 212 113
261,613 261,613 000000000000000e613e8b19d32e0cf1f0607c847a586afbf4d8abc3f46b93ff 0.14 MB 222 78
261,612 261,612 000000000000000a0d887b370702e1c827ef9d247339a31df404e58e48779fe1 0.05 MB 76 81
261,611 261,611 000000000000000c28238808a092374d5cd7a5ae4ec9203c0265fdd05304aba4 0.14 MB 347 118
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.81 GB sent, 93.01 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.