Loading Tool

Explorer IconExplorer

Memory Pool

79,222 transactions
29.72 vMB
0.07581258 BTC
Random Selection Loading Transactions
Max Size: 178.17/200 MB

Candidate Block

Mining Attempt 2744f4aa61685fe82f71da21836d0c3ddf2c191628d524966e299610dc76d980
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 41dfdef32400f10aff2c1e7ad98b8e08179a527f819d7b7bd6c917db64965955
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,686
Size: 1.00 vMB
Total Fees: 0.01535356 BTC
Feerates: 150.77 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (454,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,306 460,306 00000000000000000115bd088b88d2c36a9d31d2f5071c23b2a8aad4e424a2c4 866 0.30/1.00 vMB 240
460,305 460,305 0000000000000000012711a84988b930f075f11a5b9e86589a64aab8dd8c0ea2 2,027 1.00/1.00 vMB 144
460,304 460,304 000000000000000000e4d7749f45d130f2153bd44ba4f75a0dc451cf7d75a9c2 2,384 1.00/1.00 vMB 175
460,303 460,303 0000000000000000007a145f2d4c6cf55bc5b84c093641bdf4edca3ebdaf0c3f 1,903 1.00/1.00 vMB 107
460,302 460,302 00000000000000000202f3b78da967d1bbaf2fc125f13aa04c1f6e5166d91f58 1,293 1.00/1.00 vMB 107
460,301 460,301 00000000000000000022cdff897da31e67d101b0feabca30a854605583d3489f 2,390 1.00/1.00 vMB 202
460,300 460,300 000000000000000001605907eb2597a3e17e8e38f1f262cc6dd3eb5d90e75430 1,782 1.00/1.00 vMB 138
460,299 460,299 00000000000000000056439927c31761358ee64513c438ab7e371d1cee992490 2,505 1.00/1.00 vMB 158
460,298 460,298 000000000000000001e60059fef5685547039b4466e074db24cff34bada9214b 2,201 1.00/1.00 vMB 191
460,297 460,297 0000000000000000012af284593557ebf49496a9dd47cc3ab8e8c5ecb6189802 2,114 1.00/1.00 vMB 110
460,296 460,296 000000000000000000a5046426c419ef9ed730dc7edc44f598813f4b45330f89 2,991 1.00/1.00 vMB 151
460,295 460,295 000000000000000000171d8bb470f7ba3d9d25c6eeaf3064812941d124dd1caa 2,304 1.00/1.00 vMB 132
460,294 460,294 0000000000000000020faa204b8b4702a4cdd0a7079dc0260223389f8060328a 2,829 1.00/1.00 vMB 142
460,293 460,293 000000000000000000eca97b0f554dc4c5a33c6961494aabd681629ede35b73d 2,586 1.00/1.00 vMB 135
460,292 460,292 000000000000000001525236e0f84c3baae9f615fbdc5cb2b5ad74974d3d189e 1,968 0.99/1.00 vMB 162
460,291 460,291 0000000000000000015255e765c7e27077e63cc7863cc9247aca5d418e67fca8 1,918 1.00/1.00 vMB 142
460,290 460,290 00000000000000000214a5a00f5b2aad8f3e0250e0040b0961d4c473ba9c6dfd 1,209 1.00/1.00 vMB 105
460,289 460,289 000000000000000001aed8d774f63b72b17413914dca2ce269e77be6307f802c 2,536 1.00/1.00 vMB 154
460,288 460,288 0000000000000000016151f0a4dde006048584ef647a9ebe9a47539447a86d2a 2,736 1.00/1.00 vMB 223
460,287 460,287 0000000000000000009e97095a753b5713bc91b3582fd0cc4f01823c98062fdb 2,878 1.00/1.00 vMB 208
460,286 460,286 000000000000000000e07b1c55abd2bee702a3b1d90c5f4e60bc1ebb5b3b2fac 2,163 1.00/1.00 vMB 229
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.