Loading Tool

Explorer IconExplorer

Memory Pool

44,825 transactions
29.55 vMB
0.07909488 BTC
Random Selection Loading Transactions
Max Size: 152.69/200 MB

Candidate Block

Mining Attempt ec1d438808f8aa9371087ff18528c6a3d8800220a9c3286e777ccce6ab35c0a4
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root cb854db44953e73d7660ea86cc2a5e45204e4c5fc5e45369c1aa7839f53c54d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,098
Size: 1.00 vMB
Total Fees: 0.02080859 BTC
Feerates: 339.97 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (150,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,146 764,146 00000000000000000001ae10fe2f01cbbd5dc990f9dda20b1c85ad809c4e8b15 433 1.00/1.00 vMB 16
764,145 764,145 00000000000000000000b096de2c749c9af31898ad6bf64145ee7e6008686fd5 894 1.00/1.00 vMB 1
764,144 764,144 00000000000000000006d2a2b9d6360bf34dc889b5e9223956cb3362ccbf994b 2,034 1.00/1.00 vMB 8
764,143 764,143 000000000000000000013c8ad2ada0426e0755d32e33bf279d664addcd1e7f3a 1,810 1.00/1.00 vMB 12
764,142 764,142 0000000000000000000333bb1f5bde7d90f70b2bbc9af9d33dad5b43b49417b6 1,742 1.00/1.00 vMB 11
764,141 764,141 000000000000000000049ea605ab7edd85f68880b2e46845d41547ae5a8350c2 2,017 1.00/1.00 vMB 19
764,140 764,140 00000000000000000002dc736bcfe40712f0752d5f2dfc0983733a9d502354de 3,109 1.00/1.00 vMB 27
764,139 764,139 0000000000000000000133aebe2c2e709eee6031098b17717c4b30e1ece7622d 2,280 1.00/1.00 vMB 16
764,138 764,138 0000000000000000000787ac6882fb5f6b187ca5b71e72ecbb6bf28ead9ce56b 3,359 1.00/1.00 vMB 23
764,137 764,137 00000000000000000001d2feb26eedb2235f46e91aebcb213f25020ee3c72a3e 2,226 1.00/1.00 vMB 29
764,136 764,136 000000000000000000013ecaaf4c18a53ad06455a2207beddc09455bcb1964a6 3,099 1.00/1.00 vMB 45
764,135 764,135 00000000000000000004fa9ddb6182d70cf624d990abab18f4bc5e256ce51d87 1,194 1.00/1.00 vMB 16
764,134 764,134 00000000000000000005d2d4b366a1b6d79435287b493c0edb48c7733519eb38 2,777 1.00/1.00 vMB 26
764,133 764,133 000000000000000000031bcbf6ab0aa65653c45a756730ee9319ce00de0c51b9 2,699 1.00/1.00 vMB 26
764,132 764,132 0000000000000000000239622cc32ec18d6b027e290e6089f0f5e4936e73bf3e 243 0.08/1.00 vMB 20
764,131 764,131 00000000000000000006b073f8bcfcb405e18511bde4c9a3413f4ac9910dc86c 2,170 0.69/1.00 vMB 18
764,130 764,130 00000000000000000005b0019b4a0cf56774ab593f7342f2989109d5ff2e23a5 2,916 0.99/1.00 vMB 19
764,129 764,129 00000000000000000005c41e8957c91f196c47dedf33e5da31a0bc54f8da4a8a 886 0.79/1.00 vMB 2
764,128 764,128 000000000000000000003094bc83d3ce080501c91f7c8475823fd7b596f47ec3 2,421 1.00/1.00 vMB 9
764,127 764,127 00000000000000000005800a68941af35a27384ef27f7b452fa8fb11e3516dfd 3,547 1.00/1.00 vMB 30
764,126 764,126 00000000000000000006468783cd81c459203ea83feb476148e623b07759925c 2,861 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.72 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: 629.64 GB
    • Received: 11.94 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.