Loading Tool

Explorer IconExplorer

Memory Pool

38,499 transactions
26.12 vMB
0.07866235 BTC
Random Selection Loading Transactions
Max Size: 135.48/200 MB

Candidate Block

Mining Attempt ec02fe564c721206768c20dba199bef7792674d75a9e2e05d6ac93d00b21ee17
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 8ca22fe5e0b6c546a757932a191462fce431ccdc681d122d54a3a0b3d8bb730b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.03096006 BTC
Feerates: 101.64 > 3.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (133,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,147 781,147 0000000000000000000314a714e0ec405f2413b4c3bbf2e3c8f1e7258f553160 155 1.00/1.00 vMB 3
781,146 781,146 0000000000000000000042206ea5e0e7576c3ea1772b1ab89c33a3ff679f41f4 1,287 1.00/1.00 vMB 14
781,145 781,145 000000000000000000028c8846a98aeae469a7d018b50d8a0556d30baf2adfb0 990 1.00/1.00 vMB 10
781,144 781,144 000000000000000000058bec7d0d267cf15c9629930fbc43242fd5a9c16b29bc 448 1.00/1.00 vMB 9
781,143 781,143 00000000000000000002c46784dee06651626fe71aaae48540c7d6f9eedfb9fc 234 1.00/1.00 vMB 7
781,142 781,142 0000000000000000000476b77edaacd3e4ee73e4e8892cbc013a96e60c74c7df 1,690 1.00/1.00 vMB 17
781,141 781,141 00000000000000000004eff2f4b4af97e31bb23eaa37ff86629b103b0597c612 2,493 1.00/1.00 vMB 13
781,140 781,140 0000000000000000000375ca29ac920b5f8d0d5c7ef11bf09c8ff2a09c866016 2,936 1.00/1.00 vMB 32
781,139 781,139 0000000000000000000405e682d9f5522b9f4377a6bc34a0e762a3655c9b3746 3,043 1.00/1.00 vMB 32
781,138 781,138 00000000000000000005858b1a4abd0c45479e1918a6ff7ce2b661991dac81eb 2,449 1.00/1.00 vMB 43
781,137 781,137 00000000000000000004dbd0459a78431a21b7c973fa81c5a7b4676f7046638a 1,795 1.00/1.00 vMB 19
781,136 781,136 00000000000000000001363548cb3f105d319ff69245412aae494eb390797e58 3,319 1.00/1.00 vMB 35
781,135 781,135 00000000000000000003a1ae1bccc76f364944b036e46abbaa16cf1413eff022 2,189 1.00/1.00 vMB 48
781,134 781,134 00000000000000000000670c8933850157f2c7d0e7e40cd79bf63ff65a1f0cb6 2,556 1.00/1.00 vMB 24
781,133 781,133 000000000000000000030bae964c7e45d7448f97fdd40c557d1b71bc5e516f4b 1,253 1.00/1.00 vMB 9
781,132 781,132 00000000000000000003c6ac4cdf1998700065a861da50305b88516e2bc1a0e2 1,028 1.00/1.00 vMB 10
781,131 781,131 000000000000000000029a9f163c78a97e016b65e63c2bf9863f8f2279c6ef4e 915 1.00/1.00 vMB 12
781,130 781,130 000000000000000000028569f0de1f69ee26d839119f54d1f41753a107aad972 2,012 1.00/1.00 vMB 17
781,129 781,129 0000000000000000000055032502e88955a9b57926aac5a20a423f8bc5ac74db 3,085 1.00/1.00 vMB 23
781,128 781,128 000000000000000000052cc1b3119c1eed58210d157caea8364733fe61c5510b 2,135 1.00/1.00 vMB 18
781,127 781,127 000000000000000000004684099611dab88e149f86ade81aecd0e2a8bacf3801 2,305 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.22 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: 654.53 GB
    • Received: 14.14 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.