Loading Tool

Explorer IconExplorer

Memory Pool

77,915 transactions
29.26 vMB
0.06289627 BTC
Random Selection Loading Transactions
Max Size: 175.84/200 MB

Candidate Block

Mining Attempt e35aea092d1a94f6cf2ca9255b1cead91109b4f76898c20c7a1450cb439f5d41
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root b9ff60ddf30104f7652d688f0441d5a96c6f7e1e7189f54152d1de8d9470e37a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,789
Size: 1.00 vMB
Total Fees: 0.00361162 BTC
Feerates: 21.09 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (224,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,106 690,106 000000000000000000117fb4e84e35d515aa2a80ce17973af7b12c17075a71c6 1,367 1.00/1.00 vMB 15
690,105 690,105 0000000000000000000fc47136a50cc80fa557ec9107281edc2083b27faf9032 2,393 1.00/1.00 vMB 40
690,104 690,104 0000000000000000000a62754313342518f55dde66fe3c9ea7d3551c7836b1b9 2,556 1.00/1.00 vMB 50
690,103 690,103 000000000000000000066e5b3d310dbc44a1e092c1d666d581429a1bded4dbc6 2,425 1.00/1.00 vMB 37
690,102 690,102 00000000000000000011fc5a15453685034bd82d052467989df260e3296fa764 69 0.02/1.00 vMB 38
690,101 690,101 000000000000000000069579d031c9cf27a024549512d0599c4cb89694970c5a 1,085 0.44/1.00 vMB 31
690,100 690,100 00000000000000000013825a2e7d5da4f3f003ed6a7c05e0bcff3328a0366927 552 0.23/1.00 vMB 30
690,099 690,099 0000000000000000000a276fc7641724fe5ad132f598c96eff403958e76667e2 32 0.01/1.00 vMB 26
690,098 690,098 000000000000000000051d08578c5869136ba1fedc857c79c244846d3f988cf1 1,044 0.42/1.00 vMB 31
690,097 690,097 00000000000000000002f926333ae7c0b046f7f0cd8eb61044e4bd03a82e06bf 1,022 0.51/1.00 vMB 25
690,096 690,096 0000000000000000000aa573a2207c998f98c3ff6f6ad5646d0a5ca774542a8f 1,487 1.00/1.00 vMB 33
690,095 690,095 00000000000000000000c3d610361f256ada52ee3a6a2ebe0e98db440b8ebf12 141 0.04/1.00 vMB 35
690,094 690,094 000000000000000000113b22cedac8d6c3e117dae2a6cb2a688150b7f4750180 1,796 0.66/1.00 vMB 31
690,093 690,093 000000000000000000084ece655c24cbb3dbf35b1da469429436f9b613cdee8d 2,054 0.76/1.00 vMB 30
690,092 690,092 000000000000000000090b0ecf87ca37e54bcf7a92d26f887928a51ef0c07d9a 1,367 0.60/1.00 vMB 32
690,091 690,091 00000000000000000010fda651bc574dec982fcb99a53052870e9b1a043ed1b0 59 0.02/1.00 vMB 51
690,090 690,090 000000000000000000061ba928f2d60af659cc4d5cf5404156132e1ed31bacdf 253 0.27/1.00 vMB 13
690,089 690,089 0000000000000000000a7b3de853e2df0c55797d8ad04395529b316814e98a31 1,466 1.00/1.00 vMB 11
690,088 690,088 0000000000000000000160a954fb66051d019fbe93f7ea8cf27b9f24c5788b0c 1,743 1.00/1.00 vMB 16
690,087 690,087 0000000000000000000ef0575b9f49032e56d4e8b7bfd491f681cb67e6aefcd7 2,091 1.00/1.00 vMB 19
690,086 690,086 0000000000000000000c355bccdde8e09db4d9e81a1e41a12210cf67f839a838 2,240 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.