Loading Tool

Explorer IconExplorer

Memory Pool

19,816 transactions
24.31 vMB
0.05970227 BTC
Random Selection Loading Transactions
Max Size: 114.93/200 MB

Candidate Block

Mining Attempt 6e9a726a833027c6eb83b409229edacc5bf1a067ac97edaf7e8966263063bb79
Version 20000000
Previous Block 000000000000000000020b4434e5e98aba91d37f341a1a0ca1145b7f6d72946b
Merkle Root 5103b8f2edebb12dd8692b1de13bc493e85b877fb7dbab9a41385d8dddfaa7d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,997
Size: 1.00 vMB
Total Fees: 0.01644329 BTC
Feerates: 301.07 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,296 (862,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,193 52,193 000000001d4ee31fa29d480dad32a40047c76fa8d9e7e11b79c57c51af814771 1 0.00/1.00 vMB 0
52,192 52,192 00000000006854a15cca6d0c9e769ab7737ed688a3aa310b4d5b145b41369f3e 1 0.00/1.00 vMB 0
52,191 52,191 000000000a5870c390032a5702c8c44478aaa2d12722d14c801e25e2049ae3dd 1 0.00/1.00 vMB 0
52,190 52,190 000000001ba32f4e567d89f878f9e76c5875001f887d3849d15fe821c70a697a 1 0.00/1.00 vMB 0
52,189 52,189 000000001dbbf5927ea6de94bb813007a93f265e050edb837ad43974c1834413 1 0.00/1.00 vMB 0
52,188 52,188 000000001346afaf8d634b4ba4876c4190a7957a67ba83d85236ca8d2d24d8cc 1 0.00/1.00 vMB 0
52,187 52,187 000000001e910f691343eb8c25dd286bb01cb910fbaf7256c06a358a4ba7a480 1 0.00/1.00 vMB 0
52,186 52,186 000000001ed3466c36ca31a78657e461560e2e7fb33b4c03f7e07d5e988a2c5b 1 0.00/1.00 vMB 0
52,185 52,185 00000000008a78a1ae0dbf8871b7f962912d75518084fcd59fc4af06cd251a79 1 0.00/1.00 vMB 0
52,184 52,184 0000000005b23be072972b77eca47f5ba7af515ecb32abffb2a11bba0de675b5 1 0.00/1.00 vMB 0
52,183 52,183 00000000120a0772d1cdb3fe7fc9cf1942050c684e1e860f2fe8ac334420bbe6 1 0.00/1.00 vMB 0
52,182 52,182 0000000001367fdbf6803d20a8d612f400e1d5ee164f91d692bbd04206c50787 1 0.00/1.00 vMB 0
52,181 52,181 0000000007750a288b1eb126ddfa9fa2180b2142c2613e35172f73a0441f22f5 1 0.00/1.00 vMB 0
52,180 52,180 000000000ee26996ceea6808c8fd2206c749c2f31ac5d1d340e48ead5439a096 1 0.00/1.00 vMB 0
52,179 52,179 000000000146c18453d00553a46b2c065ee01f04df764be7ad0992ce364bd2e3 1 0.00/1.00 vMB 0
52,178 52,178 0000000012d2d2df85ae17aad6e93f74e0ed673b70c544b009c4a9a406074dc1 1 0.00/1.00 vMB 0
52,177 52,177 0000000011b4440e41e182d208a4280d07178852c07c7f9e8585b1d2b7cd9c84 1 0.00/1.00 vMB 0
52,176 52,176 0000000020531af2a3a4feb1d4036dbbbbf5293aae20265ceb917ba13abcee2a 1 0.00/1.00 vMB 0
52,175 52,175 000000000b0ec9fc8c72eb63a9275173e040c325094048044af4946c256e17c5 1 0.00/1.00 vMB 0
52,174 52,174 00000000121523bb0ea27f5006ae5127bd2ff6b9b532ae741277cfb6d7a1c773 1 0.00/1.00 vMB 0
52,173 52,173 000000000e228de8023a22864b839c97c354ad88d72d799aa41a7122883b4c45 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.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: 580.37 GB
    • Received: 8.95 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.