Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,203 transactions (0.54 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,588 000000000000000000022cb30000000000000000000000000000000000000000 0.50 vMB 2,193 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,239 910,239 000000000000000000008cb75c82bf01b49f724b33ed12eb98795a55f1617898 1.88 MB 1,371 2
910,238 910,238 00000000000000000002169a9d9109ae65eb68f0cfbac2be4aa92354551a08a8 2.03 MB 1,241 1
910,237 910,237 00000000000000000000ac77ae6331bb05bce5beb4b3c727e63ec52dc5d82c14 1.63 MB 2,726 3
910,236 910,236 0000000000000000000124f71a91845e014e5f7573ce4c7cb46880324af5ce01 1.55 MB 3,704 5
910,235 910,235 0000000000000000000142a1e7ed76e4fdb8b5a10670dd234fd324549f8c6269 1.82 MB 1,363 2
910,234 910,234 0000000000000000000018bf43c9712d00066ff2c81a97f274d01b21b88fbd53 2.10 MB 700 1
910,233 910,233 0000000000000000000221c6e7543a4bb3c6e249824bc0fe97e506f06d5efa8f 2.16 MB 1,096 1
910,232 910,232 00000000000000000001d265b90d44ded362eb692d938eb20245385d4eb5993b 1.84 MB 1,825 2
910,231 910,231 000000000000000000003bb7edcec35e3a1ace3d8582359046c7f850719192d7 2.00 MB 1,505 2
910,230 910,230 00000000000000000001de32c4cd8883c64cdf7bc424a3b867c47cc0c51cbb1a 1.74 MB 1,818 2
910,229 910,229 00000000000000000000abbea8630ec86778d9de8c998c96ee432275e30efcd1 1.57 MB 2,916 3
910,228 910,228 00000000000000000001be9530191e87d08219d134b01e5d592d526bed68a54d 2.13 MB 1,049 1
910,227 910,227 0000000000000000000192f27b89db5be30cd9905c7402079d2342c565b9b3a6 1.86 MB 2,377 2
910,226 910,226 00000000000000000001596ac08a2947e020e9eb2305b9da6a384d0100c2dc10 1.67 MB 2,446 3
910,225 910,225 00000000000000000000accf45bd90faf26e0334ed060c78f7064cdafd821088 1.69 MB 4,133 1
910,224 910,224 00000000000000000002165010a9734c46da7e17cc8ac49a07b7d0bbbe3fb30b 2.16 MB 3,245 0
910,223 910,223 0000000000000000000114e90c5050646685bcd8541ff9bb1a60ff2e6a060b3b 1.54 MB 2,025 1
910,222 910,222 000000000000000000007e2ddcfc40402f9a52b94762b1582d83e9ea92bb09fa 1.65 MB 2,245 1
910,221 910,221 000000000000000000005577edfe273b72f59aa1b4a51c8636a5481fc0de213c 1.55 MB 3,882 4
910,220 910,220 000000000000000000000c871f9f07c54de4d49d3497022419d1ccf12846cf9a 1.45 MB 2,120 3
910,219 910,219 0000000000000000000093ec7af137cb4b1045870b76bb15f8b7c4b391e54bcf 1.58 MB 3,714 4
Previous 10 blocks ↓
Total Size: 774.46 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,254.85 GB sent, 120.88 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.