Loading Tool

Explorer IconExplorer

Memory Pool

80,355 transactions
30.14 vMB
0.12310699 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt a29d6196e6ec42e5bac0769dae9601a8cf61e48ba5daf9ecac6a040c7119263a
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 46d96d786fcdc101bf92030fc58568a6e9f65decc4906ce425d0e12528c95167
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,268
Size: 1.00 vMB
Total Fees: 0.05444731 BTC
Feerates: 150.86 > 5.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (120,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,173 794,173 000000000000000000000e08041c7e0a96567662cba2304e1f09ea220a66be03 3,286 1.00/1.00 vMB 24
794,172 794,172 00000000000000000003edc57c398d6edafff532000daea250ea886798d2655f 2,818 1.00/1.00 vMB 16
794,171 794,171 000000000000000000042bc5762133a2c28e499553402577a96ef2f1cc2dd48b 3,031 1.00/1.00 vMB 25
794,170 794,170 00000000000000000000e4e499a1e261531133bd497fd41838f49f91876eb897 1,510 1.00/1.00 vMB 20
794,169 794,169 00000000000000000000be86d9cd2192ebbe90c4684e6eda46e064dd7651cc55 2,649 1.00/1.00 vMB 28
794,168 794,168 0000000000000000000049078cd6d65311cee886458083a82e67d3210e3a32d9 2,958 1.00/1.00 vMB 26
794,167 794,167 00000000000000000001b250cb4733ccfd62982656d2d3370a0abe5dce3b578c 2,896 1.00/1.00 vMB 36
794,166 794,166 000000000000000000017c0d66d7dbd51b4d3a52fa2f48132c3a7e5e1d41f07e 3,795 1.00/1.00 vMB 28
794,165 794,165 00000000000000000000484103ebae9f59a2e4bb5b338c1184ac6a26890479f6 3,371 1.00/1.00 vMB 23
794,164 794,164 00000000000000000002ea2c5f06268ecd77aa9ad9aa9a4068abed3c00a387fb 3,240 1.00/1.00 vMB 20
794,163 794,163 00000000000000000003998645ac3ee0378810824396320bee3b6e38c21da4c9 1 0.00/1.00 vMB 0
794,162 794,162 00000000000000000003bf3ddb1a743b1f2038813ee35afa43187a17939d9f9b 3,219 1.00/1.00 vMB 20
794,161 794,161 00000000000000000000c35b2c162a392120bf371bdc54b16e9d36642c04e3b6 3,364 1.00/1.00 vMB 31
794,160 794,160 000000000000000000018191d57c20a6537369969b7c57d3fc048e4196022f61 3,162 1.00/1.00 vMB 20
794,159 794,159 00000000000000000003b944ebc74e250c06fae71b0654a7abcb6aa0329286d5 2,970 1.00/1.00 vMB 20
794,158 794,158 0000000000000000000370a44975d988594a4822e68f51c69f258fd0c7135f59 2,842 1.00/1.00 vMB 11
794,157 794,157 000000000000000000045598cc953794035336df42de3498edde0c55313f33a8 2,969 1.00/1.00 vMB 25
794,156 794,156 0000000000000000000003971a4dbe725644268469a8f912f6aaa21c4859fcde 3,600 1.00/1.00 vMB 19
794,155 794,155 000000000000000000020df7f73b92f8cb0d88cbfa2c45d91f42acb5ccc354b0 2,213 1.00/1.00 vMB 13
794,154 794,154 000000000000000000016fae992deafe3dd4918c318cae3be28d6c2d9c251464 2,314 1.00/1.00 vMB 29
794,153 794,153 00000000000000000000d054640848e1f26c8ff6a9d3a4da0cecf9e4d765c6da 2,176 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.