Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,142 transactions (0.82 vMB)

Priority:

  • 1 sats/vbyte = (30 blocks)
  • 2 sats/vbyte = (5 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,081 000000000000000000022cb30000000000000000000000000000000000000000 0.82 vMB 3,141 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,080 (819,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,508 90,508 0000000000086441fdb05a875b4a598f3a576525afd5e8b957409160e4280e01 0.00 MB 3 0
90,507 90,507 000000000002fd69f707d33f5db5bb16e3f198cec99f3ed228d58654edbe5b26 0.00 MB 1 0
90,506 90,506 0000000000045ecba5464622b7d867a1d5d00bdee17c1bec4719b5ddc86b49cb 0.00 MB 1 0
90,505 90,505 0000000000013ac4329d0df92aaceb8d54aebb334425ea797c1f235d83dbeb0c 0.00 MB 3 0
90,504 90,504 00000000000870dde32540d3dd69e65ea08cba66a70164cb2f14f1e509caff7e 0.00 MB 1 0
90,503 90,503 0000000000127364787e1b1e2d0a0a7d683ae638c13fad252270a1fa2bb3c33b 0.00 MB 3 0
90,502 90,502 0000000000019a8ccb1da60b853a429ffa019ca61c348626ec280803289d6ef2 0.00 MB 1 0
90,501 90,501 00000000000935d678a5d4d01167087687c72e1d5e66e4058df6151d5577ddb2 0.00 MB 1 0
90,500 90,500 00000000001104f5d1435ec5b7102bcfd8f048e7c1e2a793c9d21a5d97428c01 0.00 MB 3 0
90,499 90,499 0000000000023d7b670fa70bfe726e89d7daba6b705dbd1263319b99dca81d2a 0.00 MB 2 0
90,498 90,498 0000000000072c61b3b0e48612f3f432ce3795162c00e0e9940c3275bdcaa2cf 0.00 MB 1 0
90,497 90,497 00000000000da2a1261e5cec2e7d2993b22dc4a0e89e6c8371a0440db6a2078d 0.00 MB 2 0
90,496 90,496 000000000000b9b3a7d31c811c134793af9483b0e3704da3896356ac690b766f 0.00 MB 1 0
90,495 90,495 0000000000115a0b62b7f458613747faee5278d041d957efbf1ac7d9dbaedc5f 0.00 MB 3 0
90,494 90,494 000000000003a60546a1175c9dcca6b54dfff5296285eb5ee16572156334fa45 0.00 MB 1 0
90,493 90,493 00000000000edfd8efa992c68c23476984b40be4cb0c1062f50920b7a9795621 0.00 MB 1 0
90,492 90,492 00000000000ecd1591486b4917bc684733bed4bccf63424d0513ff8cf33c6d73 0.00 MB 2 0
90,491 90,491 000000000005c17ac3982926a2d881b47f3a089dc93905254845413375814e1a 0.00 MB 2 0
90,490 90,490 000000000008247ecbf23343d9c859db9099279b2355e8b58c0183621d6a4849 0.00 MB 1 0
90,489 90,489 0000000000037e60a6e831f9e362ad6d5e379d9d612d78a5c362eb39a1a34d91 0.00 MB 3 0
90,488 90,488 000000000009e7d10be3e00511b3eaf4b7308351f930cd75115c296a7b3ffbc8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,187.70 GB sent, 116.19 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.