Memory Pool Memory Pool Refreshing

45,310 transactions
18.65 vMB
Show Random Selection Loading Transactions
Max Size: 117/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 869,046 (74,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,234 794,234 00000000000000000004595c1fa714f44ed7156eae5b9dc1b68dbccde63dd19e 1.57 MB 2,615 24
794,233 794,233 00000000000000000002afb49b40f6d1c75730a2cb3c94aab240c7be6c8a89a7 1.38 MB 2,127 28
794,232 794,232 00000000000000000004183deee54286938d5d86c0dc87336a7c7b182703243d 1.61 MB 3,488 36
794,231 794,231 00000000000000000001fb3d5920850ca5848efa7b0b257ba3dedd99b239547f 1.75 MB 3,187 27
794,230 794,230 000000000000000000055129ab3d4822466409fa35fe41ff29fc340ac0c66802 1.56 MB 3,051 45
794,229 794,229 000000000000000000045e3810b6bb77fd2f0097a719c9b76c85a3abbadfe54f 1.61 MB 3,588 38
794,228 794,228 000000000000000000048d65b3f0ec08e6a58cb8419e5fa17a31a37a62364fbb 1.57 MB 3,631 36
794,227 794,227 000000000000000000010c3af94fcc5ad5870e9c83a9e3e342ae45d8a1f2e120 1.59 MB 3,705 40
794,226 794,226 000000000000000000053d74dfc97a9c4aa80d2a9541d046263d71514cc22b91 1.47 MB 2,354 36
794,225 794,225 00000000000000000004cafc9c552a01b7ed5b328e944d59bf6fe1fb877ae07d 1.50 MB 3,075 53
794,224 794,224 00000000000000000002d384b10473228acda53b53d9d71604107b5b1b61a97c 1.39 MB 2,173 41
794,223 794,223 00000000000000000001f5388a6b83a9db139c029219ff33c9ebdbdb3398162f 1.48 MB 3,199 54
794,222 794,222 000000000000000000004b8e8ba3755115bbf0436a1f79e6b7bfa2c8f2f4065c 1.55 MB 3,238 35
794,221 794,221 00000000000000000004ae99b44f420b2f517904361ff0d7ceea66e31b2de0dc 1.59 MB 3,165 50
794,220 794,220 000000000000000000000c16022fb6ace3cf748783c37586ccf8e7cfa93d1fbe 2.17 MB 6,424 12
794,219 794,219 00000000000000000001f9aac105048adad83f5de0340a6d6eb10bc844a6bc45 2.04 MB 3,656 10
794,218 794,218 00000000000000000000423b00d81e803681c564263a2e60b312b0d04688f7fb 1.92 MB 3,841 21
794,217 794,217 000000000000000000017a7cd832f72bf40d60ff90650fb337a794762fa07970 1.59 MB 1,817 14
794,216 794,216 00000000000000000004bf2eb71284094ce025f54b5938b4914898e41a346009 1.62 MB 3,388 39
794,215 794,215 000000000000000000050bcb216af885236ef791e6df118ece0b92e3c61ea344 1.68 MB 1,934 22
794,214 794,214 0000000000000000000018c5ba0417aff96531c99a0ddc09f8ea472878e47723 1.68 MB 1,280 24
Previous 10 blocks ↓
Total Size: 697.65 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,058.36 GB sent, 195.77 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.