Memory Pool Memory Pool Refreshing

7,747 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,417 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (701,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,922 205,922 000000000000030bf4a7132969cc0f0e989a60ec00e631da9e7c7233c792ffc2 0.14 MB 193 147
205,921 205,921 00000000000002460474e3af0c72570d423e34429109057880da01254a18032d 0.04 MB 104 39
205,920 205,920 000000000000022fc372a711c0e7926927e522ba4692f673069edfe825c7f789 0.07 MB 224 218
205,919 205,919 000000000000030a5c187b475d7f1837af1df54cb92fc2d73f9dcf59f3d54cbf 0.03 MB 84 70
205,918 205,918 00000000000001ca046f9cbe41f2c161bbd2984dee78ffab28fc252af7680a98 0.12 MB 273 290
205,917 205,917 00000000000003a7550ed0f752c267c5ba2ec7ae64257a03ef4906e74c706ce2 0.00 MB 10 153
205,916 205,916 000000000000008b9dc4ad41d96f8fc6a5bc2eec171aaaa457dc0d3c3c170a7d 0.12 MB 175 192
205,915 205,915 000000000000012d52f7fa894de0b0dcbeee04b97e4b01002845e0c7f5b9bbf6 0.16 MB 152 167
205,914 205,914 0000000000000297a8c690823d3a899c5e04397c6d689c468f54a890266d2d41 0.21 MB 505 199
205,913 205,913 000000000000048805da02ebb2e8d5ddf3f243054852c2d9ab9b2fa4c5b1b0ec 0.00 MB 9 222
205,912 205,912 00000000000004f057ce014d73f054ac2e6ccaec5fc069cf7288fe41cafb8024 0.02 MB 33 87
205,911 205,911 00000000000003f791a4acbd3f052f5dbf855fd6820e748294c172dd37919231 0.04 MB 58 119
205,910 205,910 0000000000000203659728764c2b022d1849d0c08177978764978237ef25366c 0.00 MB 9 150
205,909 205,909 00000000000002e6ff3f445a30041be42a81f31378c03f36f1515633f072271c 0.15 MB 305 63
205,908 205,908 00000000000004f87e20a5515527ef2d45d5d6c435af8781c8351fda7e4904db 0.30 MB 700 232
205,907 205,907 0000000000000238a9198aa0432f16cea46831f9f84dafaf58aed33830a64ee3 0.00 MB 7 334
205,906 205,906 00000000000002392bf03c50b3248a891e23682e56199e45cbdf242193296086 0.00 MB 1 0
205,905 205,905 000000000000029df5ae1c6b3ca237a7e9d1343cd9d8c1676fe95752a7cc57d5 0.11 MB 195 176
205,904 205,904 000000000000027c5e9f3964ddee2613a35bb75990ce549ffeaa12625fb5ef1f 0.00 MB 11 471
205,903 205,903 000000000000037121ec311b6fc779bdd4331f3520f89069b6a0c8cb33dbf8f1 0.11 MB 120 140
205,902 205,902 00000000000002088879ab4c48261002168d6d33e74e796080ef5e18e437e854 0.03 MB 99 28
Previous 10 blocks ↓
Total Size: 769.25 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.10 GB sent, 94.16 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.