Loading Tool

Explorer IconExplorer

Memory Pool

36,366 transactions
18.97 vMB
0.05092712 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 104.09/200 MB

Candidate Block

Mining Attempt 88704fdbc3dfe0f93ddcdf9b958d446e5abbb7736bb351cf46c4efa8c2666a38
Version 20000000
Previous Block 00000000000000000000255ade1da63093408609f1fc0f4b7893866d7199f6d5
Merkle Root d4e154106c6838e865b59443d3135e0fcab236bad97820418192e5c4ca95d3a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,115
Size: 0.99794575 1.00 vMB
Total Fees: 0.01530342 BTC
Feerates: 160.84 > 1.53 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,873 (659,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,776 254,776 0000000000000040244fdbd6b51d64e84855440404396d87876c4494fef8a9f1 246 0.11/1.00 vMB 120
254,775 254,775 0000000000000003abba18c71d9b879083dea6c744cc6c2796f60491c7e53259 604 0.25/1.00 vMB 97
254,774 254,774 0000000000000000cb377523227b972896bb00de6fb9d7ee1fd9c1b4a3694400 385 0.17/1.00 vMB 103
254,773 254,773 000000000000000cb158a8d8c368d7a958120bfc5bdbadee9d52f4b4ffb47a7b 37 0.02/1.00 vMB 69
254,772 254,772 000000000000000ad6c0e74f2c673550778b7f70b8ea6a157f49bb078b055220 1,182 0.48/1.00 vMB 105
254,771 254,771 0000000000000019ef454540eeaed1675fa3646a65039cf83351a07c96c8a332 145 0.06/1.00 vMB 158
254,770 254,770 00000000000000069b2e766337fadadbc89b8bd700f42eddb0c0c670395568f7 346 0.18/1.00 vMB 93
254,769 254,769 000000000000002bc8cfd8a1caef6b0f62ee438efe89e1f2bee8a290d81b085d 272 0.10/1.00 vMB 140
254,768 254,768 00000000000000123c2392777c0fa08e1f9fd5584e39ca11241de4169e86674d 318 0.22/1.00 vMB 57
254,767 254,767 00000000000000123189def2352573adb7126d5629855370aa9e40455ee3ac3d 721 0.25/1.00 vMB 108
254,766 254,766 0000000000000038cdd978f59dc0e83d815ae4ea10cee80a8e6aa55442006b55 672 0.25/1.00 vMB 120
254,765 254,765 0000000000000002aec689d5de7492899499298bad98e25633fd330d63047f65 353 0.14/1.00 vMB 114
254,764 254,764 0000000000000008143ccd3091ca7805f9ba87fa2dc169dee048b11d0c756716 299 0.14/1.00 vMB 89
254,763 254,763 0000000000000005119a65b90f4dbcb7836ba9c8494f61c336600cfe3f1284f1 503 0.24/1.00 vMB 96
254,762 254,762 00000000000000341ce4c59f486b8190d7b523811f97663d11471bd97926a9c6 326 0.12/1.00 vMB 68
254,761 254,761 0000000000000023eb0afb33c7ab6a04f9aff847b6d4d59092917c94308d06d4 272 0.14/1.00 vMB 125
254,760 254,760 0000000000000013f139032c309d5cb1f67639dcea9e6c3b88682d89f9bb66a2 140 0.06/1.00 vMB 132
254,759 254,759 000000000000002627fdf8fa7f6df82c9cd96c0463ec515c2f46771bad3a6b73 20 0.01/1.00 vMB 86
254,758 254,758 0000000000000011b0fc4763eb6d8e69e4bc1cdc59370d849ad6c368fb0e43f2 122 0.06/1.00 vMB 83
254,757 254,757 0000000000000020d013ef319ea878649a671beda04596316512e3d70eee8fef 241 0.14/1.00 vMB 86
254,756 254,756 0000000000000002ff2bc497bcb330ba0cca9b2121ad98703ec27b4baaf28d74 234 0.10/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 780.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 524.36 GB
    • Received: 5.06 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.