Loading Tool

Explorer IconExplorer

Memory Pool

80,173 transactions
29.62 vMB
0.06756462 BTC
Random Selection Loading Transactions
Max Size: 178.77/200 MB

Candidate Block

Mining Attempt 0683da545674d04499560ea0a469b047b3a925dcc41ddc80edd435604d6b7b4f
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root a2a1bf51d7c4e08b862b4dae50d15aff57bf4b8aa5d244af821d28212f0feedf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,350
Size: 1.00 vMB
Total Fees: 0.00716044 BTC
Feerates: 73.20 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (388,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,190 526,190 0000000000000000002e1b70fc7474d0a6efce4b7ed03cd5448625a00d11ad4b 2,260 1.00/1.00 vMB 33
526,189 526,189 0000000000000000002af49f0a4238e5c8de286dc80aff5a6702ee8030e903ff 1,934 1.00/1.00 vMB 7
526,188 526,188 0000000000000000000828f2872e48080304e79dd2cb7c8fa25d035b0b64addc 1 0.00/1.00 vMB 0
526,187 526,187 0000000000000000000442f2f4d8b6a72beb0064fe245d726036b93ee3682772 1,481 1.00/1.00 vMB 9
526,186 526,186 000000000000000000377c0abdb5434aff4544763f05f8cf10e8066889fdb85f 1,840 1.00/1.00 vMB 18
526,185 526,185 0000000000000000003564cc73fea5da358e079ff40d629ec713e252cbdaaf4e 1,118 1.00/1.00 vMB 6
526,184 526,184 0000000000000000000cc296c9db8a6e61d53c98336c31832eceb59e00a3fe04 3,085 1.00/1.00 vMB 10
526,183 526,183 00000000000000000038c26d31be109ab55d4f4e34d8df971ecd533cf596cb05 2,290 1.00/1.00 vMB 32
526,182 526,182 0000000000000000002388b3a44c21c475369bfad00768fcfb3a9868f69da417 957 1.00/1.00 vMB 10
526,181 526,181 000000000000000000037f016008d63fe047647a72ef93af8e5bb978dc7faf67 1,610 1.00/1.00 vMB 13
526,180 526,180 00000000000000000004d89423cbe51e6c59dcd728ebdcd63c6ab33b0c3862c0 1,672 1.00/1.00 vMB 19
526,179 526,179 000000000000000000285a301715a4c564835cb0b8a58b10a5ccb7bc8b3de7bb 2,103 1.00/1.00 vMB 19
526,178 526,178 00000000000000000036fffa7f9fec66ed9860fe35099328216ed6a89a6ab566 1,301 1.00/1.00 vMB 9
526,177 526,177 0000000000000000000c6bfaf663a76fe7dc3b7127bbce5d9870925447e940ff 2,112 1.00/1.00 vMB 11
526,176 526,176 00000000000000000009978b58e807d626b81d4c224813a2d2fd51a1a8682f2f 687 1.00/1.00 vMB 10
526,175 526,175 00000000000000000031adb986da21237ce06b57ae5390b7f0f890ab8e21b66a 154 1.00/1.00 vMB 1
526,174 526,174 00000000000000000038597676f1f6504971cdf1776b1f60f77d6d9c9a63d37c 223 1.00/1.00 vMB 1
526,173 526,173 00000000000000000011efa03be66f796f4866718577d13a586bfcf065f2239b 762 1.00/1.00 vMB 4
526,172 526,172 000000000000000000327c6caaba50383bc54611f6ce3f7f70f54d014eda08b6 1,380 1.00/1.00 vMB 6
526,171 526,171 0000000000000000001a21d9615bb3e9b148878f034e7e05c2a9facfb301e936 2,990 1.00/1.00 vMB 22
526,170 526,170 00000000000000000006ee54abbd49081e44df96a2709cbd7940e7a912e8e121 2,400 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 660.38 GB
    • Received: 14.70 GB
  • Uptime:

Notes

  • 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.