Loading Tool

Explorer IconExplorer

Memory Pool

83,532 transactions
32.15 vMB
0.10482753 BTC
Random Selection Loading Transactions
Max Size: 191.14/200 MB

Candidate Block

Mining Attempt 3d9f487e257364f6d0b7140ff09176b3be17e5bc1fba362d4aeb16896c7e5100
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 82d2cac6575c0fec50eda42b70370b11fdb9fec8be6e881c0baba57ee73dd109
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,481
Size: 1.00 vMB
Total Fees: 0.04035634 BTC
Feerates: 387.56 > 4.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (446,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,348 468,348 000000000000000000182fd2c108831dc48cbba1500923c28d041cc81e5b3be3 2,474 1.00/1.00 vMB 286
468,347 468,347 0000000000000000012fb33f9937e75de3178a09f36f901c133f870a64f45578 2,024 1.00/1.00 vMB 299
468,346 468,346 000000000000000001d330298e2d0c92bb836cca21de47adcb4cd1897b140cc7 2,322 1.00/1.00 vMB 366
468,345 468,345 0000000000000000011708fb9bd963d84e8257b668dc6990a7052a151fca9a77 2,755 1.00/1.00 vMB 286
468,344 468,344 0000000000000000003fa88b01d4f09658284a24e5db5ab00f5566659d8ad6b8 1,633 1.00/1.00 vMB 308
468,343 468,343 0000000000000000010f30ebaa5076446258663369a7e34f68ded40049d3a054 2,321 1.00/1.00 vMB 308
468,342 468,342 000000000000000001a687e30c4b0fdcb9770451b06d8affb64647813e5c24fe 2,412 1.00/1.00 vMB 365
468,341 468,341 0000000000000000011d918a43ed18c3a51d8ded984ceb7b0213434e09b19e7b 2,203 1.00/1.00 vMB 387
468,340 468,340 0000000000000000017456c63de9f4739d1a73716d847c7a1579fe96ab8d708f 2,096 1.00/1.00 vMB 386
468,339 468,339 000000000000000001543a35eb4c1a657911d730d6d11e63a2b2ca678698cc54 2,120 1.00/1.00 vMB 337
468,338 468,338 00000000000000000141e3c1ae3f1c71ac2d0b51b6bd2141bc1696ff3a53394e 2,282 1.00/1.00 vMB 402
468,337 468,337 000000000000000000f9bd5d6a8e4ad2752df3f9073f0be52e1b068827ff9476 2,161 1.00/1.00 vMB 324
468,336 468,336 0000000000000000012923fab1ec6605ac55b31f69fcf6d8635455433d669bdf 897 1.00/1.00 vMB 363
468,335 468,335 0000000000000000016faf41790d3883261cf05ce4e3f0b6e5c5772f79506c3a 977 1.00/1.00 vMB 376
468,334 468,334 0000000000000000016af2df6565741108d6dd3902d6cbae5f6055ed37b1fd14 220 1.00/1.00 vMB 344
468,333 468,333 0000000000000000003a5e1d0fcf66675e3270513f590253f0f0585b522a3f91 1,854 1.00/1.00 vMB 349
468,332 468,332 000000000000000000b881c475a1d5d0ab27d34cb959568b106578bc1cdd9136 229 1.00/1.00 vMB 353
468,331 468,331 0000000000000000018cd2341798fba06ac689403c24ad141f806e9244642f1f 1,063 1.00/1.00 vMB 371
468,330 468,330 00000000000000000071f36c7b809b60eb8b18b6d73f4297e2d120cc19972614 1,687 1.00/1.00 vMB 300
468,329 468,329 000000000000000000bf36f90b2d8f0e84a1506bdacd98c84a80430652c7ba17 2,236 0.99/1.00 vMB 329
468,328 468,328 000000000000000000528d6c8184554c176c6963adccae36a7e90d2c512b1922 1,838 0.99/1.00 vMB 387
Previous 10 blocks ↓
Total Size: 782.31 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: 658.87 GB
    • Received: 14.59 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.