Loading Tool

Explorer IconExplorer

Memory Pool

39,003 transactions
28.67 vMB
0.06418856 BTC
Random Selection Loading Transactions
Max Size: 145.37/200 MB

Candidate Block

Mining Attempt 39e84d2419a73509b99d00e1a7b2df45aade9b0c7e4bb6013de96561e124ad00
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root e9ce4596731b473d92cbca311c46edf83882d1442040057719664bf6806471ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,603
Size: 1.00 vMB
Total Fees: 0.00871990 BTC
Feerates: 60.16 > 0.87 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (283,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,251 631,251 00000000000000000009a7f77f62ab8863442a3853ae806aa03a7808e84fec32 2,978 1.00/1.00 vMB 181
631,250 631,250 000000000000000000074f21a1087813138b48c08a91afa157d25dc8de3aa6ad 1,983 1.00/1.00 vMB 189
631,249 631,249 000000000000000000115c12d0abb4d75c7060c91fdb19141b1f7210ffd7c8d7 2,301 1.00/1.00 vMB 202
631,248 631,248 0000000000000000000099639789cdc4013d7a6e4e9f5ee3a7197d24326461b5 2,409 1.00/1.00 vMB 202
631,247 631,247 0000000000000000000fca73958624c6f62c5be1e547619500f79f664875089f 2,778 1.00/1.00 vMB 205
631,246 631,246 00000000000000000011c2cdb60b23899a096ea812a75a268b41cb0be9dd6d93 2,985 1.00/1.00 vMB 235
631,245 631,245 0000000000000000000a52c67ee5525a37652e1927285b922427cc3ad584dbce 1,579 1.00/1.00 vMB 129
631,244 631,244 0000000000000000000623961d139985b9d2b2f5f701c18f8ec61d254a56c429 2,379 1.00/1.00 vMB 110
631,243 631,243 0000000000000000000ed603cb5e3d70c3ba745c2801fb3da88f6525b0df1ff3 2,103 1.00/1.00 vMB 55
631,242 631,242 0000000000000000000bd14c4ad98b09a9d09300c160dd3290594480dfdcc071 2,646 1.00/1.00 vMB 56
631,241 631,241 0000000000000000000208ca64b0aebc85a942d459524afdc404a9714e84b363 3,034 1.00/1.00 vMB 52
631,240 631,240 0000000000000000000a6c9fc90530d9494d8a73bf9290b40ec6ee2bd95cd4a7 3,044 1.00/1.00 vMB 135
631,239 631,239 00000000000000000008cda22fb7a58d659fd041f07082bd4e7ae56c7a7bd465 2,531 1.00/1.00 vMB 172
631,238 631,238 00000000000000000004ccb960ff523e8c7c077c004ec2c5703bcc7c9bbdb1c0 2,258 1.00/1.00 vMB 176
631,237 631,237 000000000000000000034064920130c3d310ae11d21b3fcb78d7dc4a4feeb518 2,761 1.00/1.00 vMB 182
631,236 631,236 00000000000000000000162c3ca630b4cae1c6fc5987a12d97a6ae24234e1484 2,556 1.00/1.00 vMB 92
631,235 631,235 0000000000000000000bceabca6f4b124c9112017581d7f363c3c90ccb0e25c6 764 1.00/1.00 vMB 70
631,234 631,234 0000000000000000000dc44ce1242b2e86cbc87ec57e70f3bf841263be9ee382 2,322 1.00/1.00 vMB 125
631,233 631,233 00000000000000000010271e08ea68648e565dffc0853eeb4837961d02ffb3b3 2,841 1.00/1.00 vMB 80
631,232 631,232 00000000000000000007d34d43eb7551f5540733020661d901b2e1bdb92e201a 2,296 1.00/1.00 vMB 112
631,231 631,231 0000000000000000000199b8f642274efe66cbf52cd459d23fdd9108d2f0d990 2,256 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 781.59 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: 623.15 GB
    • Received: 11.42 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.