Memory Pool Memory Pool Refreshing

29,315 transactions
31.61 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,409 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,065 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,408 (461,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
401,113 401,113 0000000000000000008964a271252e24f31308a4737ca5facd2038ca87ee70f1 0.15 MB 275 60
401,112 401,112 000000000000000003e22a0ad16d98d3067f8462fabda77c2e53c98727612b7a 0.67 MB 1,264 50
401,111 401,111 0000000000000000014ab61a888236124d4da2be2ddd25ba7edda92824d3df81 0.33 MB 620 43
401,110 401,110 0000000000000000022c761c2c9265356ff58ce47cecc08de69325a4b350e2a6 0.07 MB 123 44
401,109 401,109 0000000000000000043c8f60220e16674a17ed134cc7426ec02b091bada33fa5 0.84 MB 1,279 42
401,108 401,108 0000000000000000040838bcba60eb51f05a24b55b5b779f855a406aa951cf3c 0.47 MB 684 31
401,107 401,107 000000000000000001185864838f668eaf86b0b55b9978be43ff2f2e07944ecb 1.00 MB 2,135 45
401,106 401,106 00000000000000000186d0914122d1794c8c3040a1c44533b0de4feb8c9b99f4 0.99 MB 821 26
401,105 401,105 0000000000000000033d76d1979cbf908abbd9e94a5a7a84aedc51dd3aa0d022 0.38 MB 741 44
401,104 401,104 000000000000000004caf85d546365c1758408ab2747bc22ec03bc4f8fea257d 0.60 MB 456 23
401,103 401,103 0000000000000000024e5405db7873cd93dfa5e5fd9b0b9106e9e7fa7cdcea93 1.00 MB 1,424 44
401,102 401,102 000000000000000005d0fd12bf1464367d941f55deea94fbfceb36d8db79fddd 1.00 MB 2,174 40
401,101 401,101 000000000000000002c27eadc284b9d733e940a06973648d43fc6c3b2e7224df 0.93 MB 2,424 70
401,100 401,100 0000000000000000057e5c7d461cd4ff563e8a4e8071df28122231da20c2e0ae 0.60 MB 1,040 42
401,099 401,099 000000000000000001e4bfc2f04c06f2b3540e0ad73581035df3837e64e5566f 1.00 MB 369 12
401,098 401,098 00000000000000000307e9cd063338e9c2db4c648088fa09efa44499d391d51c 0.93 MB 2,134 66
401,097 401,097 00000000000000000429bfe9f980940f02525528f03e76fca32610dd68ed286d 1.00 MB 1,862 46
401,096 401,096 0000000000000000010b2f0fb14774c668268dc506be5fdc8d63b8c09b7c20c5 1.00 MB 1,856 30
401,095 401,095 0000000000000000049fd3e402986b00c01231f89b9d1e3159765ede36cb16d7 1.00 MB 2,836 62
401,094 401,094 00000000000000000089f5639d0709d3a3e061d277d5937a7f617c25d3ee6fce 1.00 MB 2,351 76
401,093 401,093 00000000000000000370c462999f25881e445f3f7b284ebf566550290e393170 0.71 MB 1,372 49
Previous 10 blocks ↓
Total Size: 684.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,367.61 GB sent, 104.59 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.