Loading Tool

Explorer IconExplorer

Memory Pool

35,782 transactions
25.95 vMB
0.06415114 BTC
Random Selection Loading Transactions
Max Size: 132.64/200 MB

Candidate Block

Mining Attempt f55e6d2496c50968b235918d66ca417d9c147db07398190df928e6560dc310d0
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 30958cfd83e0bb49b7b6482a250cc2ec1dd87e4beea457444a01e70b63d57ce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,175
Size: 1.00 vMB
Total Fees: 0.01656942 BTC
Feerates: 145.40 > 1.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (866,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,004 48,004 000000000658b2186c1b358d5d0350bd9c31389cb7f6e79dcffc69cd8dbf8f94 1 0.00/1.00 vMB 0
48,003 48,003 000000001a792f5a470e9444a6c3cf3d0cbe06bd9355b9ce07c7334e3a093cdf 1 0.00/1.00 vMB 0
48,002 48,002 0000000027fbb9be40cab0c593311cd36de819c844b590e83d8a07682459d06e 1 0.00/1.00 vMB 0
48,001 48,001 000000002085503169f527995fc46d02a5e33666493c46ed4516dcc0b96fd53f 1 0.00/1.00 vMB 0
48,000 48,000 000000000f3d40ea2bfa8d779010e52cff4720c072ec4b12ed576cf5cf93c947 1 0.00/1.00 vMB 0
47,999 47,999 0000000006ec4a68a230b11b420e3ba320c1c3ec03e79cc034d137c55fc0e75e 1 0.00/1.00 vMB 0
47,998 47,998 000000001ea85ddc2ac93079602855b9151e7fd7f3ebcb8d9950c2cea1d86bc0 1 0.00/1.00 vMB 0
47,997 47,997 000000002f7b0851d40e9cf11b686879553472a11ea0a787506071936c0fde89 1 0.00/1.00 vMB 0
47,996 47,996 00000000132d80e09545d09c4198e368e137d900524dfe2de58f481e8f1b3bf6 1 0.00/1.00 vMB 0
47,995 47,995 0000000002db92b39a72ae2f4d7a33392f35021637cb60bd9fbf8f422953a754 1 0.00/1.00 vMB 0
47,994 47,994 000000000222e179408bd48a8025446bddba8a3051c2feaec13660361af5f2cf 1 0.00/1.00 vMB 0
47,993 47,993 0000000013a32e610fbee1572e6cf9e2ad809c3a1502d85dafadf73d9893577e 1 0.00/1.00 vMB 0
47,992 47,992 000000001117e3fc49763d3972b6df2ed4d62c89fc0478cde5c5edd88bc59949 1 0.00/1.00 vMB 0
47,991 47,991 000000002e73d8577a82c2e764dd47bfe9c1c7e418211df0248a202e19868e4f 1 0.00/1.00 vMB 0
47,990 47,990 000000000c9700462f86b3c513d3e5749870196811ca2aa61606c4c3db58959c 1 0.00/1.00 vMB 0
47,989 47,989 000000002705d96eb44ca7b0c0228042aa3f9c4d51f94534bea6ea00b6971c5e 1 0.00/1.00 vMB 0
47,988 47,988 0000000003ca0f52a5453cfc07b06957ae813df55c45158bd9d2201cda0ad0e6 1 0.00/1.00 vMB 0
47,987 47,987 000000002a0dfc74525b46e59bf7c5fd4f2cf6e2ebf0075103287dc828e090ae 1 0.00/1.00 vMB 0
47,986 47,986 0000000004d410f54dbec73c98fa45d65d5f39a553899992f9efc7ec291e425c 1 0.00/1.00 vMB 0
47,985 47,985 000000000b2a224bd58a81ed0ef00f76ba5a93700b6f276b08298e059ea1e83a 1 0.00/1.00 vMB 0
47,984 47,984 0000000028640895fb6ec3a63e9ed1b2dfa4e722c06c7221051d8b20ebdcbffe 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.82 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: 636.20 GB
    • Received: 12.35 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.