Loading Tool

Explorer IconExplorer

Memory Pool

44,582 transactions
28.47 vMB
0.07903964 BTC
Random Selection Loading Transactions
Max Size: 150.36/200 MB

Candidate Block

Mining Attempt e516fe54ac37a4916e4bbaae232760e5533b9808d216ddde5b6a8ac68941dcbb
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root ed66eacf78fce8b78c6f74b68d092456d1314d2fd380e6ab6fa39a26d2cc6423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,441
Size: 1.00 vMB
Total Fees: 0.02499721 BTC
Feerates: 120.00 > 2.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (44 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,790 914,790 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8 3,945 1.00/1.00 vMB 5
914,789 914,789 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2 3,134 1.00/1.00 vMB 1
914,788 914,788 0000000000000000000143d8e69d37aea3d626276d77977f2e77ed2280542191 3,182 1.00/1.00 vMB 3
914,787 914,787 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e 5,928 1.00/1.00 vMB 1
914,786 914,786 000000000000000000006cc13a7fe0fc3de0400de8b489ed11928b4380e55c05 4,484 1.00/1.00 vMB 1
914,785 914,785 000000000000000000002883e2db8e7f306feb6f0384b64117c6563d69cb44d4 3,148 1.00/1.00 vMB 3
914,784 914,784 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c 3,110 1.00/1.00 vMB 3
914,783 914,783 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65 2,907 1.00/1.00 vMB 3
914,782 914,782 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796 5,185 1.00/1.00 vMB 3
914,781 914,781 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7 2,607 0.96/1.00 vMB 2
914,780 914,780 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b 856 0.21/1.00 vMB 2
914,779 914,779 000000000000000000015feb99d21f6201ae5efc11fb5fd8d1c0dcece989f4a9 927 0.28/1.00 vMB 2
914,778 914,778 000000000000000000005dbd108d07f3492e572587ac0df94b10280673469159 4,413 1.00/1.00 vMB 1
914,777 914,777 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24 4,485 1.00/1.00 vMB 0
914,776 914,776 0000000000000000000010a089fc58093596d43dc7d07716ea4c437056df3165 4,199 1.00/1.00 vMB 1
914,775 914,775 00000000000000000000d64a7a53739de8cbf743e04f26b2708699d63bab0143 5,255 1.00/1.00 vMB 0
914,774 914,774 00000000000000000000375fbbd5a8f857d9cad09c139bdeceef07d2f055246d 3,839 1.00/1.00 vMB 1
914,773 914,773 0000000000000000000202abf4cb2e73722b0f21ed4887cece23ff41e5be25fb 2,668 1.00/1.00 vMB 3
914,772 914,772 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3 4,320 1.00/1.00 vMB 5
914,771 914,771 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2 2,914 0.98/1.00 vMB 1
914,770 914,770 0000000000000000000149e99e9fe928cc50ad17726ca7114570e11f41657874 3,050 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.