Loading Tool

Explorer IconExplorer

Memory Pool

84,637 transactions
31.88 vMB
0.11217331 BTC
Random Selection Loading Transactions
Max Size: 195.01/200 MB

Candidate Block

Mining Attempt 1662361d7b6f3e150c67f9a00070c474709a9679b8d0b8495414a63f4cdb2085
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 6fe05a59e6139c8834bc5523916e60b9732c3c9a603221f6d0cb3fe65a463aa8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,798
Size: 1.00 vMB
Total Fees: 0.03498292 BTC
Feerates: 203.60 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (435,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,234 479,234 0000000000000000002c801a91ffaa6023324109d7b2483b3941f00a76ba09bb 2,361 1.00/1.00 vMB 111
479,233 479,233 0000000000000000000b8269c82f408e7bd50432a2d6013b3a863a0f0231ff1f 2,534 1.00/1.00 vMB 149
479,232 479,232 00000000000000000037d8805fe10dff01086015b3163c9e454d6c6482b52378 1,479 0.95/1.00 vMB 13
479,231 479,231 00000000000000000056dd4be361686c8a8e71f9a369ecfbcdb894041f9f2c5f 2,393 1.00/1.00 vMB 125
479,230 479,230 0000000000000000002b84d96d7823cd6deb853ecfb712647eed9de9027a1733 2,279 1.00/1.00 vMB 85
479,229 479,229 000000000000000000d21b71388ce979641eb1d877ccd924f68ccc6ea19d7d48 1,979 1.00/1.00 vMB 84
479,228 479,228 000000000000000000b368ab252880f9756d7e55013c2b08a5dee8b90e2213d0 2,249 1.00/1.00 vMB 134
479,227 479,227 000000000000000000c3eaef58675dc2ee0c8beb9c3d89bc9cd6ad030af81259 943 0.63/1.00 vMB 42
479,226 479,226 000000000000000000021bd5f2e40f1607d9cc24bbfd2ce1dd77e85080747d34 1,755 1.00/1.00 vMB 44
479,225 479,225 00000000000000000012117954e26c325e11799902a7b24a23ca79525b9ca103 2,741 1.00/1.00 vMB 146
479,224 479,224 0000000000000000009be290ecfe3a71b227f26f381c45bdf049e615efabb967 1,727 0.99/1.00 vMB 74
479,223 479,223 00000000000000000096875ac0af9a22e741d13fc1d91d0d5338669c138f4887 1,496 1.00/1.00 vMB 21
479,222 479,222 000000000000000000febcc4428b93c8750ae519e085bf1868e1fabbfb15be8f 1,879 1.00/1.00 vMB 67
479,221 479,221 00000000000000000051f06428efcdb9fdcacfa9b8e0bbedb83b988c0848ca33 2,383 1.00/1.00 vMB 164
479,220 479,220 0000000000000000013e5a3bb534ce542ac69d59784b423e54698f53acdfebdd 539 1.00/1.00 vMB 16
479,219 479,219 0000000000000000009ac6ff7797ae612133a0bd1a3df631436d3d7ccd337927 312 0.23/1.00 vMB 50
479,218 479,218 000000000000000000e204dd777b9a0ad1856af71b13711ccbab692c68945be6 1,512 0.85/1.00 vMB 75
479,217 479,217 000000000000000000dad37110d6bb84bfc87c60a61ba724ea49a745cee90695 1,545 1.00/1.00 vMB 65
479,216 479,216 000000000000000001431418241701a90a3f00585bc01c792fff014dd0c6f6f4 1,972 1.00/1.00 vMB 55
479,215 479,215 000000000000000000014d4382faa578d27b4a340adfa0d5f61957b8d9a27804 1,627 1.00/1.00 vMB 35
479,214 479,214 000000000000000000511a9f65cdbc0d0156dde8d0ba8653e62cbb0c7c718340 1,436 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.