Loading Tool

Explorer IconExplorer

Memory Pool

47,471 transactions
20.70 vMB
0.05688311 BTC
Random Selection Loading Transactions
Max Size: 118.65/200 MB

Candidate Block

Mining Attempt 97048137519aa1e6a4d902c2fd0600a0aecd3b4576a335451ff5d08c2dc11655
Version 20000000
Previous Block 0000000000000000000101a1ba46b291890a952deb466a0456d4500873e6aa3f
Merkle Root 8e02acd689c5bd66ae98ccbae920abe221eedb3ad609d3913d44804a87a3beba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,582
Size: 1.00 vMB
Total Fees: 0.01568921 BTC
Feerates: 477.45 > 1.57 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,939 (863,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,292 50,292 0000000012d66eda78e1876be2092fb74d09cb2ebc76db8cf85e0d164e545d30 1 0.00/1.00 vMB 0
50,291 50,291 00000000164655f7b3c9a62ff6da0752dd52eb8ddf7b78228f777a651cdc2cd2 1 0.00/1.00 vMB 0
50,290 50,290 0000000013b4fd1f4e35c7d33c39d08eaf339bea94349226e9af4ca2aa91e7d5 1 0.00/1.00 vMB 0
50,289 50,289 000000000fe38b6b569bc583871bcc0cb76479b578ac7268e5eae4d0ee65a756 1 0.00/1.00 vMB 0
50,288 50,288 00000000043f5c01a2855707f20f5f3b3f94e399af4f17f9fca7ec39272864ca 1 0.00/1.00 vMB 0
50,287 50,287 000000000d2d16def8f8d371769de403e0a445377cf90c9d4bf2cabcbf5b84e3 2 0.00/1.00 vMB 0
50,286 50,286 0000000020cfa1f971589c79c4a2d17fb905c00eda6b7b65a66040ad0722791f 1 0.00/1.00 vMB 0
50,285 50,285 000000001ef00f8df251537421ec42f4fe8537ae1b91c1b6ed28f8d79f64c563 1 0.00/1.00 vMB 0
50,284 50,284 00000000176f1ed37d90b0e204948b0509f621d7b225f3526f41d5192dbda3fb 1 0.00/1.00 vMB 0
50,283 50,283 00000000213e9bf1add3addc5ac64a839cbf7229249ff348348876b8f07c86ec 1 0.00/1.00 vMB 0
50,282 50,282 0000000019c2e4aa4e57a5b680a22037b7f4ef247c5aed497702bc3e72c50d13 1 0.00/1.00 vMB 0
50,281 50,281 0000000028be8ea8ed9e43129f537935b5f5e1788537e35bc926742c00554c34 1 0.00/1.00 vMB 0
50,280 50,280 00000000132a0ebf38ae4fabd872eb431526a5aabd7dc90093e41dd8a4c496e0 3 0.00/1.00 vMB 0
50,279 50,279 000000000619e0df6f169ea99eec1648af93dcd1e353cee8375e3c359715580f 1 0.00/1.00 vMB 0
50,278 50,278 0000000002308f2595194ec78cc93ecc9e36c9ee658a9aeb19cb74d05433c027 1 0.00/1.00 vMB 0
50,277 50,277 0000000006f010ab0286ac5907f5a511751fa9727c98f8d8627b46826aa62a39 2 0.00/1.00 vMB 0
50,276 50,276 00000000221421b08163a19d28a987f0d8b40b1322f895c0315f2ef0cd798877 1 0.00/1.00 vMB 0
50,275 50,275 000000001eabb70977e16f532d76c04a0a483e79e46d159a2d21b7c607aaae18 1 0.00/1.00 vMB 0
50,274 50,274 0000000014cd46a27abea5457b85601f3adeb5df3349418a82a72cdafddadbf2 1 0.00/1.00 vMB 0
50,273 50,273 000000001b04aa94fb3e3a3b9884ad45a956bfd5360ef0ad60fcf19d58f4981c 1 0.00/1.00 vMB 0
50,272 50,272 00000000195599849d8ddad53a6830547e34367e9ebea601884b1459887acef1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.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: 529.52 GB
    • Received: 5.78 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.