Loading Tool

Explorer IconExplorer

Memory Pool

84,482 transactions
32.63 vMB
0.09833085 BTC
Random Selection Loading Transactions
Max Size: 197.80/200 MB

Candidate Block

Mining Attempt c6e9ce6c31f66c82b38b1d4385979ffe836ab1f86c8f5b46aea2b8a52791608f
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 3ee4c0d0d5d8e1698701143b99e40f6c3c804031ee23c761dc914430794101f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.02609023 BTC
Feerates: 223.65 > 2.61 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (268,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,483 646,483 000000000000000000011bb4270610193898c9997ccc5756caf9f1bf8a55bc38 2,869 1.00/1.00 vMB 127
646,482 646,482 000000000000000000073719973ac205d961cf797429322a5bd9890034c265d0 3,190 1.00/1.00 vMB 146
646,481 646,481 0000000000000000000cbfb9ff1c9ddd90c2d0b3d5b2450b7c80659eb1fe9144 2,443 1.00/1.00 vMB 89
646,480 646,480 000000000000000000073a988df21c58039acdbae379a6d94cfcacc8fae14a4a 2,343 1.00/1.00 vMB 105
646,479 646,479 0000000000000000000a2d32b0730d8d083349d777e926f150bebd76f4c3edf9 2,118 1.00/1.00 vMB 77
646,478 646,478 0000000000000000000db1c0818b3d3ccf081a4963e7cfbd58033262bb08459e 1,175 1.00/1.00 vMB 113
646,477 646,477 0000000000000000000685dd58e4a61c787ca9844f4514689c47f7faed091fa1 2,721 1.00/1.00 vMB 85
646,476 646,476 000000000000000000044ef5b76ccfdc762ce57f4a14146692a2de1479d855bb 2,592 1.00/1.00 vMB 103
646,475 646,475 0000000000000000000aa8f17e5f7d61a5899fed181a8d86ecdf854d57b573e0 2,865 1.00/1.00 vMB 123
646,474 646,474 0000000000000000000a145d7d175e5883332e1a9ea52b84827e4dc123c164eb 2,867 1.00/1.00 vMB 107
646,473 646,473 00000000000000000000cd74fff1079035ad8fe4241ea32bbdee6a75a172d60c 2,115 1.00/1.00 vMB 123
646,472 646,472 0000000000000000000ad3a3683664a78b24c50b67fef6ff5f0268c758f9826c 2,887 1.00/1.00 vMB 127
646,471 646,471 0000000000000000000f6a096b2c64e354b0c177801ebbc9ce7f6326e0456721 2,522 1.00/1.00 vMB 96
646,470 646,470 000000000000000000051f72775fd2190b51d29675588826de656e81f3a97ac6 2,416 1.00/1.00 vMB 103
646,469 646,469 000000000000000000000536f3ca54e10ec0d94363c67dcc46c280d31cbf1e44 2,377 1.00/1.00 vMB 111
646,468 646,468 00000000000000000009a4b2f1795fc554bbc50c974c40188964b43cd66270b4 3,036 1.00/1.00 vMB 137
646,467 646,467 00000000000000000004f2504cf57a559db76ab53fe4aea946f2d07ed4153cec 1,666 1.00/1.00 vMB 112
646,466 646,466 0000000000000000000374a685f6f7a0d431572e870eaa42aa3380da545e769a 929 1.00/1.00 vMB 108
646,465 646,465 0000000000000000000e5c5f6bb98e40cc805521c84498d92eef4ac5eb5e769e 1,694 1.00/1.00 vMB 105
646,464 646,464 00000000000000000007014ca2cb63d7479aeec7699b544bcdd522adb2016ca8 2,692 1.00/1.00 vMB 107
646,463 646,463 0000000000000000000dacfc5d3f8872efb10b4c6bc3e160d30bbd5875b3922d 2,000 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.76 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.02 GB
    • Received: 16.82 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.