Memory Pool Memory Pool Refreshing

688 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 673 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (506,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
401,623 401,623 00000000000000000244ed09bff86b4e280e1ec9dd2ce70da3cdc82063a2dcdc 0.93 MB 1,956 51
401,622 401,622 00000000000000000581faa685f30bca3f91bc2e0d92427a141d28bd55341746 0.99 MB 905 47
401,621 401,621 00000000000000000117ece5138140b0c19a8a07a478fe9d0bcb33662ebe6608 1.00 MB 1,589 43
401,620 401,620 000000000000000005d316fe93a340ecbe70ad6e8520ff445c619a996374069c 1.00 MB 2,979 74
401,619 401,619 00000000000000000002aa373cb9e4c779da25224964d69f1d7e29b6fd0b444b 1.00 MB 1,748 33
401,618 401,618 00000000000000000539ada81bf8b00c1f7276523a84f2052065290e771891d2 1.00 MB 2,957 73
401,617 401,617 0000000000000000069b94b9404f6c4174cc437c16ed2b771f3e79f4886416e9 1.00 MB 1,134 21
401,616 401,616 000000000000000005dac39a2966cac09c3ffdf294c8ea3a56d26cbc37db46e3 1.00 MB 2,252 35
401,615 401,615 000000000000000002ae8173b8868f7825f2893002bacac73b4595aaac03b796 1.00 MB 3,422 65
401,614 401,614 000000000000000001e6878152e1a53bde425d116c8361b063a05e710d058b38 1.00 MB 3,111 85
401,613 401,613 000000000000000000c6765984882317dbf65455a62ba0194f94d00b796d0107 0.99 MB 2,453 58
401,612 401,612 00000000000000000027fbf1e25d73fbd4b7fa8f4512899fab4106ad0fdbd04a 0.61 MB 1,235 46
401,611 401,611 000000000000000005adbc5d0ad9fd2f049626e2274e82f299c9cb7c6bc01d29 1.00 MB 1,667 35
401,610 401,610 00000000000000000257677761298041d9066bc3b3c6875e8e640943547a47c5 0.99 MB 1,714 61
401,609 401,609 000000000000000003a88364e3bde77e362c704858ab5e28f98ef4d157dafc4f 0.81 MB 359 12
401,608 401,608 000000000000000001ba4b4c1f6bae8c1293d0c720bf6538c7bed7083632f144 0.93 MB 1,898 46
401,607 401,607 000000000000000001525ea2106d351348e9db0a003c972d5e4ca8b8bc0ec831 0.92 MB 1,782 46
401,606 401,606 0000000000000000046caf0d9c5867a94ab2acd78bc563dc189b2c8a0ef57d45 0.84 MB 702 19
401,605 401,605 00000000000000000154576164f8eed18d14830d56c418d5f859b812bf1fb671 1.00 MB 1,073 23
401,604 401,604 0000000000000000034c622e9d4411ae7a375ec90009ea6e9d5a0a66e78bcc66 1.00 MB 1,436 32
401,603 401,603 000000000000000004c1c9619e6176f3d5fc9212fd6e46a81feda303c3bbde6c 0.99 MB 1,461 42
Previous 10 blocks ↓
Total Size: 769.10 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,628.87 GB sent, 93.39 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.