Loading Tool

Explorer IconExplorer

Memory Pool

81,378 transactions
31.11 vMB
0.11341336 BTC
Random Selection Loading Transactions
Max Size: 189.14/200 MB

Candidate Block

Mining Attempt e5b0dced0771a4f76042cd0e246dd79394a6b914845213c5a73906c9c2ab5251
Version 20000000
Previous Block 00000000000000000000434d606c3a7811f2f11a15f2cf209ba28821c827a687
Merkle Root 32752ae4dd1dbaa884a96d2a36cf67d578637de8aaa60931f382b5370bb10f74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.04619054 BTC
Feerates: 261.10 > 4.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,195 (423,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,472 491,472 00000000000000000085090cb7a4a199b16ff43762ceca48f99c1b10bf4a4638 2,375 1.00/1.00 vMB 166
491,471 491,471 000000000000000000ab27dab9ab282c7d9ab14e3559ebbf21ffba9043c2fcc7 2,661 1.00/1.00 vMB 160
491,470 491,470 00000000000000000002888174fa5f9bfaca2d6badb9239acb2f193e2ce862cb 2,228 1.00/1.00 vMB 92
491,469 491,469 0000000000000000009178df7a73c8bdf58933e9e69324f39ade06367cacb39d 1,741 1.00/1.00 vMB 27
491,468 491,468 0000000000000000001004ee9cd0f053891a09c0229a2d752f4f37d433e8c173 1,387 1.00/1.00 vMB 32
491,467 491,467 00000000000000000009fb44cb39fd9a051b30d8db7e5e1ac7245e5491cdd269 1,871 1.00/1.00 vMB 99
491,466 491,466 000000000000000000a4ac5a3c1c0a96e880c6f6ec5f68d284ad9dcc543c022c 1,685 0.97/1.00 vMB 71
491,465 491,465 0000000000000000003bf8b86a1238d87946e41da066bcafad9a3d93c65dac31 2,032 1.00/1.00 vMB 35
491,464 491,464 000000000000000000744807b0696371c148e33fc2b26d8bd1d4de304eda4681 1,847 1.00/1.00 vMB 114
491,463 491,463 0000000000000000004b7098a4087dbdd8760bdb90bfcc342e3a32412a4e1c91 1,706 1.00/1.00 vMB 133
491,462 491,462 000000000000000000a720724af8c675e7b23edbc5d96ec046a0674515c50c9a 2,109 0.94/1.00 vMB 140
491,461 491,461 0000000000000000003f5452ac77e0459c2fc2613448cf496be987542d2333c6 1,892 0.96/1.00 vMB 135
491,460 491,460 000000000000000000e11768b8d90e9ebf3f3a17226025980fc4d99c98d0a0e5 1,704 1.00/1.00 vMB 173
491,459 491,459 0000000000000000007246a2f8460fa1740cdca38be2c1857340d8638b4bff48 1,733 1.00/1.00 vMB 163
491,458 491,458 0000000000000000004eb57535f0d8c1d6b484ebe45ee839afba362456c06055 1,861 1.00/1.00 vMB 75
491,457 491,457 000000000000000000bdc050a03370887b81403dd9bb8db11ead6209e472d0d5 1,922 0.96/1.00 vMB 114
491,456 491,456 0000000000000000003cb26a44006ef441b9bf583c94403ee6cabc4508783fbd 1,945 0.97/1.00 vMB 44
491,455 491,455 000000000000000000aed0b35d6004a11fdc411e57eabbc0f4a92638e6b0d3b9 1,960 1.00/1.00 vMB 92
491,454 491,454 000000000000000000c8598e7699c06997ef90aea09cd0301146b0f8bed8e958 1,471 1.00/1.00 vMB 26
491,453 491,453 000000000000000000808a601a789cf5abd019252921d4e4e55fc146f47550ba 1,469 0.94/1.00 vMB 23
491,452 491,452 00000000000000000071418848ae9b79389b141c1992240ec320a131dc219d77 1,819 1.00/1.00 vMB 78
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: 11
  • Data Transfer:
    • Sent: 707.64 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.