Loading Tool

Explorer IconExplorer

Memory Pool

79,337 transactions
29.36 vMB
0.08515775 BTC
Random Selection Loading Transactions
Max Size: 178.21/200 MB

Candidate Block

Mining Attempt 6a9cca21658244168509621e644da24e217d02e49fa057cd776aa1343ff9f3d9
Version 20000000
Previous Block 00000000000000000000fe8d2ef4d4f66fab81a29a3333d76710a3a67965d934
Merkle Root b77442958a5adff9841fcfea2e7d687f766f8f5bd452ec6ab2abab5b977aa413
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,262
Size: 1.00 vMB
Total Fees: 0.01737693 BTC
Feerates: 87.45 > 1.74 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,598 (854,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,385 61,385 00000000011d06ef07e7c47ee22330cd6c43992644b45f5c2ad5e1ec678e8e8a 1 0.00/1.00 vMB 0
61,384 61,384 0000000004e3e757728b415c3372be1dfa8f8b357a17a3559c2d6078e87f1e12 2 0.00/1.00 vMB 0
61,383 61,383 000000000937587f06e72d9b99096f16489f0eb49589768ab580b06f1bfc73cf 2 0.00/1.00 vMB 0
61,382 61,382 000000000a387c80e5e8750de0566aec369a4f1da1e3eeccdadb655abbfe8cdc 2 0.00/1.00 vMB 0
61,381 61,381 0000000000c95cefb0aa53e7a712e74060a02a66b0586ccdc51556da27cdb1f5 1 0.00/1.00 vMB 0
61,380 61,380 000000000414c711bd812ad34ce1fd572cfe9c21158d900bba5892dd9edef5ac 3 0.00/1.00 vMB 0
61,379 61,379 00000000024ef24e8ee0c4750b4c36a1dbf9f649e7295acdc4b5fcd786322b45 2 0.00/1.00 vMB 0
61,378 61,378 0000000000316771bdac868f67d43485c4d3c88efba927148dd9fa97456b1907 4 0.00/1.00 vMB 0
61,377 61,377 00000000055e42fb082c7235d0e077ac7eec554a43a91cedd801c0c726e9ebef 4 0.00/1.00 vMB 0
61,376 61,376 0000000009fc8dd67c2b835a412d06d78888232da05f7addb74fbd1c181c203f 1 0.00/1.00 vMB 0
61,375 61,375 000000000226e264222e903ef4f122e2bc93b0fc55fc1cc8a147f90f1419bbb5 3 0.00/1.00 vMB 0
61,374 61,374 000000000d410d918572fdcf09f73ea41fda9b8a2a5e9227dac00ad3afbf87f3 5 0.00/1.00 vMB 0
61,373 61,373 000000000b7fb94668def177de993b000aeba3c2a7e47b2a70b4c5809e99e62d 3 0.00/1.00 vMB 0
61,372 61,372 0000000003e386dbe8597f85fdccba5a1e1783bf8bee7a59716695ccd890ba5a 1 0.00/1.00 vMB 0
61,371 61,371 0000000007994a7dc8e1ed441b0b60b180e1537e75b980cee6f3832d1cc8127a 1 0.00/1.00 vMB 0
61,370 61,370 000000000d897990c1a45fae32da5e4cc801ba77cfc012a64576f0cff2fbaa41 1 0.00/1.00 vMB 0
61,369 61,369 0000000004c240da2e8561b4ab6f41cf1ece76062ddd7a40b2772d0f5c3c00e7 2 0.00/1.00 vMB 0
61,368 61,368 000000000b44d127a717c09fbfc88c16420a49f4bb986325feaab3f97924f098 1 0.00/1.00 vMB 0
61,367 61,367 0000000004dd635f88498b34c5d89447b7b9297d98ed233ed31290f0b4a3a893 1 0.00/1.00 vMB 0
61,366 61,366 00000000046051c20d411c3fc76ca36e7fa38efc7019e7d35d8c57cc8960edd8 3 0.00/1.00 vMB 0
61,365 61,365 00000000049779cb342bd239de626b5100a1e1089f332f2bcea8a04896109e76 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.43 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: 770.52 GB
    • Received: 19.92 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.