Loading Tool

Explorer IconExplorer

Memory Pool

48,862 transactions
29.73 vMB
0.09268526 BTC
Random Selection Loading Transactions
Max Size: 158.31/200 MB

Candidate Block

Mining Attempt 6adc5db7804efc674a0fdba7de08e63b2c2588beb0a61351698a4cc5c5242781
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root f610afb525c9eefbcb39b8bebfbcdcff66d00a2eb12ba17568f3d32caa4bf673
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,093
Size: 1.00 vMB
Total Fees: 0.02994644 BTC
Feerates: 105.02 > 3.00 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (350,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,458 564,458 00000000000000000006e810662203b23c3d96b3158f40a6f89360f6bda6571c 990 1.00/1.00 vMB 65
564,457 564,457 000000000000000000074542ac7fd475b3d02f6707d55e9c69c585d9d9cc2d16 1,014 1.00/1.00 vMB 95
564,456 564,456 0000000000000000001629cab5f43e504dd5ca2ee020c35ed3a3d1f5475ba339 1 0.00/1.00 vMB 0
564,455 564,455 0000000000000000000d27619a19ad99e06afacb3d74bafd25b3f473c74077c4 3,032 1.00/1.00 vMB 7
564,454 564,454 00000000000000000003d8f605d27ac626717f41ad34c7763119a3d3817c7dbf 3,027 1.00/1.00 vMB 9
564,453 564,453 0000000000000000000305c9e9a8e684a2d715b60e3e23c85fc63094bf6e4184 2,275 1.00/1.00 vMB 30
564,452 564,452 0000000000000000002468e89429b38e17b20f2a4474954d6543d8a4e06b927b 2,911 1.00/1.00 vMB 44
564,451 564,451 00000000000000000022052ee4681581f1488df901df821945c47c3bbc74abf5 2,645 1.00/1.00 vMB 20
564,450 564,450 0000000000000000000520c2e0d978a4f0baee0c22a2d79697af987065c7135f 2,195 1.00/1.00 vMB 14
564,449 564,449 0000000000000000001d24b4814f437eb13cf9f1d63998e063e32f4fe77c7246 1,015 0.31/1.00 vMB 13
564,448 564,448 0000000000000000000f499cc55b7179cd952a38706065f3ef8fabdb95517f64 982 0.33/1.00 vMB 12
564,447 564,447 000000000000000000293503a40a447b931466772a39e4f52a8654c56b6d7813 1,766 0.55/1.00 vMB 18
564,446 564,446 00000000000000000025f32ab060a3a8474f5305b36eeb490b49c01b6e883cc7 367 0.14/1.00 vMB 5
564,445 564,445 0000000000000000001df8a0c3f61c6900560b4f64e3ecbc55dea6b3a22c5b0c 3,242 1.00/1.00 vMB 3
564,444 564,444 000000000000000000170d2f175507b67272c41c064be9ca181038d96688ad52 2,874 1.00/1.00 vMB 24
564,443 564,443 00000000000000000016b271e32c67a6f9c0a36079a7020a53002cfbcda5699e 2,902 1.00/1.00 vMB 21
564,442 564,442 0000000000000000000daa2c526ddebf017960aba147b701408eb475feaa3e9a 3,088 1.00/1.00 vMB 14
564,441 564,441 0000000000000000001be2283cdd5fed279c2cf19c4198a12110acbc3375e189 3,113 1.00/1.00 vMB 12
564,440 564,440 0000000000000000000d18d4ae27f09dd357f2eaea0e012409035355af8b2938 2,952 1.00/1.00 vMB 22
564,439 564,439 00000000000000000029f41d797e9f95f32b6f2f209035d253b711e17ebc76ac 1,755 0.59/1.00 vMB 17
564,438 564,438 0000000000000000000f065aa376fcbecea01f585812b90e014771b8dcaab3dc 2,154 0.73/1.00 vMB 14
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.