Memory Pool Memory Pool Refreshing

10,048 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,650 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,366 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,649 (705,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,747 201,747 0000000000000567221cdf31b4c8d4a3da0f694b5df7504271c9b42b47feca14 0.21 MB 379 174
201,746 201,746 000000000000008181276164d5f693a1d3316ee04ce99aa53e6ba1997e76d688 0.05 MB 137 92
201,745 201,745 000000000000016a1f44835a00542515731441a1b33db9891954240f69ed6d9f 0.03 MB 111 20
201,744 201,744 0000000000000133a99bfa0f17df80595bebb03e3a2b7b0139495cdaf37d585c 0.05 MB 111 324
201,743 201,743 0000000000000522de042fbc9a2b5456484d81f11b7ef194539ce2645ac7820b 0.06 MB 105 453
201,742 201,742 000000000000043b0b40a972e80c94351ed22d9ae8b98d9b2bc604e4d7cd2438 0.17 MB 373 171
201,741 201,741 0000000000000061242951250a871b71a8edfa16e0c4af089030a17a7aacafa8 0.08 MB 210 196
201,740 201,740 0000000000000358b2e313bd02c661ef9c4b9f3a6e5d9e8d0b577d648042121b 0.04 MB 146 161
201,739 201,739 00000000000002d3cfa3d72cc89db81139c43e0df78d714c51c591a10275b134 0.45 MB 581 97
201,738 201,738 0000000000000163637727e5c5c4c60da215ef7b880b7192533ac44f7fabf54f 0.01 MB 26 258
201,737 201,737 000000000000014cc5ca50c19ba11e3354369c054b9bdcbccc8e4e2fc2cb72b0 0.05 MB 79 229
201,736 201,736 0000000000000062f7b13e7cc12f71854e9609e725201b13eb1a6a658fb7630d 0.07 MB 121 98
201,735 201,735 00000000000000764933ad0724d5455088bbc1f16d56d7b83523e2b2c0003252 0.08 MB 319 5
201,734 201,734 0000000000000562a9023843dd85b59da51795967a1c0ed45954be93ea7a4f34 0.09 MB 139 126
201,733 201,733 00000000000002ab73f17d4a0647826cdbcd9dedde62ac8753486439e9b9aa20 0.10 MB 251 188
201,732 201,732 000000000000009359164cb4e0dfa379bfc4942b1d01caf43d06f5c2d28d8b2a 0.02 MB 59 332
201,731 201,731 0000000000000412cb93f5cceceebdd6bec88d5db691a17a823287c47713d2cf 0.14 MB 388 73,317
201,730 201,730 0000000000000153a08e8984395aea90a03dd6538f29c23f4587bf41019729f7 0.06 MB 120 176
201,729 201,729 00000000000004c5ff6c2756364e8f3beb617aacedd1c42478a5d4c4a545d80e 0.15 MB 325 367
201,728 201,728 000000000000028d1f858cedc79ff67a4c7995259a9f5e181b651033852adebd 0.02 MB 21 88
201,727 201,727 000000000000053d743d78fe96bb7db89bbc30977bd96bb780a81f5f97f61ea1 0.07 MB 143 175
Previous 10 blocks ↓
Total Size: 768.89 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,590.64 GB sent, 92.20 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.