Memory Pool Memory Pool Refreshing

8,188 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
907,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,956 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (701,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,790 206,790 00000000000003e622cd591df51679a35eae87e96249083547703eee8c5100fa 0.25 MB 608 198
206,789 206,789 00000000000000520a447753e9463ec9c3d59d88be60595218727cc31fae66b0 0.11 MB 246 160
206,788 206,788 0000000000000120780cd85eddc2ba17cf1d9c55b4a33332b56e00a5531ba40f 0.04 MB 130 206
206,787 206,787 0000000000000104628e1e1092b74a9bfb996d84bb60cc2eed4bf0ce8c18f05e 0.17 MB 457 249
206,786 206,786 000000000000046924f788e62a3c5b8aef6c4bf1c1e0b7528fb20e8d9d90b62d 0.02 MB 49 79
206,785 206,785 000000000000036b79f53fd4400f23a0194988619fd1cfbb6ad0a1ad0667c8b1 0.13 MB 274 156
206,784 206,784 00000000000001b0951a33a9645acfba934ea0f9cbe3008028e92bea83af1a32 0.25 MB 616 225
206,783 206,783 00000000000002dca00e64c042d9d19be141bc7130b45e80635198e3505a0706 0.07 MB 225 16
206,782 206,782 000000000000023c26e5ca1c6fc1eac89f2de4eeba83b3944c356f30288c2183 0.27 MB 688 224
206,781 206,781 000000000000042fde40f73479d47a7854d3227292b0d99cc2f6ed904c5976af 0.00 MB 11 181
206,780 206,780 00000000000003616a56a0964d41d1e4efe7293d20604ba5e11df125c2488f37 0.12 MB 252 177
206,779 206,779 00000000000001de615ca18e4277b61fea9224490635d6323f9c3240cbde56de 0.14 MB 244 145
206,778 206,778 00000000000001b43e2f830232d595735e472eaff8ef4a198eedfe605bce2d03 0.06 MB 138 188
206,777 206,777 000000000000008ea1996667ff71e73a85b69c00ce709f384ec192e490e39fe8 0.02 MB 42 204
206,776 206,776 00000000000004a0e885131199e4aa1cb1c2fc586c0376fa6914f2c0e56e661f 0.33 MB 420 62
206,775 206,775 00000000000003b7aa44b71daa28cdbf8c2f046bef0201a343f0af853b79f845 0.10 MB 216 145
206,774 206,774 000000000000047f088fa419e130e02476410ddeebd34e90287187829de5b944 0.01 MB 33 109
206,773 206,773 00000000000000b32b72e1563ee32919a937dcca05262c6407e8403d51cbbc13 0.02 MB 38 123
206,772 206,772 00000000000004e4da4f9d50219a127bbea20974ea17e040575efff9de76dcf3 0.24 MB 397 119
206,771 206,771 000000000000010d8fe5eb233b0140045e71e2e33d20a1a7b7a49f4b03914d3a 0.25 MB 767 265
206,770 206,770 00000000000001f4307efc5a5f99f9f7dc7164988ee7be977deea92c5d1a3532 0.05 MB 120 162
Previous 10 blocks ↓
Total Size: 769.45 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,646.01 GB sent, 95.21 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.