Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,463 transactions (0.43 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
911,217 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,450 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,216 (837,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,176 74,176 000000000043e44fac0e47246987758850dc4edde96aca2641e4290d5b58ff0c 0.00 MB 2 0
74,175 74,175 000000000099b8c3ed05456941f4395852ef8fde08ab69333b3eb077b7a778a5 0.00 MB 1 0
74,174 74,174 0000000000664f4918b25e421df7f276ec613bbc2239a6eadeaf146508cb38fa 0.00 MB 1 0
74,173 74,173 0000000000192869afae69159542732cd7230396b7888dc38fa610137f06d166 0.00 MB 3 0
74,172 74,172 0000000000187de3c4f9e8f682e1074cb7f95b3868f09bf3098e072b06e4b671 0.00 MB 2 0
74,171 74,171 000000000007def23b32f872ba1c8f2daee6d215b5f95a4af9d3d344ac1a4ce8 0.00 MB 1 0
74,170 74,170 00000000008bc4bfc8c5f4f34bd0950b957712534086016ed583c60ccdf0d5a2 0.00 MB 1 0
74,169 74,169 000000000024c5606f1b9957263954e7edd1583139ea7275a40c8149945bcda6 0.00 MB 1 0
74,168 74,168 0000000000a00bfdc966b091f7dccbb919a1a30ff12d47b61051fbee7523fe16 0.00 MB 1 0
74,167 74,167 000000000042719ea98bfc1911faccde556b4f0a993fa5f61cd8b227a3d7a294 0.00 MB 3 0
74,166 74,166 0000000000820f510662cd11bb02f0ca7d8b75131e4b5e778301866128f2b82a 0.00 MB 1 0
74,165 74,165 00000000004a1e36b5dea732e4ef93187d87f6f730b9e16511a51ae39ec8f637 0.00 MB 1 0
74,164 74,164 00000000009d500b2eca2339b6e9ead7e6c5427444ec9b931e3733d233a205f1 0.00 MB 1 0
74,163 74,163 000000000069ad3d283f2fde3205a7380010a4007c845d764a3bd5cea7238f85 0.00 MB 1 0
74,162 74,162 0000000000b424bb6002aa49f14ef155cae4448a4bfadd959f669b3c731dfb6c 0.00 MB 1 0
74,161 74,161 00000000004b6631ea20f681dcea7c9384c84f207ba912640f5d95223c1f7dba 0.00 MB 1 0
74,160 74,160 0000000000628b57d168c2fd83ad7fa15320eb8ce5ed4b5a1df0d21f41b32dbe 0.00 MB 2 0
74,159 74,159 0000000000363c681bdefdd88533b45e7c4042c84b7bfc3093bc77726d6817fc 0.00 MB 2 0
74,158 74,158 000000000098d3ef61068aaa5237a4c6601ba72018cd4277a222ab88bee6bbc2 0.00 MB 2 0
74,157 74,157 00000000007fbc4cc679377a29d78fa6ac6bc66b3e5c855422dc69b9f004a389 0.00 MB 1 0
74,156 74,156 00000000001400040d8d13866a922d13c4630a9f253b639d61e7c769b18fa4cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.65 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,378.38 GB sent, 127.04 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.