Loading Tool

Explorer IconExplorer

Memory Pool

83,940 transactions
31.14 vMB
0.09763446 BTC
Random Selection Loading Transactions
Max Size: 187.78/200 MB

Candidate Block

Mining Attempt c70184d12587b143c537156d3401832fef61961f3d8f1d5791d0c841163fce6b
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root ac34e3137067fb1361c7590c9c8b48e961a10dcb49c85234d70e02bcfc20c6f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,150
Size: 1.00 vMB
Total Fees: 0.02821114 BTC
Feerates: 100.80 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (803,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,702 111,702 0000000000002993a5247b3be5c20156b31f5ba4e79462ff0d9848809aedc88e 11 0.00/1.00 vMB 2
111,701 111,701 000000000000b5533053abcf62d1d3d79e7e13fba840bd6d697290bd7fe15b28 13 0.00/1.00 vMB 0
111,700 111,700 0000000000007c2247a85a2bb7f65b5d4834c0df0d0907d9e4dd11eb098af3a3 6 0.00/1.00 vMB 0
111,699 111,699 000000000000baf65108faaf9bc1c6fd708c3b2bf5f80a37c9fcd88850c268b9 7 0.00/1.00 vMB 645
111,698 111,698 00000000000061c24431924fdb4171f3b02db46051934d8a9f1c0ccb1c02a69e 8 0.00/1.00 vMB 0
111,697 111,697 0000000000010ee98296177cd773a3f8d7128355c35aec0117d52e96d7c7441a 18 0.01/1.00 vMB 0
111,696 111,696 000000000000c9ce51a50649c4fe189f44bf170dd967ad9274c633fd1532337a 13 0.00/1.00 vMB 0
111,695 111,695 0000000000006fbc13f56d67280a33f1fe465de27f1664b29736b40cc410b11e 20 0.00/1.00 vMB 0
111,694 111,694 0000000000000434c4a130d971782ae918605143eb26d7f33f1bd07e752a7b06 13 0.00/1.00 vMB 6
111,693 111,693 000000000000cf139c9b3ea65bb086737cf92ee5d82b071154d420966238b9cb 1 0.00/1.00 vMB 0
111,692 111,692 0000000000010cd6e14cfcbe51f248c26291f55724585cfeb123b0633b06cb6f 6 0.00/1.00 vMB 0
111,691 111,691 0000000000003278ab2799c45a9b0ca2d5016648a330a9c8c7398d01d59d19dd 1 0.00/1.00 vMB 0
111,690 111,690 0000000000006ecf2eafef8158466a4b56aec39b86ea29509d78e3a41ea333ac 3 0.00/1.00 vMB 0
111,689 111,689 0000000000011b4078fc9c812eec9c1e172ed461ff90e7678a53718a7fa70665 1 0.00/1.00 vMB 0
111,688 111,688 0000000000012bc1d810e4bc9360373a52f3f5248b4cbd2958733ededb4e1198 9 0.00/1.00 vMB 0
111,687 111,687 0000000000001f79a93d45c116a778855da7fd015781610f6f9804ce1cfa2a45 3 0.00/1.00 vMB 0
111,686 111,686 00000000000119a460c85087d5ca5c4ab7e05fe912c0f1a2deb44b9b0bf4beac 7 0.00/1.00 vMB 248
111,685 111,685 000000000000dd726d77cff3d1e1d16cebc9c064af396758381915b933f516d2 4 0.00/1.00 vMB 0
111,684 111,684 000000000000dcec3dd5744cbfade22f1b1a7451d0b1356a6b7d76aab5219458 20 0.00/1.00 vMB 0
111,683 111,683 000000000000c884e13049339ac170e6a057cd7fa858e1965aa65e9771e6f84b 8 0.00/1.00 vMB 0
111,682 111,682 0000000000005d1760feb8acf982f091bb84558f4784d994ade9c84805c7f91c 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.35 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: 661.93 GB
    • Received: 14.83 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.