Memory Pool Memory Pool Refreshing

13,249 transactions
4.71 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,905 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (644,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,750 262,750 00000000000000136c0ef57fa02081299355a9a540ffd71f31b086357a2fe301 0.03 MB 80 80
262,749 262,749 00000000000000138bb8c57155c2ffba071c5a1d06397dcbf7a2f054e2dd2319 0.06 MB 133 83
262,748 262,748 0000000000000012f9109f47c75e370e07d306795c1c69248a701ed4e77ece53 0.08 MB 174 90
262,747 262,747 0000000000000012426bb1d430bee208a3b516f47bf1b29c9a2c601b212d456d 0.13 MB 291 124
262,746 262,746 00000000000000000ae5a07918a46c34e230bbe1bd62374a4c81b7f979e99216 0.05 MB 117 79
262,745 262,745 000000000000000f96f402b04b882e7c3d158f6629516fad3b9082e07a2cd16c 0.01 MB 23 86
262,744 262,744 000000000000001376519431c72cfef28d093dc6d49fccd5228b50817d66a593 0.14 MB 40 7
262,743 262,743 000000000000000779f18aca3d7da3b4341d777a715750706343f0a21bc976b0 0.11 MB 233 63
262,742 262,742 0000000000000007f0db378b1618053fde4855ff6f92066007e1f0a574242392 0.06 MB 147 55
262,741 262,741 0000000000000015794a5f73fd63a37fdf99d3fb2cee0b529847fc5d73a6302a 0.16 MB 257 54
262,740 262,740 000000000000001590583bdf9b3de76c035b9db76c2fb9b4b9881942699c713b 0.04 MB 48 41
262,739 262,739 0000000000000002af18c44342890017ffea3a590ea18778ff265cb98e8443f1 0.25 MB 561 112
262,738 262,738 0000000000000016883615df4eb0a55bdfd63b844f8af47b2e8bcb2a28203365 0.19 MB 442 114
262,737 262,737 0000000000000002d9aa28654aa2f336c199e361477860ab11a0dbe496acc4c7 0.22 MB 545 97
262,736 262,736 000000000000000239d4dfe5968307050510e5337bfb27bd7b6a806a3408cc3c 0.15 MB 120 25
262,735 262,735 000000000000000b0cc4b3949bc057fbf4ea08d58c4f48c660fa2ecb73bf208f 0.19 MB 437 79
262,734 262,734 0000000000000009b0571062180e45c9b4fb9e27379bf80a29c2a1bed0d7716d 0.25 MB 669 148
262,733 262,733 0000000000000007db542863895846958778e0a86b05234f6a2dc5d737c94d76 0.03 MB 98 111
262,732 262,732 000000000000000090f7e43f1b495bad1e0d9424ca68ba5fd295126a4e9b952d 0.05 MB 70 47
262,731 262,731 00000000000000118180e2471297dba1c3b0466a7b03e327dd2d79061a9bcafb 0.15 MB 357 103
262,730 262,730 000000000000000f525f2b641259338b5dc1a58c21c6410458607a33b2c3af51 0.07 MB 129 76
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.69 GB sent, 93.00 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.