Memory Pool Memory Pool Refreshing

2,804 transactions (0.86 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,071 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,787 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,070 (879,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,124 29,124 00000000096cfbaf80ac1c6f737e874631f7d20d4bc40f9dd6d3241a0a0cb1d4 0.00 MB 1 0
29,123 29,123 00000000b0c783261b0a2b775d7388117314fbdfcfb48ab805aa6fe2a5596f32 0.00 MB 1 0
29,122 29,122 0000000072c0491904650023a2702df84505452297c05088bd3c8a59aac0e70c 0.00 MB 1 0
29,121 29,121 0000000067e0b61aaa89023e01ac93ab70289902eb1fe98c894d6d05c49ca195 0.00 MB 1 0
29,120 29,120 0000000012c9a37677a3bed35aeee193e7097278758905d60be705d55f76f01d 0.00 MB 1 0
29,119 29,119 000000006f74da7e1f02e13763ad1e8697e966caacef1781920738f6b1a55527 0.00 MB 1 0
29,118 29,118 0000000003f708bb88c45c525598b991b9efaeb95ae72711f05ac223b664445c 0.00 MB 1 0
29,117 29,117 00000000c726bf422a16ad369bf13a253dd4eaed5ab6846f9141941c5deed819 0.00 MB 1 0
29,116 29,116 00000000fec6e3614fc7ea941103fb5afab911de9417e0a15062f05499099b42 0.00 MB 1 0
29,115 29,115 00000000b8ca03c11b1edc7430a3eb8546b77e0966aec31a67d855f29feaf02d 0.00 MB 1 0
29,114 29,114 000000003cab22fc95040236a8aaf277753ced23d23199b1640451995b772636 0.00 MB 1 0
29,113 29,113 0000000052f7a0234cc95de237cac52aeafe16f671233be28354b40fc1708a0e 0.00 MB 1 0
29,112 29,112 000000002a40ff3207e3017595269d8ad6a2952924cec466dfd9379ee4cc3c41 0.00 MB 1 0
29,111 29,111 000000007543d8ed50eee5f5a377d14065b6e8e4b59d699f453c9c08e6aab4e9 0.00 MB 1 0
29,110 29,110 00000000c3e27244c4cc7d849294739eafdd512533e7dcd2ca9a289609bc06e7 0.00 MB 1 0
29,109 29,109 00000000b918ad1772e31bdc0444d372c513bedf554cf462161a3ea0099693b3 0.00 MB 1 0
29,108 29,108 000000004827d26cb2e6700f382b2b4e1d58e306a90465e2b69da39859b9c780 0.00 MB 1 0
29,107 29,107 000000006e923f213454228ab0d6accad925a5a513d35cc03a8001f5f38af3ed 0.00 MB 1 0
29,106 29,106 0000000091f0adc698ff804fe1e7ec47a3f9da5a0f35c29b257d1f6f37184bf4 0.00 MB 1 0
29,105 29,105 00000000345073c877b9fc6b6600d0aec4faab6db72d04103bc82fd3cd673a11 0.00 MB 1 0
29,104 29,104 00000000167bf701aaa099173488f9c3e6cf8c32f10f60d3aac954bd43336dca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,902.39 GB sent, 105.89 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.