Loading Tool

Explorer IconExplorer

Memory Pool

42,358 transactions
31.85 vMB
0.09698627 BTC
Random Selection Loading Transactions
Max Size: 159.83/200 MB

Candidate Block

Mining Attempt c2d76b2c30bf5af17c1e25b6fdc2287a5c3c53818e499f9450753e70f00fde91
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root 8a9cb22d66ccb4ae7a6f07fd164438f768bc2a88bf02f6fbcfe194eb9f389b45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,430
Size: 1.00 vMB
Total Fees: 0.03065966 BTC
Feerates: 401.97 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (735,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,988 178,988 00000000000002276fdbeb72bcdba48ccc2a5091fbd7bcdd882e394e0db41733 169 0.05/1.00 vMB 121
178,987 178,987 000000000000039722f8ae699fa2add16f1b016a64e3af7c74039d24783801d9 124 0.05/1.00 vMB 134
178,986 178,986 000000000000026c5d837b634c28bb69a19f79dd37ac30ea6706e6589061c012 8 0.00/1.00 vMB 1,303
178,985 178,985 00000000000005d366682f5d384724960cb766b327e80790cff40f28f3d89fc2 29 0.02/1.00 vMB 23
178,984 178,984 00000000000000410a2bc9a00480ec8b6fd6d06c217daf97500458e8c56e5312 65 0.03/1.00 vMB 197
178,983 178,983 0000000000000666d60e256d9390deaf671bd0e6f64fb44bd96547bf634d83b5 78 0.04/1.00 vMB 114
178,982 178,982 000000000000082d329f7557a3a1025e73b36dfc4e2ccb0c4e3a2ff468014870 64 0.04/1.00 vMB 158
178,981 178,981 00000000000002461596d74a3e0fd36dc26717775a389069dd1086c4aab26f13 16 0.01/1.00 vMB 147
178,980 178,980 0000000000000633f01e98996707195393c8aaf974dd7127bca24ca2c58c6a6e 30 0.01/1.00 vMB 55
178,979 178,979 0000000000000817f58c8d830d4d799ba9c24edd1d5360263e278933274b35ed 42 0.01/1.00 vMB 4
178,978 178,978 0000000000000966e3280c5a277cd15e93b85c9e458836d455e809953b95051e 86 0.04/1.00 vMB 114
178,977 178,977 00000000000002b438a2cac7e1614c19fb9ec84783dd073c03277a5848b78a8d 109 0.05/1.00 vMB 149
178,976 178,976 0000000000000860a4b7b7edf1a19a9aa16cfb12138d149478169d2b340d294b 12 0.02/1.00 vMB 45
178,975 178,975 00000000000003bb1d67ae01231a573acea1cd21a431154efa5b88e0a58cb231 64 0.03/1.00 vMB 131
178,974 178,974 000000000000077f9f91ba69e74d4501578918142595423f68bb985b25a7c546 69 0.04/1.00 vMB 80
178,973 178,973 00000000000004666f57bfc832cdcb88204511f43f8c9c789df7192bff7b7d9c 23 0.01/1.00 vMB 190
178,972 178,972 0000000000000a9cbfee979270a53c966d51034418e17c9041e8e207c0b26e00 125 0.05/1.00 vMB 91
178,971 178,971 00000000000002112095b309c8d8a35eccb5e7e5a4df7f7b4857a154e9c26f50 167 0.05/1.00 vMB 31
178,970 178,970 00000000000007e21e9053bbd5b16e7f65e652b2c439dfb4a67a5c51a5e1a416 141 0.08/1.00 vMB 131
178,969 178,969 00000000000002c36febe66d27c6799ce65fb1ff43341c21d1540e8852c2b2f7 64 0.03/1.00 vMB 146
178,968 178,968 000000000000015301eb1bd833cb9d180f5ee6f60eaec6e5265ade1036eff9c3 22 0.02/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.92 GB
    • Received: 11.57 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.