Memory Pool Memory Pool Refreshing

4,413 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (720,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,783 186,783 000000000000040cf9f1a7df9ea84b4f3e1d7deeec29d63a7e0ba38e3e86ec96 0.17 MB 356 152
186,782 186,782 0000000000000649dbed77500a6048c4cbdc342faabdb9b66870eeb01fc9921d 0.18 MB 512 160
186,781 186,781 00000000000004406d40894407c71d15386e8a57fe28d87ff410fd40a585a588 0.13 MB 396 143
186,780 186,780 00000000000001041d13c3261dcb178f1ef8751a3356d6a0c8495bf950332003 0.07 MB 256 198
186,779 186,779 00000000000007ccb65465180e6bb0101bcb38f35a4c7bbf59ea6969786cd814 0.25 MB 485 141
186,778 186,778 00000000000007131cb19caa8e121d29058219a8b2a93d4596834084d2545fa8 0.06 MB 204 49
186,777 186,777 000000000000045a4fa5a7b62fd4e70a7679f2769fd2e65b962259d5fa8e772d 0.15 MB 220 143
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
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.