Memory Pool Memory Pool Refreshing

52,679 transactions
25.07 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,219 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,884 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,218 (658,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,075 211,075 00000000000001fd0c33c4857dfe96d21b90ae67068ab445e4c02691fa0eaa26 0.06 MB 117 118
211,074 211,074 00000000000004d25aa5239f40faf6aa4640b53cc68f03904748d203c72dafcb 0.09 MB 213 199
211,073 211,073 000000000000014260a3cb21bc023702e818da90bf2239252261166d952e6c1b 0.01 MB 33 169
211,072 211,072 00000000000003ffefbd1d20689d9d34fb11b8b031211a830747300031acea92 0.14 MB 299 138
211,071 211,071 0000000000000319ad8531ea0268e9142b380bf782e74c2205637378e0d38af9 0.02 MB 45 20
211,070 211,070 000000000000034deec3b58e28ef55a865bee7d85c278d0da7ee69f0b305d976 0.02 MB 40 118
211,069 211,069 0000000000000482b3908c8868fc513f6adc33b6e28777a4a755c765cded05ea 0.11 MB 180 127
211,068 211,068 00000000000002d07f05a0b37e28bf30d237d52f694d190aaa446bdf46310631 0.08 MB 235 180
211,067 211,067 00000000000002abc2da262b70f14f0d10d4819566e54bef686d242b2696098c 0.07 MB 177 143
211,066 211,066 0000000000000238d83c8afd67c9abfdb556f43a3c3ab3561e039dea38c84a9e 0.07 MB 187 182
211,065 211,065 00000000000003ba89b27242696aff5890c14cff3d1724dbb463fed619f593dc 0.00 MB 7 64
211,064 211,064 00000000000001db7930ee10b3964bcd61718b265ceb21075f19ffdaaf6c3323 0.02 MB 23 394
211,063 211,063 000000000000035d042166ae29b87a69c2935222dbe981a53242070eed78510c 0.01 MB 16 49
211,062 211,062 000000000000022dba95b5b3b6954b2eca49a12fd1e82cdf998eaa573d005298 0.01 MB 38 182
211,061 211,061 0000000000000254d881eac793e3236b24ad92e20c2fb06220063b3e3aa7d3a1 0.11 MB 258 221
211,060 211,060 00000000000001c599304e6e12a8b72aa8ee3500e623dca3a9a55820bf50b098 0.13 MB 299 168
211,059 211,059 00000000000004d8f60dd5ff38513a9019451a8dfd1f5cb9726d365b38854a43 0.11 MB 254 148
211,058 211,058 000000000000013bcbf2a2d94f7bc2dc9d51bb058f969018a62d7f4194c73ec0 0.25 MB 621 172
211,057 211,057 0000000000000273688d40f746f3d1466b7a33c54365c6758434d5bd78f61301 0.05 MB 143 116
211,056 211,056 00000000000004805a7e1ecb6475d246ecf85f0e9dad7dbe7f293274f9da6767 0.13 MB 319 176
211,055 211,055 000000000000035b5f5911d78de155c8aa6b79e683a04c6d6075f2df50f7e4d4 0.17 MB 327 128
Previous 10 blocks ↓
Total Size: 697.98 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,065.89 GB sent, 197.69 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.