Loading Tool

Explorer IconExplorer

Memory Pool

72,547 transactions
28.02 vMB
0.06870839 BTC
Random Selection Loading Transactions
Max Size: 166.03/200 MB

Candidate Block

Mining Attempt 83e050caba0e5e2eb2f2c37a1c2dca2901a8f8d724460861483b0d84405a9ce1
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root bfd8898508f7d8dd9784297d368f05029cc016413b9fe483fb528c0bb38e0f6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,905
Size: 1.00 vMB
Total Fees: 0.01242605 BTC
Feerates: 101.52 > 1.25 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (401,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,591 513,591 0000000000000000003494714d7e010915b0c7d08fafbaae5abd414c2d7909f1 1,761 0.68/1.00 vMB 42
513,590 513,590 0000000000000000001422e0da36686d300b5c8f8f009030fab0b69d981d4113 159 0.08/1.00 vMB 30
513,589 513,589 000000000000000000434f1458d8a05a4b6f75a727c5c8c5fb3a3bcc92ce9499 1,222 0.55/1.00 vMB 39
513,588 513,588 0000000000000000001d1a5997ca205128fa30bff53bd87a7a111ac7d2f07cfe 548 0.25/1.00 vMB 49
513,587 513,587 000000000000000000406b31140ff3ce31c7e5aedbcfbd97cad48ad0660b224c 1,885 0.87/1.00 vMB 37
513,586 513,586 0000000000000000000123a96f77dd982f0be0e4f9c491c99e1dcd4a38872cbb 2,367 0.98/1.00 vMB 36
513,585 513,585 0000000000000000000e9d04b0b624e509c1f40ba6bbd94eb08cc8e618e92742 258 0.19/1.00 vMB 60
513,584 513,584 0000000000000000003f85435d68be598643266844145f5bc8e33aa46eb17894 1,152 0.44/1.00 vMB 39
513,583 513,583 0000000000000000003e5eb407ba07d46148e360b540f8a72f96d1b9ad329165 56 0.08/1.00 vMB 16
513,582 513,582 0000000000000000003e88c591be777f9a190df59242d39c787fe66e9b70a85a 129 0.05/1.00 vMB 36
513,581 513,581 000000000000000000103a89c1e7e8ecb11693b3284095284e138eabbffafe65 1,849 0.88/1.00 vMB 36
513,580 513,580 00000000000000000017069c0d7c64ac07965348d33cc11fe2f3dff4cd88d06e 2,768 1.00/1.00 vMB 47
513,579 513,579 0000000000000000000e64d5b062b28897533fa43651ffa94fefd463932b35ba 2,173 0.98/1.00 vMB 39
513,578 513,578 00000000000000000031bb3b3ad12033c973b075e7aa74f033e2faf2f55b2689 432 0.18/1.00 vMB 28
513,577 513,577 0000000000000000002879d25053d21781841ca807b1b6bec59e92d1007a3965 620 0.33/1.00 vMB 26
513,576 513,576 0000000000000000003c4fa42cdde69d3d48dedd7c8f59af533d5440e2d6977c 2,378 0.99/1.00 vMB 36
513,575 513,575 0000000000000000001d70b7f874611c9ef76f1d298a9019389a8a851034c150 2,266 0.99/1.00 vMB 35
513,574 513,574 000000000000000000443221116f62b90e9f68dcc039e41751061896af550a7d 1,711 0.88/1.00 vMB 44
513,573 513,573 00000000000000000002ec14c6fdfa5270bac5b3bf90c7e5d33e6f6d20c667f6 317 0.20/1.00 vMB 30
513,572 513,572 00000000000000000035fded8d0a5c24ddbf5c636e60a6ef609eb1297af4e67c 273 0.10/1.00 vMB 37
513,571 513,571 00000000000000000047e81454e718ac8dfee0d8dcf791be7ae0acf946f08361 231 0.20/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.