Loading Tool

Explorer IconExplorer

Memory Pool

48,843 transactions
29.72 vMB
0.09256548 BTC
Random Selection Loading Transactions
Max Size: 158.29/200 MB

Candidate Block

Mining Attempt 7c6859584f6b528a064da5e7728f78cbdb34611c594f17fd7b9da31ba2c8b45d
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 0508c9b30c100f9b573f3c0efabe22617cfcd2d65fc36a86143d6425a47a1712
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02984293 BTC
Feerates: 105.02 > 2.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (492,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,185 422,185 00000000000000000063158cde45cf185a12ff272d711ee7d97c3ff95f995432 2,501 1.00/1.00 vMB 55
422,184 422,184 000000000000000004d9709ad17b9f6effed665ff004deb8ecde48aa9469a55c 2,385 1.00/1.00 vMB 85
422,183 422,183 000000000000000001f8a8d3b6f03bc2fabcfe6d4408861b5b8d0ecfafcf32c7 1,533 1.00/1.00 vMB 90
422,182 422,182 00000000000000000303b94f10aec9ab4405318e7aeb3b74ec296c6b6b68bcb7 1,348 1.00/1.00 vMB 86
422,181 422,181 00000000000000000057c0b5022cc6add2ededb896d38565175e0224542c7abf 1,341 0.65/1.00 vMB 58
422,180 422,180 000000000000000002bfba561e2d609528687d4093c5066c5f12d3e3cbdce01a 111 0.17/1.00 vMB 19
422,179 422,179 000000000000000000bce7c7f4ab9a6e40eb076e3bb1d9e505354491f82c20ca 1,085 1.00/1.00 vMB 33
422,178 422,178 000000000000000002e6b94f5623aa48e1a82705281368b8dc3936084512229f 606 0.28/1.00 vMB 82
422,177 422,177 000000000000000005194f58664b9eca668d75813264e8e181a0d57d02a68b33 910 1.00/1.00 vMB 30
422,176 422,176 000000000000000003322fd7f65df3c951eb7dc0d12eb2452b1b582ceb4ae6bd 1,163 0.51/1.00 vMB 66
422,175 422,175 0000000000000000000639f06ff3d0cfac19d5dc124efac8082fdaa249025027 2,270 1.00/1.00 vMB 73
422,174 422,174 0000000000000000042b75880a26fb457e86fe62fde458aad5a3969ea4b71f50 1,509 1.00/1.00 vMB 48
422,173 422,173 00000000000000000216dc225d4cbd9d8518b4ad82558d5a8e551aa7290c0da5 1,065 1.00/1.00 vMB 35
422,172 422,172 00000000000000000309a6d5c4afa5a14a9dfe180e508ba95120576871da8313 1,472 1.00/1.00 vMB 26
422,171 422,171 000000000000000003d7e112fbc1aebf4613551290985ebdec276ca6e97ad04a 1,811 1.00/1.00 vMB 50
422,170 422,170 0000000000000000000d5cfd54279cb7be1a9b887b28e8884b4aacfdd73a1421 2,016 1.00/1.00 vMB 35
422,169 422,169 000000000000000001f4de9d78ed4c2015cb676440e58069f67319ae31e71c75 1,757 1.00/1.00 vMB 67
422,168 422,168 00000000000000000304f0c7db28c15cc4226dfc491d4c4f0d8b9ae48744453a 1,599 1.00/1.00 vMB 92
422,167 422,167 000000000000000004c7af1e0c432239ecea997ac5693f389ee84116bef51f5d 2,667 1.00/1.00 vMB 70
422,166 422,166 000000000000000000ecac3d6e7b9262364e9f396bcbdc4bca57c805cb97a005 2,920 1.00/1.00 vMB 90
422,165 422,165 000000000000000002344a730a428d299f45f48acf0c4501dc9f950aef149ba7 2,871 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.