Loading Tool

Explorer IconExplorer

Memory Pool

75,063 transactions
28.92 vMB
0.07867935 BTC
Random Selection Loading Transactions
Max Size: 171.12/200 MB

Candidate Block

Mining Attempt f04c376372bf836cc70ee70087bd75c0983fd44a26eb7c779ecaa27b6c50b85a
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 511e47b38b1482ddb652166b0ba7e1b014cb6194a8306d5dac5dcbe74bdf5d70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.01849087 BTC
Feerates: 100.29 > 1.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (242,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,315 672,315 00000000000000000000be3f5399ef2619ba85b6a289212d91130782c5973fd0 2,231 1.00/1.00 vMB 101
672,314 672,314 0000000000000000000978a00e4cbf2eef5acfac22f3ff80281ef839d5cee8a6 2,615 1.00/1.00 vMB 151
672,313 672,313 0000000000000000000c79a8ef2d9196d0adfff5842dfe1fa53388c439cb6be0 2,598 1.00/1.00 vMB 121
672,312 672,312 000000000000000000021372a566c2aee5bb1ce6d331e6e63b1e63a2fa2cc093 2,762 1.00/1.00 vMB 157
672,311 672,311 0000000000000000000638a879316e856461ef0c45e1fca876906bda985d3412 2,099 1.00/1.00 vMB 96
672,310 672,310 00000000000000000007b490ec2e5b6e10753a1e3f48c405634560388735eb05 2,005 1.00/1.00 vMB 114
672,309 672,309 00000000000000000004ffcddb7fbe462dea737789302bf181c51fa5d17a975e 2,556 1.00/1.00 vMB 132
672,308 672,308 0000000000000000000c94793e2eb3996c3c122724a450fa0b87e85cd8662451 2,491 1.00/1.00 vMB 148
672,307 672,307 000000000000000000032cf214b9c51bbfb1adf180b92fd4c5620834616a1f33 1,292 1.00/1.00 vMB 149
672,306 672,306 00000000000000000003a507a34433f5daaf72d4592e00bdd33300c1588be079 2,845 1.00/1.00 vMB 163
672,305 672,305 0000000000000000000c0886a4f48ba333892bb448c665c59353849a552133a1 3,031 1.00/1.00 vMB 104
672,304 672,304 00000000000000000000c5b5f95481dfc5a514494e16de3b538e40d058c1f017 2,666 1.00/1.00 vMB 158
672,303 672,303 0000000000000000000c734ef0521c5dfa9ff9fefa1fdc32ad2173f71246efad 2,342 1.00/1.00 vMB 134
672,302 672,302 00000000000000000003842e81ad78c3815f5a57d4f3a9a4ae72b93cf3622e81 2,628 1.00/1.00 vMB 90
672,301 672,301 00000000000000000002c1c437f35c244f23af60b5c66259b50e25388a5ad832 1,148 1.00/1.00 vMB 146
672,300 672,300 0000000000000000000256e5300cd179a51192ceca15123a14af3dca9e1b8759 2,395 1.00/1.00 vMB 54
672,299 672,299 0000000000000000000a72411f5a7e1daeecc85245b00788d41af9d177fbf447 2,044 1.00/1.00 vMB 85
672,298 672,298 00000000000000000003d8b25fadba41c0ca8650a38c5d6e93a1c0b126639122 2,030 1.00/1.00 vMB 138
672,297 672,297 0000000000000000000a926ce18b42bdc4f261e21a305f6a073475908e9dfe13 2,536 1.00/1.00 vMB 94
672,296 672,296 00000000000000000008a1a2fcd605f2d37c7e775627c5abd1e362b6ebb13d21 1,723 1.00/1.00 vMB 147
672,295 672,295 00000000000000000001fee353614abf03d5e8bdfeb5e318281790a023a4edd2 2,019 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.