Memory Pool Memory Pool Refreshing

26,511 transactions
32.33 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,855 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,005 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,854 (271,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
591,195 591,195 00000000000000000019c7adc653d68071c6581e4e63d49f19a2e159232e080d 1.30 MB 2,864 46
591,194 591,194 0000000000000000000ff2b853e75aaae81d037ff9c0c043047e05a60cae6d09 1.19 MB 2,613 40
591,193 591,193 00000000000000000015bed872b106417002af23b973e772d706906af1e295ff 1.11 MB 2,248 13
591,192 591,192 0000000000000000000ef76d5a0f9763f1c6cb1ac42770c4cab49f6ec55b0636 1.11 MB 2,500 20
591,191 591,191 00000000000000000005b1480e51842a949a77f911184c76bb28bfaf25f395d1 1.23 MB 2,524 30
591,190 591,190 0000000000000000001495e07688751c16a06be3d0b258d7b6c5afdf38f669a3 1.38 MB 2,955 47
591,189 591,189 00000000000000000011c6f5af230761092a431ffedc5bb5f263f9c76393279c 1.26 MB 2,745 66
591,188 591,188 000000000000000000166a1d2d54651f31a8b6abae8c2456c64729b554cc011f 1.23 MB 3,225 60
591,187 591,187 00000000000000000013733a7795484e7c8f23030351888a985560dc677386d3 1.20 MB 2,334 42
591,186 591,186 000000000000000000081c7f48eac77b8bde63bc433a246aaffbf7fed90df359 1.23 MB 1,681 27
591,185 591,185 0000000000000000000f8cb7ecafc865850bfe041a55eed1c3cda7ff875c567f 1.09 MB 929 11
591,184 591,184 0000000000000000001a9c90df36fa69295f8a7027a196075d3721717a7deaa9 1.09 MB 2,624 26
591,183 591,183 0000000000000000000cdd0617a9b37b67634cf94aa2ff08d6bf4fbad2e0bc8d 1.24 MB 2,657 40
591,182 591,182 000000000000000000126df1340b6ea42957792e83eb2760091b1bced9047eb3 1.16 MB 2,116 28
591,181 591,181 00000000000000000014a99d5c6534e03e75cbb0f438660a10e0cbd1ac691e02 1.17 MB 1,825 33
591,180 591,180 0000000000000000001b38b837c559b627cae48e42407e5b1e41f57a046e3266 1.05 MB 1,358 12
591,179 591,179 00000000000000000004a882aedf6f47e8795301d48c58d1c272c3d8cb38f377 1.16 MB 2,225 24
591,178 591,178 0000000000000000001ad7957187b21afb3905006bb3e547bab0e90f55a57f87 1.19 MB 2,629 57
591,177 591,177 00000000000000000011202518f5f0780f64ffe9c8e902dad50d45fe8ed9652e 1.19 MB 2,411 31
591,176 591,176 00000000000000000010850d44cb93ed087478ec844b9c022a048bea34ee9e54 1.17 MB 2,224 53
591,175 591,175 00000000000000000013240c3455cce38540a6eeb6b87ed59c0abbfdb8d0b384 1.22 MB 2,837 48
Previous 10 blocks ↓
Total Size: 685.82 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: 1,405.47 GB sent, 110.72 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.