Loading Tool

Explorer IconExplorer

Memory Pool

75,464 transactions
27.74 vMB
0.07558315 BTC
Random Selection Loading Transactions
Max Size: 169.25/200 MB

Candidate Block

Mining Attempt dfaf0d3f5456f3dfc08858e36d5b10fe846422fbf06955508d6729c0d405daaf
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 741a8d0d9c8a7d4939e8ccf2aa7c36f27008b7d2b360fb9f48f586859fb9aed6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,561
Size: 1.00 vMB
Total Fees: 0.01606460 BTC
Feerates: 99.50 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (125,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,179 790,179 00000000000000000005bebfe0cbd908074218c1b9ed7f5fd1d089a04112f556 3,158 1.00/1.00 vMB 108
790,178 790,178 0000000000000000000098d8f2663891d439f6bb7de230d4e9f6bcc2e85452bf 4,496 1.00/1.00 vMB 37
790,177 790,177 00000000000000000001111809591bec4b3351551ae943ec5201a2133bfadf64 4,063 1.00/1.00 vMB 29
790,176 790,176 000000000000000000027e9a96af7c29d6ee2f2c07d8798e04b40352e90dfdc1 3,884 1.00/1.00 vMB 43
790,175 790,175 00000000000000000004775255f8dacdbb283a86e2fbb8197740cfd0f0f5d3b5 3,567 1.00/1.00 vMB 58
790,174 790,174 000000000000000000047396d9632c93def602fc35da08346e5c3da7efb52a78 3,172 1.00/1.00 vMB 67
790,173 790,173 00000000000000000001aadcd2ac42e0fabcc46b9a2d2150963d4c594f22e294 3,795 1.00/1.00 vMB 58
790,172 790,172 00000000000000000003e5cc296a5ca3d8a536c73f270849477de6da964a253b 3,265 1.00/1.00 vMB 89
790,171 790,171 000000000000000000003dddc75d43c9c2384be735abeefaca4c937861bef385 4,422 1.00/1.00 vMB 42
790,170 790,170 00000000000000000004accb2f70da290f45ad1b9175d081cf68577770dd5373 4,028 1.00/1.00 vMB 52
790,169 790,169 000000000000000000043972bfe8ed6f3db4c466b2b2ceca38a33dd98bcb78b9 4,172 1.00/1.00 vMB 41
790,168 790,168 00000000000000000001b9b0b3a6af0397dabb854cdb2c485a5f572d639e4f76 4,372 1.00/1.00 vMB 49
790,167 790,167 00000000000000000001debc528ee077a63aeea8b8c7f943169552f57198792f 3,572 1.00/1.00 vMB 57
790,166 790,166 00000000000000000002b40cf9951191f0156fc8881c1ffcd4dcf28c9b98a962 3,045 1.00/1.00 vMB 53
790,165 790,165 000000000000000000046d4f08fe7b8e779d4a0447a6a1571f7960a79b7e0153 4,024 1.00/1.00 vMB 48
790,164 790,164 0000000000000000000410e667b59a7d3250c36b38ee4aa9c527c91bff000f13 4,642 1.00/1.00 vMB 50
790,163 790,163 0000000000000000000105aebfac7c7409b0daa26e03e5be6c9d8fd41ef5e1d8 4,110 1.00/1.00 vMB 50
790,162 790,162 0000000000000000000003895329ca0e2596c4f61891c7b28268e92bd68ab87d 3,453 1.00/1.00 vMB 62
790,161 790,161 000000000000000000028ea7f339991212decbbb30588329d29a49a9689d17a4 3,668 1.00/1.00 vMB 92
790,160 790,160 0000000000000000000379b29d5737c019b03cb1a331bc8ddff0ab74d440aa37 4,447 1.00/1.00 vMB 60
790,159 790,159 0000000000000000000384c46d10d819220e1cb7c9104ca924a130a391019f71 3,651 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.84 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: 712.19 GB
    • Received: 17.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.