Loading Tool

Explorer IconExplorer

Memory Pool

81,723 transactions
31.55 vMB
0.10199589 BTC
Random Selection Loading Transactions
Max Size: 190.68/200 MB

Candidate Block

Mining Attempt 54c96b040e2a9cb9b58927640447365588dbd04584c6c99e58d29d3aef2fb17e
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root da8956e3a8ec01f9acd6b23a3aa7b6479c7f723a542d5f424f94ffbb1b2f1561
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,611
Size: 1.00 vMB
Total Fees: 0.03110577 BTC
Feerates: 265.25 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (102,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,464 812,464 000000000000000000034fb859108df18d722550cc837c02c66c0d9047631cbf 3,580 1.00/1.00 vMB 23
812,463 812,463 00000000000000000000c09056cefd1a7aac3e93dd9ae2fbe3a565abe485d290 3,281 1.00/1.00 vMB 20
812,462 812,462 000000000000000000026233d8ed0c4efbf6805ed9cf939777e49804e0dcd3ac 3,345 1.00/1.00 vMB 27
812,461 812,461 00000000000000000002fe2b0abd04d55f96cbdeb21786031c0824fc43b90cbc 2,772 1.00/1.00 vMB 45
812,460 812,460 0000000000000000000362fa5436b32fb84db5333e5bcd67a6b1c2c3e31b08e2 2,137 1.00/1.00 vMB 20
812,459 812,459 00000000000000000000742f9d63ffd7875fd7c0e14dbfb6e586d9a91447a4b0 1,551 1.00/1.00 vMB 10
812,458 812,458 00000000000000000001c8798ac60a86848af896c08e691e4b73796ef7aa8d8b 962 1.00/1.00 vMB 16
812,457 812,457 000000000000000000008816b83e9f777bdfc8b296b72462ce4414a617563243 2,806 1.00/1.00 vMB 26
812,456 812,456 000000000000000000022b4f8a6a1eb8a9779e74ae1e72a68ae2f7b391e2a7c1 1,453 1.00/1.00 vMB 11
812,455 812,455 0000000000000000000140b8135e900a5b68058888e48192614091de2b23b5b6 2,748 1.00/1.00 vMB 17
812,454 812,454 00000000000000000001f6c5f08429415adeccbbf8c32ed2bc4ab342a8bb2592 3,188 1.00/1.00 vMB 21
812,453 812,453 000000000000000000009854cf54279abe9a277a6b41dba9ce3bde9bdb51c3e2 3,547 1.00/1.00 vMB 20
812,452 812,452 00000000000000000002e9c4fc573b43da40f8589c6d6c5649f29a1a4032b01e 952 1.00/1.00 vMB 5
812,451 812,451 000000000000000000035cbc1e223f5be87398f49557f0df1a091e7ae0423f29 1,107 1.00/1.00 vMB 5
812,450 812,450 00000000000000000001279491c3c13341b92d5e325213edc7a6ba4dfefe0c64 2,606 1.00/1.00 vMB 3
812,449 812,449 0000000000000000000485ea48622ac86220423e871c5452fb305160fa7137a9 3,079 1.00/1.00 vMB 10
812,448 812,448 000000000000000000020a6e5999ae2dd314ee4e9f8bcf574148eab95887d4ad 123 1.00/1.00 vMB 1
812,447 812,447 00000000000000000001df9394219ced52cb3789dc1c31408d6e01bec37c0b2a 3,894 1.00/1.00 vMB 6
812,446 812,446 000000000000000000024fb2c39d914f219df2bb0063ba6d0d1074c51d59d2b8 3,491 1.00/1.00 vMB 20
812,445 812,445 000000000000000000019c09247cdddde4def55bda7de44aedd7318ecd9fa255 755 1.00/1.00 vMB 2
812,444 812,444 0000000000000000000414f0947215ef447eabb9adaa45918cb400d4ca02d5ed 2,063 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.73 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: 707.57 GB
    • Received: 16.69 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.