Memory Pool Memory Pool Refreshing

7,267 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,708 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (678,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,218 229,218 00000000000002317aff41cc4d1cef057c5746d87d90363db568b0c61da5c55c 0.16 MB 353 162
229,217 229,217 00000000000000f52fb0b26092f0c9fd04702756c6ef8cb51e200c6ec1eed599 0.17 MB 342 167
229,216 229,216 000000000000007bc02a6ab96c7eba0bc54e54c1bdaca301f8f101880cf893ab 0.25 MB 254 51
229,215 229,215 0000000000000020500d20d63ee6333ec525e647a959bd74763628ca073eb666 0.33 MB 676 3,165
229,214 229,214 000000000000028164115710dcf33a60e0941ade75420c96692a4ec64475a22b 0.00 MB 6 134
229,213 229,213 00000000000000ab6b43217566ec0e5ce2a7333c40f6179238bf610fede13993 0.15 MB 235 121
229,212 229,212 00000000000001970017a6f9d23efdc27704785903575f0ee5995d2aca62da58 0.23 MB 445 137
229,211 229,211 00000000000001efa35350c9dc1d4b784839613e4d9e703413ada731e7de4eb7 0.05 MB 128 121
229,210 229,210 00000000000000cff92f05c966eb88b5f2628527bde7ac4018edab25a47b4eac 0.25 MB 724 197
229,209 229,209 00000000000001558dc1b08450d07c6c163cd1218fa8415f7f2d8f53d67666fb 0.04 MB 112 83
229,208 229,208 00000000000002811224321bae1302bf42352cec89724fa02cb08c72b41af8f6 0.23 MB 541 205
229,207 229,207 00000000000001ebd80d306da746fb81d4ed95c7c746fb4b1452d2ac78a58de2 0.38 MB 564 134
229,206 229,206 00000000000000ff8bc5ddcc3aec6649287cc4e4b21ee8b5e754422dbd9eab7c 0.25 MB 789 194
229,205 229,205 00000000000001d07f57b17d05b904d0935f92952a736e0dd598003fbf5c2315 0.18 MB 446 224
229,204 229,204 00000000000000c08dde27dbd70a4d227142bc69482f21b9049b649339471fa9 0.14 MB 310 160
229,203 229,203 00000000000000d1705657cc2ee7a1c5952cf123c14986a64c299995309641c8 0.18 MB 294 122
229,202 229,202 0000000000000107d804784bb7d55331e5d24ee383600fe397c64d939975c18d 0.25 MB 705 233
229,201 229,201 000000000000018d30179d9f757a21131a65fbdfb7b0dc7dc3a9f8325d8d8f25 0.41 MB 590 261
229,200 229,200 000000000000027cbdc46bef8850baea301a521b0723a068ec19db803a4e1af7 0.24 MB 343 120
229,199 229,199 0000000000000044696edcec39b0e8f1d717cdacd649a57025f405eb49aae4a9 0.27 MB 472 169
229,198 229,198 0000000000000085c1e77acc968e51cf8c284dd5435302e6460d90936b148308 0.04 MB 128 86
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,624.84 GB sent, 93.01 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.