Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,485 transactions (1.08 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
910,205 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,268 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,204 (874,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,215 35,215 000000004abc9e58a691b122162d5bbd3b97e2785163688d9aa5a907d2bc960d 0.00 MB 1 0
35,214 35,214 0000000081c0184bc1189df5636a26a5952baffb7dd96c3bb01727e08ae62976 0.00 MB 1 0
35,213 35,213 0000000058f28139caff3096a1360c23e14f9da3dd21fd464d5886abf49cc976 0.00 MB 1 0
35,212 35,212 00000000ab1235c3cf7d478c46fe716f8c95bbe5a7ec9c35a811f21b1daac81c 0.00 MB 1 0
35,211 35,211 00000000404cc1da2594a428eb00e48aa067e3b8424a3b9ddeee0d7c3fe0a35a 0.00 MB 1 0
35,210 35,210 0000000095a78cebb57890f80a6f7494eafdd69796410c686b9cf6e0f40c28d4 0.00 MB 1 0
35,209 35,209 00000000029485f080bd571eca192262d36cc4e103e5e0524cf691d1e3e34524 0.00 MB 1 0
35,208 35,208 0000000019fd5d8857ee853eb42746306d08075f85283bafbe1ca0fcb452dce8 0.00 MB 1 0
35,207 35,207 0000000044b92854609e55018eadcf95352d4b2210df79cce5d9b013a792602e 0.00 MB 1 0
35,206 35,206 000000003e319c2c032e78caad5e97b831d046d90f8450a06597fe92a1550fcb 0.00 MB 1 0
35,205 35,205 000000008d6a4a2728f4c13ada06e8292fc55b2cebe6ed29330b62d9b3c02a1c 0.00 MB 1 0
35,204 35,204 00000000896258835fd43fb86f4cd8e612eaa8a6843b10d26c0db1e588879d23 0.00 MB 1 0
35,203 35,203 000000003d6e04ec8024ee7e838494937038976898f8c83ed251752128808fbc 0.00 MB 1 0
35,202 35,202 00000000ba5345a0c8c1b83067ceb07a3068f1b220870b4569a3f6eac1354cf5 0.00 MB 1 0
35,201 35,201 000000000c400f8ae814d9b3326eee8862bd25892fa2bafb318576943e7c2ae2 0.00 MB 1 0
35,200 35,200 00000000579d908b5d44c3a795614385abe2e537f14281add566d7b95960643c 0.00 MB 1 0
35,199 35,199 00000000258d7692bfc4696383085bc36a67fda033619ead7f403080b0323914 0.00 MB 1 0
35,198 35,198 0000000028dcd9bad46104dcf6a18892cca5f80c1046b0a22c1b03e8103b00b3 0.00 MB 1 0
35,197 35,197 000000005afc393fe0cff3ea273c700bb058460f71186d507f7e91b439350291 0.00 MB 1 0
35,196 35,196 000000003abb999f00e95fbac01e6a933b4a8a6e7d04fb0411c33924ccc5b80b 0.00 MB 1 0
35,195 35,195 0000000050570388e35b45874761d109295a004fe792e426b091f5c342e89eed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 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: 2,195.89 GB sent, 117.45 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.