Loading Tool

Explorer IconExplorer

Memory Pool

81,474 transactions
31.62 vMB
0.10462365 BTC
Random Selection Loading Transactions
Max Size: 188.86/200 MB

Candidate Block

Mining Attempt 49010c2f3769a3afac58ab082da8e36c735dd3ac9f2d17c7f7bbda03dfe3d579
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root ea4b62e74957bb07342e142288d2d0c00698868a0c2498b69b6d840b8ac92927
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 996
Size: 1.00 vMB
Total Fees: 0.02308023 BTC
Feerates: 711.74 > 2.31 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (736,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,245 179,245 00000000000005fdf0216943b1d5f5f033ae548ba513e1b3224530baed6aa42f 38 0.02/1.00 vMB 97
179,244 179,244 00000000000001bc311f5cc3f9212cfff9e2c12b8b6e27b07cf1c7d6e78acd26 28 0.01/1.00 vMB 94
179,243 179,243 00000000000009afcdaef481299fe55f7c0e00e055f65d6bbcfdb0fd16d7c323 44 0.02/1.00 vMB 181
179,242 179,242 00000000000004bdda907b223fcc07a699ad3c345944d62ce38feac379879cad 42 0.01/1.00 vMB 90
179,241 179,241 00000000000005086fa8987cad299b7bc2b48c404c0b4c285f6f940f83d916ab 27 0.01/1.00 vMB 205
179,240 179,240 000000000000077c08b44845624b18e976b3838bd8d1192dca7e9356792fae29 118 0.05/1.00 vMB 106
179,239 179,239 00000000000008b696a45aff571f40b3b65191e0550cddfde5d6e0ccaba59f9c 64 0.03/1.00 vMB 143
179,238 179,238 00000000000006e8683f4d62fc3aa36694ed62ebd1bfc999408c3bd46764cc53 56 0.03/1.00 vMB 324
179,237 179,237 0000000000000a7c51e9fd8872e712efe4af4ce1d9a1b5c2bad394ab0fe58df0 127 0.04/1.00 vMB 52
179,236 179,236 0000000000000a75b7e568e8a83ce2e7866ab84d03ea341ae09b9465f8a20cd1 25 0.01/1.00 vMB 75
179,235 179,235 0000000000000468ad22a5a78df17fb5370fe7bdca5e3701b9732b24d518d884 6 0.00/1.00 vMB 80
179,234 179,234 00000000000004d9318253e5de4c64e6c4ca089fe4af11091eaf853103c6d503 10 0.00/1.00 vMB 68
179,233 179,233 00000000000006ee9581c6bc49db41619197c216cfeb5072548de1bf18556691 42 0.03/1.00 vMB 59
179,232 179,232 000000000000047d281850cc1c8ce23bce9a1d385a04f3cdd0dff8089aecdd09 84 0.03/1.00 vMB 113
179,231 179,231 0000000000000755eb850ef7e2dbd760ce93fa7c46b0e66cc750404b7b3b41c7 44 0.01/1.00 vMB 44
179,230 179,230 00000000000009b7dbbdcb29965b20660960601020ab9ed429ea833ecf5decab 11 0.00/1.00 vMB 54
179,229 179,229 00000000000009dafbcd67da99b7d10a529501dc371ccde1233313e9e22ff618 31 0.02/1.00 vMB 72
179,228 179,228 0000000000000111b54e05a5990acf47ecfe7c3e1bb23d72a3f9f647e2457af5 18 0.01/1.00 vMB 298
179,227 179,227 000000000000017454ddc2442c4a1e65be254e2d5c50a0988a7d4919ef6ed7d0 76 0.03/1.00 vMB 1,773
179,226 179,226 0000000000000a1f3b8b9c7b05ad381704e061adc293a6b9c01f847530ed8b00 100 0.04/1.00 vMB 138
179,225 179,225 00000000000008d044e18b3deda68ded0797ec8523b1918d73574177b9bc07d9 54 0.02/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.