Memory Pool Memory Pool Refreshing

63,390 transactions
28.51 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,314 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,319 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,313 (397,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
472,016 472,016 000000000000000000f4a210638abe8f161bb9de0a2f2197ba117cb4d04ead2b 1.00 MB 1,689 195
472,015 472,015 000000000000000000ad4cec6809f15b05293d6712c5ff81de02bf80b43d73df 1.00 MB 2,273 108
472,014 472,014 0000000000000000014bf2fe0c088e56c24ddb06f0af797717b727aee270824a 1.00 MB 1,739 171
472,013 472,013 000000000000000001651bbcfcc4f190418c76e64d687c3a9dabef616469e98e 1.00 MB 2,458 359
472,012 472,012 000000000000000000b00c7aa0e62821bb6386505fb7c8606ff277ff48c7e2ed 1.00 MB 792 196
472,011 472,011 000000000000000000cec02cf073210344716043c91a692efb299bc8c1273291 1.00 MB 1,841 253
472,010 472,010 00000000000000000106f1625650f6e1e9159fecd17958ae22fcfb2addfa9d5c 1.00 MB 753 168
472,009 472,009 000000000000000000ab44d33b8f7efab5c471171e67484bd9d0f1071e2f26a5 0.99 MB 1,629 165
472,008 472,008 00000000000000000093c0906c561e932d2264abf32e70886e5ff4b924a3064d 0.99 MB 2,044 181
472,007 472,007 000000000000000001486e289849f8def1768d95722192d8277374f0f5b7b5cd 1.00 MB 2,167 263
472,006 472,006 000000000000000000373de5631958d01e54d0bd7f5b80c51d041b37b76bdd6c 0.99 MB 1,905 369
472,005 472,005 00000000000000000095321c4485d54d11011e42f02504e2f5b00f3d4f54522e 1.00 MB 2,239 205
472,004 472,004 00000000000000000076d5c22976dcbfe22e655388dc9b5ca6f1ee5df9100486 1.00 MB 1,954 369
472,003 472,003 000000000000000000b7703afcfa2ba20f6f2cc1315ab8a313c3f2601a9191df 1.00 MB 2,461 229
472,002 472,002 00000000000000000162f5888b2eb603d0d4f29650fa94305c0575d84412dac4 1.00 MB 2,479 318
472,001 472,001 0000000000000000008a76518e5cfb70133ae5b7a904dd42e5b8f20f5b371f58 1.00 MB 2,427 363
472,000 472,000 0000000000000000007afca8f9f6c8fc98ffb7ae33562fd7f4828036533c2008 0.99 MB 2,506 243
471,999 471,999 000000000000000000ac2803a247abd69772bb09fda350a87364b534031313de 1.00 MB 2,256 372
471,998 471,998 000000000000000001632c47c33bf3680f6377087cc17c40afd0a0c1da8b9610 1.00 MB 2,086 308
471,997 471,997 000000000000000001236e0aef5e493f70db09989d2a0cf50f5ae920a008f332 1.00 MB 2,488 365
471,996 471,996 00000000000000000032d2f225f972847206583b2fefddcb1c04af5ed9671faa 1.00 MB 1,896 382
Previous 10 blocks ↓
Total Size: 698.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,069.46 GB sent, 198.75 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.