Loading Tool

Explorer IconExplorer

Memory Pool

77,350 transactions
28.70 vMB
0.06658829 BTC
Random Selection Loading Transactions
Max Size: 174.17/200 MB

Candidate Block

Mining Attempt af8530b3f849761c9ec0f251b8c79884bf4b6546036a09361561ac4146303e9a
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 0efcbb4126c1b98878acbb7b0f99de23b37221e6fdd6b8d6b00b19aaac28af8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.00701331 BTC
Feerates: 100.53 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (504,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,615 410,615 0000000000000000040b7c6a6c937c7352b07c143e1aaeefa9d175134c279e7c 1,774 1.00/1.00 vMB 47
410,614 410,614 00000000000000000106625e68c51a6da99582d487b17c2832b504e43699d9b2 2,662 0.93/1.00 vMB 71
410,613 410,613 0000000000000000028cce8a51fc04f5790333c7ec801fdb237b579eaf6a109f 1,736 1.00/1.00 vMB 37
410,612 410,612 000000000000000000462ad9a218e9f9d7dbe0cde0e865c89199018f79f197d4 2,998 1.00/1.00 vMB 40
410,611 410,611 000000000000000003fefcf101c07d93d38ce6ce72d6669a9a549fbfc27dcaaf 1,491 1.00/1.00 vMB 33
410,610 410,610 000000000000000005086c82d5bad44ed6d9c86823aacc32d445056910f2f507 3,487 1.00/1.00 vMB 79
410,609 410,609 000000000000000005c6e8ca2350407dd6d715135fb2636a6019f88baa0c5876 456 0.18/1.00 vMB 41
410,608 410,608 00000000000000000062dd7c244b5da73fab022023db01705745affd3e9946f7 450 0.26/1.00 vMB 28
410,607 410,607 00000000000000000176fa8b3aec1418d572dd7e5a6e0cffb71c0890a34a8a5d 124 0.06/1.00 vMB 37
410,606 410,606 00000000000000000536c6800e4a33ede783cb88699e4d6c7a7836c9b9fdd565 1,256 0.52/1.00 vMB 39
410,605 410,605 000000000000000003b87b7277aa1223c2ccf73e3ef993c688a7467013c211c4 1 0.00/1.00 vMB 0
410,604 410,604 000000000000000000f66a77a8a3ac7f2610c9a9f8cb4c6b726659daf0fd8817 2,501 1.00/1.00 vMB 39
410,603 410,603 000000000000000001427749a4eb0f13f135c3354b86268db5974a867a1d643a 1,213 0.50/1.00 vMB 37
410,602 410,602 0000000000000000011cf3cdfbaec3f6d36c14477338a1ac686135b44e1bface 812 0.45/1.00 vMB 28
410,601 410,601 000000000000000002ed8596f321cfe488a8c63e18501b44507001e74377957e 1,590 0.66/1.00 vMB 44
410,600 410,600 000000000000000000daae1c2661d3e7feff651a787b671775e80b5bd10b7c84 1,063 1.00/1.00 vMB 27
410,599 410,599 0000000000000000051b4845ed79421f04f5fb6b6b2cdef8ec0ebbf88007e1ab 1,691 1.00/1.00 vMB 30
410,598 410,598 00000000000000000379d8127beb0f42c22c56476306f850d721c32a59a99c4c 1,673 1.00/1.00 vMB 32
410,597 410,597 000000000000000001194d5fe62e70c5bd2f837138bd0e10438be580fc97c0ce 1,941 1.00/1.00 vMB 42
410,596 410,596 00000000000000000066304373a41184b126c81c571f05bdcd089ec12cfe1f5a 132 0.06/1.00 vMB 35
410,595 410,595 0000000000000000029d36f974026dcacfdecebd7696080e74cbde0c197b2f48 170 0.82/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.