Loading Tool

Explorer IconExplorer

Memory Pool

42,469 transactions
29.04 vMB
0.07510904 BTC
Random Selection Loading Transactions
Max Size: 149.24/200 MB

Candidate Block

Mining Attempt cb380a8d0905b8e843810b7ed349a7752129d144b19a8b3631e6bdf972f7a2fe
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 9c11d1bf3f4dc69cfb2c59269e29300bed2b19a30038cedfd99ac244b2ce02a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.01839135 BTC
Feerates: 150.75 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (269,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,129 645,129 0000000000000000000ad8b281560f8b579c764a4c34cfa9e8c2ab36752590a7 2,824 1.00/1.00 vMB 122
645,128 645,128 0000000000000000000cd4085f73b56bd3c36ea382de918d7d400206365ed8a2 2,428 1.00/1.00 vMB 22
645,127 645,127 00000000000000000002ab2e396ef5d1d342cfa9aa6aefff97fd66471bf8ac52 2,775 1.00/1.00 vMB 100
645,126 645,126 0000000000000000000fc68b828f684b2200e1a21a6eb1f6c46842e6b902cff5 1,623 1.00/1.00 vMB 48
645,125 645,125 00000000000000000002244e3b9586b970c658a697a8c09b2bb4e9755fd14593 2,974 1.00/1.00 vMB 82
645,124 645,124 0000000000000000000d3fdd96db644252fc5871bb00b8b13ed13b13f790fc65 2,942 1.00/1.00 vMB 43
645,123 645,123 00000000000000000001bae8f93273a74096faef63bae5ea56fb8b164e4b3d15 3,039 1.00/1.00 vMB 114
645,122 645,122 00000000000000000008f4a502a3ffee1fe6278b12f172de81e539f91e5a705a 2,222 1.00/1.00 vMB 20
645,121 645,121 00000000000000000000bad727ef012c446329fc576362486ff1ab0004a835e0 2,945 1.00/1.00 vMB 65
645,120 645,120 000000000000000000015d97e4f3e544f5285016a6d027985f85ea4cab47e54c 2,979 1.00/1.00 vMB 56
645,119 645,119 000000000000000000049a66ca322371799e1cb51d85c8937764ba6a2abb8ed9 2,026 1.00/1.00 vMB 18
645,118 645,118 000000000000000000078958c77303c2d8435688da8fa889bfe71e5adab85e2a 2,810 1.00/1.00 vMB 72
645,117 645,117 0000000000000000000933c4b84438379905242380f61feeb430ad159ff0bdd7 2,446 1.00/1.00 vMB 98
645,116 645,116 0000000000000000000141a89433f01a12ec2f7e5febf6ba6050bbdbc2a5b0bb 2,567 1.00/1.00 vMB 39
645,115 645,115 0000000000000000000f8be9953c1bc538ea10e0f40ff3862ef85dfbb1133ca4 2,268 1.00/1.00 vMB 4
645,114 645,114 00000000000000000007e87f57dd017c8d460038162635f6031e8308721f08af 2,335 1.00/1.00 vMB 44
645,113 645,113 00000000000000000005c6412ac6791590d20a6c7b5f10c137ff11987b72a790 2,786 1.00/1.00 vMB 73
645,112 645,112 0000000000000000000567486c5f9edcd105ee6e912f49db4f1f5dfc3a0616d1 2,165 1.00/1.00 vMB 32
645,111 645,111 0000000000000000000bf6511bf904bdd8af63ca1f85f4ab0619943b74ccc468 2,469 1.00/1.00 vMB 58
645,110 645,110 00000000000000000004be0609fd25550984c205a3c13c6a19a2a6359eb3b519 2,314 1.00/1.00 vMB 47
645,109 645,109 00000000000000000002966fdb763ad8f88550e51ec0348ce98e2f0844c266ec 1,497 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.