Loading Tool

Explorer IconExplorer

Memory Pool

88,305 transactions
32.18 vMB
0.13712764 BTC
Random Selection Loading Transactions
Max Size: 194.96/200 MB

Candidate Block

Mining Attempt b8a24fcb924375b0eb6dba64335c36d80d1f1a9632001c6fbea72dcd31681fc5
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 315ba9bc9a51f0064699b86b718a77df3e3d38012a8876e4d3d2814bc382c4d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.05089147 BTC
Feerates: 101.65 > 5.10 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (272,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,104 642,104 000000000000000000028467acd5e1463f400f073cd241366ea926374a191cdc 2,403 1.00/1.00 vMB 73
642,103 642,103 000000000000000000033d12f97025386b9b09ad131b4c53e2844030ee62a35a 1,902 1.00/1.00 vMB 64
642,102 642,102 0000000000000000000e61c3d71976377e971f7b266ee7d7a45643dce732e2d5 2,450 1.00/1.00 vMB 91
642,101 642,101 0000000000000000001074003fdfba5476682e9516727f96f9718563943d6955 2,573 1.00/1.00 vMB 62
642,100 642,100 0000000000000000000bb9fd8584aef641247c0b3feb719944bc415f2d8784fc 2,988 1.00/1.00 vMB 40
642,099 642,099 0000000000000000000e7554dbf699e6381fc404c8c8f9dc7c4c3b9b2605bae3 2,625 1.00/1.00 vMB 65
642,098 642,098 0000000000000000000145f4079a88bac0f2dcaf2b3119307156ce4da9b886c2 3,012 1.00/1.00 vMB 157
642,097 642,097 00000000000000000003a82e0c40e3a190fc2e35ab76cdfaa9731c33477d8de1 2,494 1.00/1.00 vMB 87
642,096 642,096 00000000000000000006122eb1d4273ba34d1413cf60f4b182dffcc5419ca73a 2,627 1.00/1.00 vMB 104
642,095 642,095 00000000000000000005be35b5e154b537b5f3303f636fd6408f1ae3f0613919 2,948 1.00/1.00 vMB 80
642,094 642,094 0000000000000000000a11024b9349b0f2a5a2077d11fe655521d46c987f0902 2,795 1.00/1.00 vMB 104
642,093 642,093 00000000000000000008e19d8c2bcbff90696650822c153c16854333acb0025d 2,441 1.00/1.00 vMB 71
642,092 642,092 0000000000000000000526e5832e29d4bfea3402516689091db27a1f6b7b8d32 2,892 1.00/1.00 vMB 130
642,091 642,091 000000000000000000055840f69de60f27fa55bebc6f288ac744433cd826c948 3,132 1.00/1.00 vMB 109
642,090 642,090 00000000000000000001e9c15c2d6bc7fab2e2ca4b35458a01c6c316aa6bf76e 2,449 1.00/1.00 vMB 143
642,089 642,089 0000000000000000000467513c4d33f3d4d2af0949b2afd0c37cbc613a87191b 2,703 1.00/1.00 vMB 141
642,088 642,088 0000000000000000000ce1bd87a1d3a70446b4335046d276e51dca386de5dbb2 2,623 1.00/1.00 vMB 189
642,087 642,087 00000000000000000002a2089ec4eebc242579991d7809bfae77e223dbffc508 2,679 1.00/1.00 vMB 95
642,086 642,086 0000000000000000000bb058a3ce2215cbd8295b7f20abcedaa4404ffaa6541b 3,020 1.00/1.00 vMB 107
642,085 642,085 0000000000000000001026aa8cffc70a4a9d1fa0acdee60b7bf7f84656595a66 2,849 1.00/1.00 vMB 94
642,084 642,084 000000000000000000091d34fb4ebf3a5087e30624772e99c972850a8e555433 2,682 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.