Loading Tool

Explorer IconExplorer

Memory Pool

72,706 transactions
27.96 vMB
0.06479443 BTC
Random Selection Loading Transactions
Max Size: 165.98/200 MB

Candidate Block

Mining Attempt 161d25514fb08c55198f47eb9f2e9cf80601368f6a11b32cc92e3379c2910fbb
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root a3dc4b053714be4da6226e487cde78c7e6a7fc68f8b1d91c630a28fa87e09be2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,429
Size: 1.00 vMB
Total Fees: 0.00896995 BTC
Feerates: 180.34 > 0.90 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (227,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,111 687,111 000000000000000000083c9b111f9a45e2613aed570de216ddfcf9f1fe2a9a7b 3,342 1.00/1.00 vMB 28
687,110 687,110 000000000000000000019652574337578efd99b8bc82e30002c02bb9cb610258 2,922 1.00/1.00 vMB 31
687,109 687,109 000000000000000000061d91d9a6f38221ee812a60c73639d446430479df02aa 2,230 1.00/1.00 vMB 39
687,108 687,108 0000000000000000000636dc8ba84aa1fb28bb7acb339c5dcfa14532800a0a5a 1,463 1.00/1.00 vMB 37
687,107 687,107 0000000000000000000ae7725d8d52604b94307769642d39b7b0340b7ec3ceeb 2,376 1.00/1.00 vMB 59
687,106 687,106 00000000000000000005ddfffc9c988129df72779d4cd62b26c3840dc0f152cb 2,035 1.00/1.00 vMB 38
687,105 687,105 0000000000000000000cd24687806a6a141881ef304829c0dd76fd2bfb777b4a 2,713 1.00/1.00 vMB 51
687,104 687,104 00000000000000000001f71fff45eb09f63ced55bf2e0ce137ef25d21a9d4175 2,930 1.00/1.00 vMB 52
687,103 687,103 00000000000000000007bd4bb8e19673496bd56ac903a6dab3c08dfd7db37d84 3,378 1.00/1.00 vMB 30
687,102 687,102 00000000000000000002baf5218ae8152ff2d7f00fd3f4bab4071ee349fcb48b 2,977 1.00/1.00 vMB 29
687,101 687,101 0000000000000000000637a6ae604ff3e107aa90cd91fa4f7b05737db3f82dc5 2,322 1.00/1.00 vMB 30
687,100 687,100 00000000000000000004aed32040e048b97fa3dd814f66ced93eaad366d15aa2 1,360 1.00/1.00 vMB 39
687,099 687,099 00000000000000000007e6b24a4078a53f0af40081fdd94e97726c6020429bd4 1,721 1.00/1.00 vMB 33
687,098 687,098 000000000000000000042c125ba0f016b8b27b32f7591a52f01740f9ef8ab0a8 2,480 1.00/1.00 vMB 56
687,097 687,097 0000000000000000000ced542c68962c83fce3f1d490953822f2b014564ff08a 2,350 1.00/1.00 vMB 47
687,096 687,096 00000000000000000000b63b55bf09bb80c1efd5fb7232fbdb22396b51ff1903 2,239 1.00/1.00 vMB 41
687,095 687,095 0000000000000000000bce2ce5f34a4d0ffb9109612f322d059418515fbc1e9a 2,867 1.00/1.00 vMB 53
687,094 687,094 0000000000000000000406d68abd1e7479f0f6caadcc89bfed643fffa848949b 2,948 1.00/1.00 vMB 24
687,093 687,093 00000000000000000001d2eb09b681bbc853603b1267cec703ecf4527c1d0ea8 1,392 1.00/1.00 vMB 30
687,092 687,092 0000000000000000000cac47dbcfb0330ce2f539dc675d1af4488f86a40184b0 2,333 1.00/1.00 vMB 33
687,091 687,091 00000000000000000006777cfeb4ac8500dbdc7cda70b7efc07b65e78eecc1e2 2,469 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 666.89 GB
    • Received: 15.23 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.