Memory Pool Memory Pool Refreshing

18,150 transactions
37.31 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,124 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 1,893 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,123 (476,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
385,338 385,338 00000000000000000c04d80d43fed14f88f8d9a80e648efb3a928d6f0f241bc6 0.89 MB 1,338 29
385,337 385,337 000000000000000003225ec76f3f49780165e0b16d30d2dd6a4abd85040852de 0.93 MB 2,645 45
385,336 385,336 000000000000000008e37647124d8b967f30e34cae879f37a2ba1f8449d7ffa9 0.00 MB 1 0
385,335 385,335 0000000000000000007a3ce3aea4bd623c295e9662bf200ab0bc62d332f54863 0.17 MB 91 5
385,334 385,334 000000000000000007b6f30930c5220537a50875188045934d2a4a7bd56e7525 0.14 MB 240 28
385,333 385,333 00000000000000000b5d21536ae8a555909a72ee74beff21f171a7eac7e296a3 0.45 MB 985 36
385,332 385,332 0000000000000000061df93abb76cdc4b1617bb097b4cab90f3f1ca5ae0a0df5 0.32 MB 516 26
385,331 385,331 000000000000000000dac93f48379a1fcd2c187925251d21f08e910767b262a6 0.30 MB 582 27
385,330 385,330 0000000000000000089951bf3b5e72c564428efbc7f0201520c0c1e1136c8271 0.29 MB 663 33
385,329 385,329 000000000000000004473a0d22c0789dd210e2c56da59b9968040f9ba4f0999d 0.59 MB 1,048 28
385,328 385,328 000000000000000002839f38397287d13cedb2ffd9de0f41b5c86203c771d16f 0.41 MB 791 33
385,327 385,327 00000000000000000baa968b40beb5d1047f4d6452982967be211ebda2a7c65c 0.09 MB 90 13
385,326 385,326 00000000000000000c5425cddcae10b42bfb875ce96e3fe92a927486084cdfc4 0.34 MB 336 15
385,325 385,325 00000000000000000151ff588cf6e96456adaef1cde5ff1f637546d4c7c18d85 0.13 MB 178 19
385,324 385,324 00000000000000000d20bb2093ee31b5c4c53d93f474b7f4d54007be8c80d06d 1.00 MB 601 12
385,323 385,323 0000000000000000016c2693729293e79a05c12e35e4595a8f4878cdd045b4a0 0.00 MB 1 0
385,322 385,322 00000000000000000b26a177900f599908016cc6e1a4c070a3661194855858a7 0.86 MB 1,490 28
385,321 385,321 00000000000000000a2626922a6b614bb879f4d0517e186155a2f4fcc05d7af6 1.00 MB 2,225 49
385,320 385,320 00000000000000000021978fe1d3f716ba0ecacd9fd2faf3139d4702fb33882f 1.00 MB 1,896 31
385,319 385,319 000000000000000003b299eaa740eef366780cad50910ca83cb6c64320080769 0.00 MB 1 0
385,318 385,318 000000000000000008dc50b8ba46a0ac61411ad22f4b5135d93cf5440117cdb5 0.99 MB 1,005 16
Previous 10 blocks ↓
Total Size: 684.40 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,338.96 GB sent, 100.95 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.