Memory Pool Memory Pool Refreshing

4,384 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (667,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,789 240,789 00000000000000f1bbc1627a002e2d85c3ad127145898fde60405296a6feb0e9 0.00 MB 1 0
240,788 240,788 00000000000000e78b94906d08487b11a149f840727752538ee9169dd377dbb3 0.09 MB 199 110
240,787 240,787 000000000000006f51b8036269765b9c70c1183944a846ffc1697eef20e11c02 0.14 MB 314 145
240,786 240,786 000000000000010f91d12a6b5e6ba7aa65bc9f9fa63a6c075246c538e33c51b6 0.19 MB 373 52
240,785 240,785 00000000000000ee76a11d64824bda64d333b7e4238a0f762e2d3e474ec52dfd 0.25 MB 481 157
240,784 240,784 000000000000009f24b6d1e40d50b216f39be2d76ea4bc8eeed5374d012668c3 0.25 MB 619 178
240,783 240,783 0000000000000109243df1322b7b5173c5796cf979318e933d887210c981c1f8 0.25 MB 636 177
240,782 240,782 00000000000000ed9211b49d2edaf245d303821266db4490edb14dd409d82b60 0.25 MB 542 159
240,781 240,781 0000000000000107eab6843d55cc3112e0fe326bc4c272583bf2d4fdda8c9b03 0.25 MB 432 124
240,780 240,780 00000000000000056cdfa06c9fac37f6f912a76c95668a11ecdaa17211317b05 0.25 MB 756 241
240,779 240,779 0000000000000058e49a26449461bc38fad6c457495f73a2733d409b1f5f4f41 0.09 MB 163 95
240,778 240,778 00000000000000d13e93ad2f94d53ad21d0b21d0457cabf9692d54908643494e 0.25 MB 617 212
240,777 240,777 00000000000000caad9a795b909b28696097ab43aa3a9a5184034b73c05f4f97 0.11 MB 270 153
240,776 240,776 0000000000000037d263c2136444d2cd199b2a4d6339481616f18b60a5b48a94 0.28 MB 623 170
240,775 240,775 00000000000000b1d0a31a6697c4a53e1c170c8217b6508cd2c26858ff1b3dbd 0.10 MB 226 155
240,774 240,774 000000000000004a160a3bbd5c6c214334c8923f03dd7d7c5249193a0c789007 0.05 MB 84 132
240,773 240,773 0000000000000023b55cef54a683dacc82d4862adb7fdf37244c4286d41c8478 0.09 MB 237 212
240,772 240,772 0000000000000084427b2d6e166115325cb9f55f43a6f0be7bc5831726c7413d 0.05 MB 140 216
240,771 240,771 00000000000000b3880f46a99e5d9b6f6c95b831df29a966939f96e969946e71 0.02 MB 35 151
240,770 240,770 000000000000004a2ff9b95c6500106caa86eb68c7c5e4b625ad804f0b582c79 0.05 MB 112 198
240,769 240,769 000000000000006c5672e30b49bc2dca14efb5d0d79110a7512390622d913dba 0.05 MB 92 138
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.