Memory Pool Memory Pool Refreshing

630 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,894 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 628 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,893 (680,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,775 227,775 00000000000002ca068081e65ad28e9bec783c6fa19a47e6580cc66299183a46 0.10 MB 268 194
227,774 227,774 000000000000011e4f58fb0c0233b9d2148d198cf974e941f36d6b78f000d7f7 0.06 MB 117 183
227,773 227,773 000000000000008e7c533be13738487938c9182af9f7ce55bf460cceda49a727 0.16 MB 366 205
227,772 227,772 000000000000007e1b1053dfea85a20fee0c80f0cb4c6fdc51f5c42a220e7938 0.15 MB 307 188
227,771 227,771 000000000000007dcc576beb618e89ca53f1bcf3d157e0b6ea1f23491950411b 0.10 MB 239 212
227,770 227,770 000000000000023c820258afc670cb9236be32ffab1978aebe5f3b495b0ba4c7 0.00 MB 3 207
227,769 227,769 000000000000022a2a4a05636ebb9094962ec71dd7a0f0b2a59ca7d32f1be87c 0.11 MB 328 258
227,768 227,768 00000000000002b06a86a53f0b93a7f3906566a27ba58caaeab3c566ed26d99f 0.17 MB 326 111
227,767 227,767 00000000000001c22622843b023d0dfbf9442c1070a42f8f630a70192c888a89 0.08 MB 114 106
227,766 227,766 00000000000001072ce40f6f1eaf4322fab29a7d2ba4f6e6444f027cec2cc511 0.00 MB 12 51
227,765 227,765 0000000000000138474046dec5c9fecf72836ea3ee955792743770cb7f56b4cf 0.06 MB 176 252
227,764 227,764 00000000000000f7f6fb1ab8b2d1b3199f72e38b19dbfaedf70135173a48e66a 0.03 MB 61 146
227,763 227,763 00000000000001ee4207bd0580af34d06d28334139a5e9e0d76593f8e51f57e1 0.21 MB 354 151
227,762 227,762 00000000000001e0804ba85e8833ab583a25d4164b02bcc2c4db8b7ac85e9b9c 0.11 MB 245 193
227,761 227,761 000000000000004029e3ad3579fa0aba2783ec59e4870c7a094f6e55ed3b3223 0.23 MB 424 146
227,760 227,760 00000000000002701dc3f0a0cc277c4e56df2e06b4ef27e7ebec78016525640e 0.00 MB 1 0
227,759 227,759 0000000000000343c07990562d2d9e2a77a9b7694100fe33a834d3c85edb9ff6 0.00 MB 13 213
227,758 227,758 00000000000002294eb4b3da14b89ad11d739a7d82ce217353c5fb085602a306 0.14 MB 381 212
227,757 227,757 00000000000003271e7c4cdb70ad9a8bb6045f89a654fa3eb06de87fd0b98e0a 0.12 MB 303 189
227,756 227,756 0000000000000037e544e21b06f2c8d23aa700d0b78954442d82ff0ff5fd950d 0.03 MB 68 163
227,755 227,755 00000000000001b8712c9efeaff1101a931123c5622b393f088ea8c5868fdbb0 0.00 MB 17 211
Previous 10 blocks ↓
Total Size: 769.34 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,643.37 GB sent, 94.66 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.