Loading Tool

Explorer IconExplorer

Memory Pool

18,721 transactions
8.82 vMB
0.02816873 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.35/200 MB

Candidate Block

Mining Attempt 9134beb1d551e4b5765174ec498c4876adf7cbebeb8d4f5109240de6ef7f517f
Version 20000000
Previous Block 00000000000000000001786d08044e0bc11e8685df5e6ef9caff0b5450345fd7
Merkle Root bec1bfa95ca27d836c3b0b0d417c7f057f7d004d8908f543ecfd3d0db0921e15
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,116
Size: 1.00 vMB
Total Fees: 0.00890156 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,403 (742,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,587 170,587 0000000000000b1f035cb054cffae37ca04453e159c04f3ac359e52a546da3ff 3 0.00 vMB 572
170,586 170,586 00000000000008a510be6809a98279b940f316fb8318cdfb0cd239c2f084eb59 6 0.00 vMB 25
170,585 170,585 0000000000000ab88bbc79a64f1f11880e4cb3c768e662ffdd16f7a9638fcd6d 10 0.01 vMB 48
170,584 170,584 00000000000007a7f207fafbdd08d6e6fb8eb4ec9451df4dcf9b0c36a764a037 25 0.01 vMB 572
170,583 170,583 00000000000000a73c89c32c994d66d1bf2a40858834c80321f5531c3eeddfc8 23 0.01 vMB 384
170,582 170,582 000000000000092e7848c666db3feae7bf8a93ad3c6f2138086eebeb0c681f16 14 0.01 vMB 236
170,581 170,581 000000000000099077cb6f6eb73ade520bf0a38aa4368146b97d98257f216bc9 94 0.02 vMB 0
170,580 170,580 0000000000000064df4ead5130e50e75891b1ffd2bb48457f835ef21ae2a925a 74 0.04 vMB 154
170,579 170,579 0000000000000b06d7894fdb833d7fd07c3be2efedd94123136bea118c26dbbe 1 0.00 vMB 0
170,578 170,578 00000000000008d125745cf14eae1b19bb95b360309eb73231cc939450e58cea 15 0.01 vMB 51
170,577 170,577 0000000000000a69da2ba1a1ce8bbed4e0ee13c180b21548b5605c6f49fa4177 5 0.00 vMB 38
170,576 170,576 0000000000000725b3622915da8febea70c0e676e7a7c92fac99f19a2eb9b022 33 0.01 vMB 46
170,575 170,575 00000000000003f9af927b664e24855b9d03a576a5d57110acc06b967ec2a66a 12 0.00 vMB 72
170,574 170,574 0000000000000378a5f49971ea25df459f74a16691a9177432fd2e11b4581cc1 154 0.05 vMB 0
170,573 170,573 000000000000024157ff17a7180a43533c88041a829bab1cfc82f778868d67e1 166 0.07 vMB 100
170,572 170,572 0000000000000097f33308590aefda4b6e12a87d918f0383570a92b84e7223ed 71 0.03 vMB 121
170,571 170,571 000000000000084280395447bae01cddb01c2c71e2ea3fd9484cc7576be44350 1 0.00 vMB 0
170,570 170,570 000000000000098ae5dca8a56c5528eb51b22429416cabae349056ffa9613568 74 0.03 vMB 60
170,569 170,569 00000000000008a10e6043e8e25bb34db0b2e43994a132db105db40dc5005c66 54 0.04 vMB 76
170,568 170,568 0000000000000a3830a92c9954d44fb26bc954b2b2ccc075afd228407536e7fb 13 0.01 vMB 29
170,567 170,567 0000000000000045bf1fee15deb131b8657e19a1e1cd5b72f6c53050731faeaa 101 0.03 vMB 221
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 272.66 GB
    • Received: 1.06 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.