Loading Tool

Explorer IconExplorer

Memory Pool

76,492 transactions
33.60 vMB
0.12996244 BTC
Random Selection Loading Transactions
Max Size: 187.95/200 MB

Candidate Block

Mining Attempt d1203c5908bedcdf552ca7e2f1cf9ce20d37fbfa618a549092d88cf374d28ec0
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root 1e41e7114a87021dbeaf705196ba42125884ecc41b66f51444ac7a9c2b74c2b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,912
Size: 1.00 vMB
Total Fees: 0.02100812 BTC
Feerates: 445.78 > 2.11 > 0.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (846,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,208 69,208 0000000000502f1da2487dec7c236a5e968e232692abe49c53f1e55327c680f4 28 0.01/1.00 vMB 0
69,207 69,207 00000000008bfe589d93db8040aecfde6091072a4e9098cc75e72fb1f5600a1d 2 0.00/1.00 vMB 0
69,206 69,206 0000000000d9883c3a5580d0665e00a24628dd350cbb9663c545a36cd698e2f9 1 0.00/1.00 vMB 0
69,205 69,205 0000000000f306f3856f7b10628751c33783dcce3d6685c638eb68e3941605ae 8 0.00/1.00 vMB 0
69,204 69,204 00000000005e184037e16c0689f18ba77e8461db2f83eb02b6dad9f54ec41879 1 0.00/1.00 vMB 0
69,203 69,203 0000000000ecd223131fc68c265cbab1da9eed03916bcae0814b028fd5288acd 1 0.00/1.00 vMB 0
69,202 69,202 0000000000974949f3062150bc3b7fc78602f1b0d3d9c807d7990c3e81f38c4b 1 0.00/1.00 vMB 0
69,201 69,201 00000000015ceb76398c527b784d93fd66b3f3a2cfa1e7326ea46a5d3c52eedb 4 0.00/1.00 vMB 0
69,200 69,200 0000000000521b396f7aae11917de742c787b7e00ed121ad9e8e9f7b450b4750 1 0.00/1.00 vMB 0
69,199 69,199 00000000005b79f11923935e5324f75156fd668346a8efde552077b9b6ab31c3 2 0.00/1.00 vMB 0
69,198 69,198 000000000158005143b581b878bbaf8d6260fad3380943dd7e47be57a5d1adc3 3 0.00/1.00 vMB 0
69,197 69,197 0000000000430c9a7e72beefc7b2af07b70bc78ea00028311cdb8379db1d0ec5 2 0.00/1.00 vMB 0
69,196 69,196 00000000005ae0003ecc32c5d35a72a76b914775f28e4a96f95b07c7a69b17f5 2 0.00/1.00 vMB 0
69,195 69,195 00000000009118992b6fd4a59c2c639aa1643ea2ce2009fc264e8dde48a0aecb 2 0.00/1.00 vMB 0
69,194 69,194 00000000006dd4b42ef75578a4e8cf1d1304477fc5c01b8c69e03aee409d5337 1 0.00/1.00 vMB 0
69,193 69,193 000000000058ff9606d4f757a2667d578948680e593d4222d5aca9784fbb7feb 1 0.00/1.00 vMB 0
69,192 69,192 0000000000c66026c61a0589b6f9637b65fdf89d8e19f37aa0b41def5400e5e4 1 0.00/1.00 vMB 0
69,191 69,191 000000000025787797c7bf823d5985ffd5527878642c3e4d32b9d3ef7ef6c4b9 1 0.00/1.00 vMB 0
69,190 69,190 0000000001326ae5432aaf038b2de5abd7a9a7e7d5423c4f0f04eb1707f28f73 3 0.00/1.00 vMB 0
69,189 69,189 000000000056cc45128326ecff23b631aa9b141da4d3a64a344f9472692aa092 1 0.00/1.00 vMB 0
69,188 69,188 00000000012c87d103497bcba75829658a56134b2eb61a5e0f80101046b996f2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.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: 736.45 GB
    • Received: 18.58 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.