Loading Tool

Explorer IconExplorer

Memory Pool

77,855 transactions
34.34 vMB
0.15074740 BTC
Random Selection Loading Transactions
Max Size: 191.15/200 MB

Candidate Block

Mining Attempt 7704b203b103a567e82cfc32f3860b759a6b9477658c3d4e37a66229f9952082
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 3ee72c60e5d7343779d45dfb345b6003ab440c1b56bdb19ad5babc5dfb8ffc43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,878
Size: 1.00 vMB
Total Fees: 0.02882737 BTC
Feerates: 445.78 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (805,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,788 109,788 0000000000006c664ec66baba3b16c54b8ad1f5e41d6fb9b0e61da484f39f1c8 12 0.00/1.00 vMB 0
109,787 109,787 0000000000011572f5909ce230d58201f6121ed378d97fd4768dbc16a9618cfb 12 0.00/1.00 vMB 0
109,786 109,786 000000000000db5f872a9fa960985207443540af1d51c63da4640e71e08647d5 9 0.00/1.00 vMB 0
109,785 109,785 000000000001902f8efed32779040ae0045437a044042cc52ab94f33be9eb8f9 12 0.00/1.00 vMB 0
109,784 109,784 0000000000018283f11c288847d032cd821be0882d20b99921d1f8a478a92ee4 12 0.00/1.00 vMB 0
109,783 109,783 000000000000efd846f8b37595b3e1211c12a76c13aba05c88d802edbd4cd625 13 0.00/1.00 vMB 0
109,782 109,782 000000000000681340df2e7043c87265f35021278dae52d01c01278b44a94b51 13 0.00/1.00 vMB 337
109,781 109,781 0000000000008355b638bf811108577900e525e8715437508abb48fdde905a0b 12 0.00/1.00 vMB 0
109,780 109,780 0000000000018ffa00a8f915ca176ea1876f7878df31c7b888901421ca939914 8 0.00/1.00 vMB 0
109,779 109,779 000000000000f14db7bfb7c8bac5775bc3c81c6ec3cb9bbb55951605469df7a1 11 0.00/1.00 vMB 0
109,778 109,778 0000000000006984fc5370603eb6d08861a01827f872fca83aae5ffff513b99e 5 0.00/1.00 vMB 0
109,777 109,777 000000000001860ae06a1f4e9b0d2a7b194b05686e6e0fcb9d452804ea043c15 12 0.00/1.00 vMB 0
109,776 109,776 00000000000017d098e0e95b2c711f73c255c5f4e2c4754a11a2050e0c4b9aae 13 0.00/1.00 vMB 0
109,775 109,775 000000000000bf0caa5bedec69bc38f9e9649f7e5e3c1cd2c20e50e50ffed74f 12 0.00/1.00 vMB 0
109,774 109,774 000000000000a0fa785496f0a65883476d0e2e3ad1f15acaafeeef1db2ce2de2 7 0.00/1.00 vMB 0
109,773 109,773 000000000000cedfad5dce68e97ff5957e888a937b8989b7aeed0972099faf26 7 0.01/1.00 vMB 0
109,772 109,772 000000000000a104650e9093f4e7a1bc6ec539443c16658eee576342b214568e 11 0.00/1.00 vMB 0
109,771 109,771 000000000001b1b4c39277b8c5d16cb4638f649c0e241ff5acd9c3c7e87c0fd7 12 0.00/1.00 vMB 342
109,770 109,770 000000000000d9a7a5475e138d04fe9fe8035303ece395beef60c65baedfe502 13 0.00/1.00 vMB 340
109,769 109,769 0000000000013b3a4ca4300e60a40977894435da8c7ed4b93c099c28fb41090e 12 0.00/1.00 vMB 0
109,768 109,768 00000000000196de8f6067113adf8abea1420cd303a45eea73580bb5c44ac459 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.11 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: 736.33 GB
    • Received: 18.58 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.