Loading Tool

Explorer IconExplorer

Memory Pool

61,722 transactions
18.48 vMB
0.04683687 BTC
Random Selection Loading Transactions
Max Size: 118.50/200 MB

Candidate Block

Mining Attempt f2c404bbe88edc02350a104c46117f783f1a073ba7832a60484e7e1a97c2715c
Version 20000000
Previous Block 000000000000000000018c06d8909336eab64d7888477f0aa333fd4f6cfa2ab1
Merkle Root fa91cb0aa9ce77ee8cc13d4643ba11e405b0504c95fea75890cef6d4adc278ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,550
Size: 1.00 vMB
Total Fees: 0.00545626 BTC
Feerates: 39.37 > 0.55 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,783 (866,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,625 49,625 000000001eda80cdde7719c9ac782d662ea666eeba84243e3e91f289efba04f5 1 0.00/1.00 vMB 0
49,624 49,624 000000000222b8432ba27bc62316d03f5434dc05afd212711429eb687b9928e8 1 0.00/1.00 vMB 0
49,623 49,623 0000000029b4ae89968d9d75d3f38d078e8afbcdc4384794eff18e077805c994 1 0.00/1.00 vMB 0
49,622 49,622 0000000013e172cc9d58255b348ead73e8ce33be007e6e60187df905b118cbfc 1 0.00/1.00 vMB 0
49,621 49,621 000000001d3b57b6c9ec895482ae319944447b7b31ba773c9d4703c3645f449b 1 0.00/1.00 vMB 0
49,620 49,620 0000000016c1c0f9143c75e659de65d8baef143bc865f3cd8c3d5141b07bc752 1 0.00/1.00 vMB 0
49,619 49,619 000000001cf194869ea7e45797b49aaabb39084635c024306f2ab0d0a56e9c71 1 0.00/1.00 vMB 0
49,618 49,618 0000000013217d78254c000be781a17ef9b0d5190214d599b129e5a08231f6e3 1 0.00/1.00 vMB 0
49,617 49,617 0000000018ae2b10fb3393ff2f8fc387d64c7091d96489a143117615f8a8b7a8 1 0.00/1.00 vMB 0
49,616 49,616 00000000280da59812ad86dea363537293574972782700d708679770c16fc4d9 1 0.00/1.00 vMB 0
49,615 49,615 000000000af1b3942ed3e50b484ecc88029ba11520c439d6d4ed5ff32bcf09f6 1 0.00/1.00 vMB 0
49,614 49,614 0000000029c32f33b95985f3175395c56746111b8fad72629b2d160687b4bbb5 1 0.00/1.00 vMB 0
49,613 49,613 0000000001ad6fb4b7e1aec8a275593b72001f03428f1f3d0df8752ba15a9d6b 1 0.00/1.00 vMB 0
49,612 49,612 0000000003def1c9a3b173948b9cd01e6c5caaa461dad540fcd40890b30d4703 1 0.00/1.00 vMB 0
49,611 49,611 000000000e588326940ff03f3e5672a60b393c7b185524d6123c408a62f8733c 1 0.00/1.00 vMB 0
49,610 49,610 0000000029b80e2f4bf0c92d7e0d77028bab4e071c2e94202d0a7c6ddb511151 1 0.00/1.00 vMB 0
49,609 49,609 00000000186621a7b0dbf4fb68fa885d4fd03210cbd16ff3cde8e40442bb0b1c 1 0.00/1.00 vMB 0
49,608 49,608 0000000029955cf0d8aaa1552d546091d29a584288024f101dd88eaf1f450ba8 1 0.00/1.00 vMB 0
49,607 49,607 0000000021787ae0ae73b5da13c500e0290b47e90fae63c0c495bba2588d9afb 1 0.00/1.00 vMB 0
49,606 49,606 0000000007eeb6228184db59c8623d3b5bed3c3b05fc1f9a682d3feac3610448 1 0.00/1.00 vMB 0
49,605 49,605 000000001f58cd31e7bedb88831a3834d9e36a3e3af50608b42afedc210c9dd9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.74 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: 783.61 GB
    • Received: 21.43 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.