Memory Pool Memory Pool Refreshing

2,596 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
899,677 0000000000000000000237740000000000000000000000000000000000000000 0.93 vMB 2,577 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,676 (3,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,781 895,781 0000000000000000000076de49a43c8eff976b256bd8add2ce8b6a68ec37f38c 1.57 MB 3,531 2
895,780 895,780 000000000000000000020ecc2b3c41ab6e96fe69ea4ecfbad4a5d64052dab8fd 1.53 MB 1,978 2
895,779 895,779 00000000000000000000666f5b3666c8a316e283da8eb383d5f82b4504ea9844 1.18 MB 856 2
895,778 895,778 00000000000000000002254ad29744349bdc163d1abf5d37010b9437fefec18b 1.60 MB 2,256 3
895,777 895,777 00000000000000000001f350cc97abdd4b50519d5d3a2426af9e82f5de323943 1.76 MB 1,445 2
895,776 895,776 00000000000000000000ce1b04e54d2ffe8d4dde4fca935b57f0d9c4f4fe0ce2 1.62 MB 3,154 12
895,775 895,775 000000000000000000001971359ab488e422d1e0b330bc053f9729af33321fbb 1.58 MB 3,286 3
895,774 895,774 00000000000000000001fe9a26f8415a3eaed2a1bbe0a2c353583997c727301d 1.66 MB 3,005 5
895,773 895,773 0000000000000000000217f1bed2405af95d0538ccfdaf08a01c480771f247ec 1.60 MB 3,574 13
895,772 895,772 00000000000000000001bf67d0bda36a3a2269fd5332f3db4ddf437033f8c155 2.58 MB 1,502 1
895,771 895,771 00000000000000000002167f2d4daff7d56c1ea951e029ad2f4b7d5ac0fba615 1.63 MB 2,342 3
895,770 895,770 0000000000000000000255fc305281c9ce7adb91ea8e6f0e0f6d8bf65404c170 1.78 MB 2,609 4
895,769 895,769 00000000000000000001d1a91141f227a10fdc90e241a26efa9a60346b87c1c4 1.67 MB 2,669 3
895,768 895,768 00000000000000000000de2450b0ad2427748d7cac5dea708256863df2991324 1.43 MB 2,019 3
895,767 895,767 00000000000000000001b3cdc82aff2fadfffa67acb915747b46041a58b6cf67 1.65 MB 3,000 12
895,766 895,766 00000000000000000001ba909d6bcc823c6ed9acabd8efe0a14f3da71c3a92e8 1.65 MB 2,343 2
895,765 895,765 00000000000000000001e6e33551fb56a93953b99a26e677cbcf077a6eb97885 2.44 MB 1,809 1
895,764 895,764 00000000000000000000c7972cff0c5710f6b9f445be14eac08f8643ed19b2aa 3.38 MB 262 1
895,763 895,763 0000000000000000000194ce8ad217bbe7e8c055f0775f0cab7d665da1141cd5 1.80 MB 1,957 2
895,762 895,762 00000000000000000002122b31a8f618043dd739c94c7c82cefe4918ff104f1f 1.66 MB 1,844 1
895,761 895,761 00000000000000000001e88d2be14f2d43a045cdfa5cfef3a181094e682ab7f8 1.46 MB 2,965 3
Previous 10 blocks ↓
Total Size: 755.40 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: 524.45 GB sent, 25.65 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.