Memory Pool Memory Pool Refreshing

7,702 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,749 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (721,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,776 186,776 00000000000002251365bd00b80979a5b88aa0baef8b61acf054961a35e87c5b 0.09 MB 190 81
186,775 186,775 0000000000000084800bcc99650dae76c16b4a1ac014be057a35d73de28b219e 0.13 MB 268 138
186,774 186,774 000000000000082a2ab00d4d4fb56ce06297c74662cfd133f2ca5a4643c452c2 0.00 MB 15 12
186,773 186,773 00000000000002d04d020b31304cf596da39292d4414e7882204a2ba92793033 0.14 MB 331 115
186,772 186,772 00000000000002225cfea1a2ecd49780f41e9288122438ffb2d3026082837756 0.05 MB 137 118
186,771 186,771 0000000000000338bef4ec2d45639c25b8280a807a1cad41afd24438404fe7d3 0.05 MB 133 131
186,770 186,770 000000000000063874eaa3fe25bd1b8969d02147c238eed46d31b2517217ad39 0.06 MB 180 26
186,769 186,769 00000000000009306c3ded6815e5905cbe59ed2205fa56bc093bad03e3848d93 0.13 MB 256 107
186,768 186,768 00000000000000880bb6ede9c8ab787d4b340477b31c1cc93573e60727d252aa 0.10 MB 181 173
186,767 186,767 0000000000000631f28f7245715a8049d1c5ba9ee6e710349fc1c7b62d527b38 0.02 MB 41 87
186,766 186,766 0000000000000063ad9838bb22a61d5ca010a575ee19c8004c42eaa09cae82eb 0.00 MB 16 51
186,765 186,765 00000000000002469f45a982ad5df55d72d236c94a0b09dcce6925369e782e10 0.01 MB 28 122
186,764 186,764 00000000000007d23a0da1fe8bfac99aa1ab8d2380785e6411c0b2ab52fab82a 0.04 MB 68 85
186,763 186,763 00000000000004ab71265482b75fb4392aeff190a384c5290d97ed0940b4a52a 0.28 MB 641 128
186,762 186,762 0000000000000061f09f48fd8d43325420ebd67828c9f01e78ac73eab4bf8d9c 0.02 MB 50 84
186,761 186,761 000000000000091f33fa7b09f320a004295a53a4567ff32a0d6fb1e9853b40ea 0.04 MB 101 42
186,760 186,760 00000000000003498612681dd1232e82b127614081a472b5469ae01ed4f41134 0.11 MB 170 133
186,759 186,759 00000000000004ce05989e8c082a01fd3b7e2c30b7ccfc20569678d464a5d341 0.04 MB 122 144
186,758 186,758 0000000000000220f5f8aa621c6c9790805008572a17aaa73d5073993c010fb7 0.10 MB 269 140
186,757 186,757 00000000000008bd07ebbb9c9edcbf0990a1b0e0b71a9fd557d5ba08c6fa2f85 0.08 MB 186 137
186,756 186,756 00000000000006a43267be7a6950bb7f3eac90bf46ef370d5195fa1c6f40ba46 0.00 MB 13 34
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.78 GB sent, 94.50 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.