Loading Tool

Explorer IconExplorer

Memory Pool

47,031 transactions
22.74 vMB
0.10861933 BTC
Random Selection Loading Transactions
Max Size: 127.08/200 MB

Candidate Block

Mining Attempt 708b3dbc881e4b77f0cf22b7f85e169b34bee23b5c18650ab91e77984ecab69c
Version 20000000
Previous Block 000000000000000000010af14abf3268910c2119088b119fa85fc48f0443cc77
Merkle Root ad5e59b03e727a91f12890b27bdb977ee5dc9c7326fcdb4c84bf7044c8892d26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.04240438 BTC
Feerates: 1,163.36 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,096 (819,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,947 94,947 000000000007b265e9fe90dfa380b51368f842e21ecee9541be5fe01df5840ce 11 0.00/1.00 vMB 0
94,946 94,946 000000000000246e20dea65add496f4ccf95ecd32e1c0923709c49adfe033bff 5 0.00/1.00 vMB 0
94,945 94,945 000000000005f4b57a0647fc952f0c2f196359a020460cdec625ebd80abfb095 2 0.00/1.00 vMB 0
94,944 94,944 000000000001fb557b8b24cf26d9d5ab023b1b0617872a9a0de57335c2cefa62 1 0.00/1.00 vMB 0
94,943 94,943 0000000000064eace0e2d374d4fb69f06bdd447ce5ca4318759371163a11e50a 5 0.00/1.00 vMB 665
94,942 94,942 0000000000000574006fa5af639572c47ac1f717658cade129591eb1a1f67a72 1 0.00/1.00 vMB 0
94,941 94,941 00000000000537a6439f63f7cd0590b359a70cbd0ae1fa41ba926d5454630152 3 0.00/1.00 vMB 0
94,940 94,940 00000000000019fa9709602c1f588b04d2a3538e1a26973c3bea52e6db68eb35 1 0.00/1.00 vMB 0
94,939 94,939 000000000005e602f29657e15da7c0058fcee8b70982d51fc50f135fb8f3f41b 3 0.00/1.00 vMB 2,624
94,938 94,938 000000000000b1b2dbdf0d58c153114e25bf2e821625438afcf6a9cde8746b27 3 0.00/1.00 vMB 0
94,937 94,937 000000000004332cdd6c55d0c62344f2900a403c74afea7e4b991fe54ddc39c7 1 0.00/1.00 vMB 0
94,936 94,936 000000000003f3e612a8f5a9740b0b5557ab0433c2f7fb4e0494ce60754663ed 1 0.00/1.00 vMB 0
94,935 94,935 000000000006fbd4bea6cf0a4bfb7e61e5e2d221395b6c31df1bb1fced6704e5 5 0.00/1.00 vMB 0
94,934 94,934 00000000000265dbb0e3edf0b577e466a89917da802df1c9736423d30abca53a 1 0.00/1.00 vMB 0
94,933 94,933 00000000000239b683704c620ff8ae593643d7ea6b9bf2e58cea0d8905373b48 6 0.00/1.00 vMB 0
94,932 94,932 00000000000171390da2ddb816b53748942a89a148a0a157515fcca35dac81e3 2 0.00/1.00 vMB 0
94,931 94,931 00000000000007e87d0c05a29610587ea56c0744a547d2fc5defee3bcdbed6bc 1 0.00/1.00 vMB 0
94,930 94,930 0000000000048114b761640a2336fd5a96643fa46d9058015a91144d6c1344d8 1 0.00/1.00 vMB 0
94,929 94,929 00000000000502f3200f8aa614a84b07c1db5c38df08854a26e8d2de274b62be 3 0.00/1.00 vMB 0
94,928 94,928 000000000002001a28e95671172c1d0c4e6d28c9d47e60cd4ba603d140dfac10 1 0.00/1.00 vMB 0
94,927 94,927 000000000001a34baa97bfb10494652ceeb5e0db9bd1003c33e38ed6bd5dcadf 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 558.81 GB
    • Received: 7.13 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.