Loading Tool

Explorer IconExplorer

Memory Pool

82,588 transactions
30.43 vMB
0.12157580 BTC
Random Selection Loading Transactions
Max Size: 184.14/200 MB

Candidate Block

Mining Attempt d69c073644e1f858a3078012fb121093e74a9f7eec6ff37615f7707d67bce43b
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 4a908b7662b6fd3baa1fcfc10edd3791d62ed0e1e7f5fea24ee95213ccf268f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,100
Size: 1.00 vMB
Total Fees: 0.04278901 BTC
Feerates: 150.85 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (120,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
794,152 794,152 0000000000000000000115e589bab9087ece196f0afb1656b80c97906cb36e43 2,485 1.00/1.00 vMB 19
794,151 794,151 000000000000000000007ec69310ffd01b62f7d4386a6afa6c2725e1995109cc 1,905 1.00/1.00 vMB 16
794,150 794,150 00000000000000000003498e71c243e3036e1aaf347e2c1f28dd9a380be27944 3,232 1.00/1.00 vMB 36
794,149 794,149 000000000000000000018823f468e70e9fa999b56675fb4efe8d555ab315fe13 2,180 1.00/1.00 vMB 13
794,148 794,148 00000000000000000004881d3f0247f145f82f227f104f1855c2727ff8641b4f 1,771 1.00/1.00 vMB 11
794,147 794,147 00000000000000000003696a2c845abd8be89684abd8c4657e4255861b543ab0 2,187 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.63 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: 672.36 GB
    • Received: 16.21 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.