Loading Tool

Explorer IconExplorer

Memory Pool

78,173 transactions
29.02 vMB
0.07385514 BTC
Random Selection Loading Transactions
Max Size: 173.82/200 MB

Candidate Block

Mining Attempt 16eddedb2d4c44d893b359ccb74c9b9f99e252abff07c9b3a964e74d8f4ab3f9
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 3063f35cfb72f2773a86c86b5a76bbd89f453e3c0deae48ca1bbf5372a88ae84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,511
Size: 1.00 vMB
Total Fees: 0.01518390 BTC
Feerates: 150.77 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (272,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
642,083 642,083 00000000000000000001651d88ef3f766bf2d389abcfa52744ee022e9e2713a1 1,318 1.00/1.00 vMB 114
642,082 642,082 00000000000000000002150dca2f04a05149ab8c24df919cdf3bab5d5a87f937 2,744 1.00/1.00 vMB 162
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.75 GB
    • Received: 15.56 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.