Loading Tool

Explorer IconExplorer

Memory Pool

15,687 transactions
7.95 vMB
0.02548290 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.17/200 MB

Candidate Block

Mining Attempt f0591d23e353ff8f94082d62cdf1ec33f114c297d1cd3b046aa0e2de0b831557
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root 09081c42ed116d28885e3b55f076973d87256afef46619705ac1438b78e424db
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,885
Size: 1.00 vMB
Total Fees: 0.00910906 BTC
Median Feerate: 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (808,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,730 104,730 0000000000025faee1eed62bebb7ba5098a3aff01fcebcfdfb78d709aa1a8f8d 2 0.00 vMB 0
104,729 104,729 00000000000130b5db858ac06cf6d5bc44d0e134e055e504dca853ff74fcbfde 3 0.00 vMB 0
104,728 104,728 000000000001d75aef86b7f62e90da210bbdd94188626ca65a3020cfd736fc57 3 0.00 vMB 0
104,727 104,727 000000000002765c5bb7c5cef0c56054f8d43031560bee92f3d11cb35ca0c946 1 0.00 vMB 0
104,726 104,726 0000000000018162a1deac094956a06c4816eb6146ddb415870eb2f4f18b8a0e 2 0.00 vMB 0
104,725 104,725 000000000000684aca3a700e745fcfa38ccc0d263753c6ecf0dbd3d0366c45bc 1 0.00 vMB 0
104,724 104,724 000000000001c506e2020c76f5b21090b406ed455c8389d52bf4c091872fa159 1 0.00 vMB 0
104,723 104,723 000000000001b5f3def09af02c9ebe7a022c192594e1085fa86c28449d2bdbbf 1 0.00 vMB 0
104,722 104,722 00000000000329c5fda81b3d126edce150bde921216d552a569a54599dbf1723 1 0.00 vMB 0
104,721 104,721 000000000002334f476d0142ca6f86d460f0317d237ec450397ac300ca58fbde 1 0.00 vMB 0
104,720 104,720 0000000000036293ae170d134ddf2ae602a5790831689ab3e281c3c45aeebbcf 1 0.00 vMB 0
104,719 104,719 0000000000022598a1daa886ebbf3d732319fa8d471ff1d9b1724af0be3440a6 2 0.00 vMB 0
104,718 104,718 0000000000016c779e73bd5cbf2ec33d20bb5dff3dfad19b073697b663679bf7 2 0.00 vMB 0
104,717 104,717 000000000001dd1581c2eb23cae804b702ea06b0e93ef9a54e6a68071a1a226b 2 0.00 vMB 0
104,716 104,716 000000000002414f937c5e248f59a1abf71b4763bfd137fc8bb42540c2063647 2 0.00 vMB 0
104,715 104,715 000000000001d5d725c5d892973a7886302ad8548f9d0b26d07eb316ebd037e3 2 0.00 vMB 0
104,714 104,714 000000000001196caeb967eb4a3015f2ab48ff899e17b5d4ade30440dfd8d172 3 0.00 vMB 0
104,713 104,713 0000000000030f694c0c353f7844c228598d2a917bd411ffeab465282fa3f19b 12 0.00 vMB 0
104,712 104,712 000000000000f4e87d0de3c89d4027529c63cc10b67a04666a34b03270d6d727 22 0.01 vMB 0
104,711 104,711 00000000000250a3966ec0e976bbb62affc84ae188e48c939a9252f234d58daa 8 0.00 vMB 0
104,710 104,710 0000000000007cb691a1a4ffdccd0dca63087e6f21584581df26cc3afe5c5fd3 5 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 294.07 GB
    • Received: 1.23 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.