Loading Tool

Explorer IconExplorer

Memory Pool

45,672 transactions
27.88 vMB
0.08258238 BTC
Random Selection Loading Transactions
Max Size: 147.40/200 MB

Candidate Block

Mining Attempt 34f63996d3adff7cad6597efd366eb725182a06f43ca7ae503aaccfc2388ff41
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root ff4ea44b9aaa27ad7f25c4b88d7bef135d83f44a7531ed0706e6b7f596e4129f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,080
Size: 1.00 vMB
Total Fees: 0.02888722 BTC
Feerates: 170.89 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (637,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
276,989 276,989 000000000000000149cc55d4c87d02c93a41cd095a90d6bd27139b5de9cd9fee 241 0.13/1.00 vMB 47
276,988 276,988 000000000000000001fc78a69937e5c299855724d41df125f30d445a16b28b7f 19 0.01/1.00 vMB 31
276,987 276,987 0000000000000000dffd8f8d4f8402361edb8dd6f9f4b643958ba332ee004d31 45 0.02/1.00 vMB 9
276,986 276,986 0000000000000001ec52a47f91aca1b368fdebaac1041bc5921b42cbc937ef17 528 0.42/1.00 vMB 35
276,985 276,985 000000000000000028b5346e178398cdccf9bbab0a09543f99ade7144b4afde8 25 0.01/1.00 vMB 45
276,984 276,984 0000000000000003062cd8e9a97860bbe808c404a3b2d20f3356461017f6b37d 68 0.03/1.00 vMB 49
276,983 276,983 0000000000000003410d9c389177f361ff3c62fb3ae5426370fb52f7b2a9f7ce 47 0.03/1.00 vMB 26
276,982 276,982 00000000000000014305aebd1b1ab6751741b2b4ec4299f730d2499a6ab29eba 314 0.17/1.00 vMB 38
276,981 276,981 000000000000000354359c5e3a37d2f44d9a06a43ee704cf156ebc0b67a3db14 57 0.03/1.00 vMB 107
276,980 276,980 00000000000000021caedc9059ea0ececd9ab6c96db04d18f4ce491498864e5d 119 0.08/1.00 vMB 27
276,979 276,979 00000000000000034407dfb9cd196c3c9d697afdbbe48d01fc74efdc182172e2 329 0.32/1.00 vMB 31
276,978 276,978 00000000000000017a846f027a4f4e1a6a022b34f525bca72f91180c9431e844 240 0.14/1.00 vMB 50
276,977 276,977 000000000000000280afea542c31352c777f3d6700d978207a3c5dfceffde4f7 211 0.15/1.00 vMB 37
276,976 276,976 00000000000000023df7f0d87b1dfa32703d3b1cdefcd4aedf6740dee8d9e0e8 138 0.07/1.00 vMB 32
276,975 276,975 0000000000000002341d5025d6af69564be3fae9e08f4e2182ead4ef6de6d5ab 55 0.04/1.00 vMB 25
276,974 276,974 00000000000000021796441b36f6ebad0a9350e72be07a093fa2667d3b28a595 186 0.23/1.00 vMB 21
276,973 276,973 00000000000000036550bc267a9c40b982171fc4c5e3fdb6cef45189666d2b1d 492 0.25/1.00 vMB 45
276,972 276,972 00000000000000015f482411a435f96e75ca778f6e055aa7ba8f8f80406f8fe8 79 0.03/1.00 vMB 86
276,971 276,971 00000000000000016a55c24d756c077df90fd1a124de1e2ce904a896c1d2142b 512 0.18/1.00 vMB 76
276,970 276,970 0000000000000002e0f71c3c172491719e486a53e4a9bb610a9e13b614c0d2ca 734 0.33/1.00 vMB 62
276,969 276,969 00000000000000006ae679fb2732b1d330ac77157d58b01525e0810ff90ffa5b 94 0.04/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.