Loading Tool

Explorer IconExplorer

Memory Pool

78,316 transactions
21.60 vMB
0.07169271 BTC
Random Selection Loading Transactions
Max Size: 144.29/200 MB

Candidate Block

Mining Attempt 49931ebe780d2a63b2d932356a7c3defac5cda2c2eeb0f301bb374f03f8fbf5c
Version 20000000
Previous Block 00000000000000000001048526ea3f273312872d407badd89c872b6ff4b7044f
Merkle Root a178805341310e750f75c09dcd396a0c1879815f904d0c17e205aca4c816155e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,360
Size: 1.00 vMB
Total Fees: 0.02258655 BTC
Feerates: 301.59 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,224 (897,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
18,976 18,976 000000006c4e7da8a922691917454d2b05341af390b214868c382abfe7524d8a 1 0.00/1.00 vMB 0
18,975 18,975 000000003e3904e65bd8ba8d4a0c4b071c9637203899f7a6c8fea7b33796540e 1 0.00/1.00 vMB 0
18,974 18,974 000000004db5a693e372ccd5ade97cd4ce813796e6d9d09c58fbc078ad0de3a3 1 0.00/1.00 vMB 0
18,973 18,973 000000009c6aef91f13fd19faefcecc6c06884dccea4603a71ea572f7496e452 1 0.00/1.00 vMB 0
18,972 18,972 0000000026db52fbe38a71ebaf0407c0ade447d23f4940eab71fd424239fe463 1 0.00/1.00 vMB 0
18,971 18,971 000000004b6ea2991249bb24cf4a6abdf1b40d126ab784b77d643bd08899e1e4 1 0.00/1.00 vMB 0
18,970 18,970 000000006cdb428c277f04a92fc5a74bd3d7061a8496d47b8643f6dda2220a33 1 0.00/1.00 vMB 0
18,969 18,969 0000000007f18300df5fd4f10737550ad723d646444b1ebce49df289414cd2f2 1 0.00/1.00 vMB 0
18,968 18,968 0000000002a6f9ae37cc065753cb7f6fd64b547936d9f2dbeb459bdd4cf894b7 1 0.00/1.00 vMB 0
18,967 18,967 000000004646ea34827cd1eb45bb5219ce58346341c06a6b39707a9d7568bd86 1 0.00/1.00 vMB 0
18,966 18,966 0000000021fc7da2b71884abf4c742fb3d0c6720e6cdb726728a90413d6f6143 1 0.00/1.00 vMB 0
18,965 18,965 00000000dcccac31b44f1088f1bb8f17e613694b5a580f220d9b84a5f158d5d7 1 0.00/1.00 vMB 0
18,964 18,964 0000000029de21e70d5934bdb0354bd533e7e7cb988ddd491f52700ac4021afc 1 0.00/1.00 vMB 0
18,963 18,963 00000000d1e2d9004ce334791a6f173981b66442449d8c97845d3ab1dfd718dc 1 0.00/1.00 vMB 0
18,962 18,962 000000008186ac42687c6dc0d899b600445598bdb7ca3e511bf3f85b7d1d7cb4 1 0.00/1.00 vMB 0
18,961 18,961 0000000093dd885fc23a28238df5192a2b0d7d79b97dd291b48d7c82a9833ee8 1 0.00/1.00 vMB 0
18,960 18,960 00000000bc158255fd10e0f0330aa926affc5a245ea71c543aa9de4f944bf59d 1 0.00/1.00 vMB 0
18,959 18,959 00000000f98f787e33914dc8c479837ff09c9db2daa3f17a470e8afa0e8f1d9e 1 0.00/1.00 vMB 0
18,958 18,958 00000000d5e5c43f15a9f58818946286f6199901030493eb78aa97b2e940b4da 1 0.00/1.00 vMB 0
18,957 18,957 0000000040a14155e8d4c6ed97055be4bba5b11d35708e6d64cb02ce83d247cd 1 0.00/1.00 vMB 0
18,956 18,956 0000000092771fddda4b10dc69433faccf2b3786fd538c50cd7797a0a297ce0b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.50 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: 825.17 GB
    • Received: 25.16 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.