Loading Tool

Explorer IconExplorer

Memory Pool

34,909 transactions
28.53 vMB
0.07579173 BTC
Random Selection Loading Transactions
Max Size: 141.81/200 MB

Candidate Block

Mining Attempt fcd5ac47d6aef7e917f1c200026aaea5e5b0e1c956be13e2b04094cbdc100365
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root c7e19fbcf00ae27f4cfb29161f4dea6b4babbe7ed79808ed5fc701e48941c240
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,453
Size: 1.00 vMB
Total Fees: 0.02031507 BTC
Feerates: 101.65 > 2.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (668,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,934 245,934 0000000000000097cc1769db62b71689c56bc9efc1453659db75428521243b90 102 0.05/1.00 vMB 147
245,933 245,933 00000000000000549881a0d81b80977ca980fad9044fec1c588e70ec950309b0 20 0.01/1.00 vMB 52
245,932 245,932 0000000000000059fb1f6b5adc6074a4bd50e61f8acfa317c4f042c77ccc5ee1 129 0.07/1.00 vMB 29
245,931 245,931 000000000000004b5eed72e5fff94e95f446b671b0607071e5cf8c1a2611cdd0 209 0.10/1.00 vMB 100
245,930 245,930 0000000000000007194c5a37cba4f9d18d39b55555251df09c03f338943d5ee5 209 0.10/1.00 vMB 98
245,929 245,929 000000000000005ee74e8014a1cf76117187b3f4e599456f053a2705b1e6fbfc 393 0.21/1.00 vMB 148
245,928 245,928 000000000000006309b664803429b8f7ad8ae3ba3770bcd96730c1f870d9c525 23 0.01/1.00 vMB 43
245,927 245,927 000000000000006df445c8c754ea4bbb1fd3fc7c174b4651f998a7703081da59 131 0.06/1.00 vMB 124
245,926 245,926 000000000000004f1d133df5139787464cbb14271072955a80aa8cce16fdf96e 165 0.17/1.00 vMB 51
245,925 245,925 000000000000001afea9f9d5571b191d76950433cc8aadd5b1c664e7872090c2 250 0.20/1.00 vMB 98
245,924 245,924 00000000000000609e146e9b7570c82f6fd5b1c25ad66161b87357c1598764c3 79 0.03/1.00 vMB 150
245,923 245,923 0000000000000019e6045dd69d7ee9881f8e8ed9db0ed6c390d9b188cc54636f 191 0.07/1.00 vMB 141
245,922 245,922 000000000000006f5e7d1f3c1d6251b7e93b3d10366cf7da2854a63fdd8a22a5 97 0.05/1.00 vMB 129
245,921 245,921 000000000000009435bd2c1b61350008918b10115b1297834f912b62689221be 8 0.00/1.00 vMB 91
245,920 245,920 000000000000009142ac38eac5db28697eee668fc845f3087b5091c8f492a671 89 0.04/1.00 vMB 192
245,919 245,919 00000000000000b747a77c02d6f6ccb688f7902376772d5a75f8705fb5ba9535 19 0.01/1.00 vMB 98
245,918 245,918 000000000000005adc5843d175b488eed66e7b81d22eda1706c86e90e20560b6 229 0.09/1.00 vMB 116
245,917 245,917 0000000000000087b8241ed0786a01d0c5e16b0f75bb6044d97ef0ac4cf377dc 89 0.03/1.00 vMB 14
245,916 245,916 000000000000005ac34d9bb2f4ad71b90d180a47da307e55c2d5a3e8907d5200 481 0.23/1.00 vMB 129
245,915 245,915 00000000000000690d41673d5768ad3a76e743ae87f41283fd2d9fd346cf2b4e 370 0.17/1.00 vMB 113
245,914 245,914 00000000000000bd0e9e5083f79e6bfecfd6a925bbcd5a3b0c0692d387d85f80 22 0.01/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 781.54 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: 617.03 GB
    • Received: 11.18 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.