Memory Pool Memory Pool Refreshing

5,727 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,727 (160,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,792 746,792 0000000000000000000974d008f3e26bf74c67b71e9d2632bcf8ed9061760fe8 1.14 MB 1,355 8
746,791 746,791 00000000000000000004e2876fbad323e66d60818e7daf4f02a5bee56b2f1eeb 1.17 MB 1,235 5
746,790 746,790 0000000000000000000349d9b9a658245573a2e3de8a690cb865aea9672d1ee8 1.63 MB 2,899 7
746,789 746,789 000000000000000000024e259f265b42728ee655f55578c80f2aeee196d4ffce 2.13 MB 761 17
746,788 746,788 00000000000000000009f9d4d4ece9c691ff4a7e232a04c32f53f5a67bb4d41b 1.72 MB 1,495 4
746,787 746,787 00000000000000000004fed4b423252b2ef00f10c8baba295d11aa843e2fe819 1.46 MB 2,172 9
746,786 746,786 000000000000000000062bc7c0b6f31baa95e67a939ad52e361c5fd4c1b417dc 1.58 MB 2,609 9
746,785 746,785 000000000000000000075f0b3153f03205ff7a7e81eef55956cb2fa6a5477db2 1.36 MB 1,904 9
746,784 746,784 000000000000000000089e9978c6b5e69d0d02109ad3e418ec096ce03d3292b0 1.33 MB 2,115 11
746,783 746,783 000000000000000000098d0c86665071e838f3483d582c0af7a16ef07745020e 0.02 MB 49 11
746,782 746,782 00000000000000000003e70c11501aaba9c0b21229ec75b6be9af4649cd2f8d9 1.00 MB 1,755 8
746,781 746,781 0000000000000000000868d3139712fe9c5674f33786c00cada57f094bc7c7d5 0.13 MB 292 9
746,780 746,780 00000000000000000000de686d8fc6d7ec2142b071b18af1886c9492beca44c9 0.34 MB 513 9
746,779 746,779 000000000000000000074a56688a1f62aa40f1d4eb869a4fd97ff4f813c254c7 0.84 MB 1,106 8
746,778 746,778 0000000000000000000064ebde9e58c058bf4c608593cb5fd9814706d1f53270 0.97 MB 1,324 9
746,777 746,777 000000000000000000087b10f899f37558c4998a756e988a4a7815f7a05d764a 1.75 MB 1,824 9
746,776 746,776 00000000000000000004d531a2a6bda3200d27f01e1788fa8542eecd337c9759 1.59 MB 2,439 6
746,775 746,775 00000000000000000006404d11ba45913b53308142931f2f019f05df947da6d3 1.34 MB 2,023 12
746,774 746,774 000000000000000000076a7e806e5896074394135bfc43d92b630c62bd83568c 0.75 MB 1,477 9
746,773 746,773 000000000000000000000970e4f9af4046dd55d914ad5845f60aaa6f97887b52 0.65 MB 1,299 8
746,772 746,772 00000000000000000007bda6224c1b9b8c37337a9fe2432cfc9102044b911a6f 1.68 MB 2,689 6
Previous 10 blocks ↓
Total Size: 769.03 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,625.83 GB sent, 93.05 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.