Loading Tool

Explorer IconExplorer

Memory Pool

80,718 transactions
30.55 vMB
0.08352675 BTC
Random Selection Loading Transactions
Max Size: 186.38/200 MB

Candidate Block

Mining Attempt ad6a0293ff962b7f42ecd859acf5e061d8dd9933bc012fd2a508e88d2f0579a0
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 90d9c1e7588a770c165fac8ff317ac0976baa86f386a7e99b157e29ac4414eeb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,066
Size: 1.00 vMB
Total Fees: 0.01467477 BTC
Feerates: 301.57 > 1.47 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (438,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,216 477,216 000000000000000000b4fabe485b024b943c1bba0eeea528800ee5604373c473 1,744 1.00/1.00 vMB 70
477,215 477,215 000000000000000001233cdb2bbe8c4d2627865d33e5f95bd7156c8fa735104f 2,313 1.00/1.00 vMB 80
477,214 477,214 0000000000000000008b7e5c03a9769a11cf8e7e4da263ab1636f0c82edc60a5 1,798 1.00/1.00 vMB 226
477,213 477,213 000000000000000000f8b50d1d4527ef9f489699f5848333111095a670fe2c7f 2,152 1.00/1.00 vMB 106
477,212 477,212 0000000000000000015a9c632bed42e54b0c465b063a8589ef57d28a276369f4 1,970 1.00/1.00 vMB 241
477,211 477,211 00000000000000000114996c7838587bc80ddbecb6575d09afd42213317ea943 1,567 1.00/1.00 vMB 74
477,210 477,210 000000000000000000f9a71ff9db23a4d48c189c97bc298820deafb804222dc7 2,009 1.00/1.00 vMB 77
477,209 477,209 000000000000000000e4ebb3a329df649873d8cd1dedaa7664c64a5321ffb5ca 1,765 0.99/1.00 vMB 225
477,208 477,208 000000000000000000aaef1376113b38a5ea563f72c1ca4efef6f4de28e35b50 574 0.99/1.00 vMB 57
477,207 477,207 0000000000000000008ca11191101aab9fc603bdf78cdad9bfa26c3b2e1a7f64 608 1.00/1.00 vMB 55
477,206 477,206 000000000000000001496503eefddb7060cfd55ea5be4d2b5e05e190971edc1f 1,041 1.00/1.00 vMB 71
477,205 477,205 00000000000000000035641da305c8d792f5bc97a09488412f4645e34a8c8dec 1,316 0.64/1.00 vMB 119
477,204 477,204 0000000000000000014cbc84434a5fdb0105030d6041446ea0f32b4d161aa82a 894 1.00/1.00 vMB 57
477,203 477,203 00000000000000000146c9807a9bf00ad76443b19403361ddd78582d2a557d8a 950 0.58/1.00 vMB 110
477,202 477,202 000000000000000000afa1853b9a1b4e462dc59215763305316a44b3899e56e7 557 0.38/1.00 vMB 137
477,201 477,201 0000000000000000004e8bfd0aaac5935c9f008f5b0bff4297136312727a5ac8 1,441 0.97/1.00 vMB 73
477,200 477,200 000000000000000000a89e48c88d139513228e79af851085fe67473d3bfd1df3 2,035 1.00/1.00 vMB 104
477,199 477,199 0000000000000000014a8b037948e3adfb0a5b1bd079d6322380c16a7bf107e1 1,881 1.00/1.00 vMB 147
477,198 477,198 000000000000000000dc8296a344a686811b1e98288b4d127e2c45e89473483c 2,152 1.00/1.00 vMB 140
477,197 477,197 000000000000000000a18a7ecf0ed2770de4573bc500daa532ad93839791d76d 1,092 0.99/1.00 vMB 40
477,196 477,196 0000000000000000012d3ac725f9d06bf836545cc113114167a90ce8f3ec1cf5 2,076 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.