Loading Tool

Explorer IconExplorer

Memory Pool

78,920 transactions
29.44 vMB
0.06680836 BTC
Random Selection Loading Transactions
Max Size: 177.19/200 MB

Candidate Block

Mining Attempt 28a9ccfa4d449b6b7acf79617b18693d8a7f646b8e2e52c739cd4fbc2cbc9794
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root c1120df5d40be254f77c6c62cd2d8df9ebfdd68153fd316a1b0e6a3a09447213
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,421
Size: 1.00 vMB
Total Fees: 0.00706069 BTC
Feerates: 150.77 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (224,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
690,085 690,085 0000000000000000000ab16173b5fd2dbfc9ce88744e912071569a910ed6febb 2,266 1.00/1.00 vMB 11
690,084 690,084 000000000000000000083bd7e1431c1d7533a8014b4796e47db9c8e21e4d461d 2,289 1.00/1.00 vMB 31
690,083 690,083 0000000000000000000061dce119c0bfd54f1afaed34caa4245a4008b2e1eb44 1,953 1.00/1.00 vMB 20
690,082 690,082 000000000000000000098b571358f0e0bb718385fdc69a4b6d525c9df033e0c8 1,284 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.38 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: 664.28 GB
    • Received: 14.96 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.