Loading Tool

Explorer IconExplorer

Memory Pool

76,012 transactions
27.93 vMB
0.07625541 BTC
Random Selection Loading Transactions
Max Size: 169.80/200 MB

Candidate Block

Mining Attempt e35f39d2f3c424e862f614a4dc791f20a959b2e10fd856f4921abc70b1444971
Version 20000000
Previous Block 00000000000000000001180464142c0abcb56943ef13ebac58e93fcc9fed0c2f
Merkle Root 904d0b5f3d1894241266800548916a3df4b91169c3b31c4821891b5dabe16ca8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,731
Size: 1.00 vMB
Total Fees: 0.01520844 BTC
Feerates: 200.00 > 1.52 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,544 (900,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,471 15,471 00000000099ca3c1edb191ef9b59ee8ebbe75479cd4b6615522554dc53e11395 1 0.00/1.00 vMB 0
15,470 15,470 0000000066193fada24ba4c8bc413abe713c53926738411425ceec47d5f870f1 1 0.00/1.00 vMB 0
15,469 15,469 00000000fca6feb7b49d02ed6a0c371e62ea83d237b17c30383fb3ee29621b86 1 0.00/1.00 vMB 0
15,468 15,468 00000000c5e541c9f0e96ea0ead3ebc4fcaf8acbe93803fe1eb700e9fe8b97e9 1 0.00/1.00 vMB 0
15,467 15,467 00000000e06a6a09d8c63220714b906337620fc5159009d7ba0ad8301507efe8 1 0.00/1.00 vMB 0
15,466 15,466 00000000ea071f7b8e2ca72e967fb97bd89b80aad7bd50e4f9e033c165a812dd 1 0.00/1.00 vMB 0
15,465 15,465 00000000e4a97275bf98b7bb50c291bd31d38b8f52103c2748bacb1b5459bb51 1 0.00/1.00 vMB 0
15,464 15,464 0000000024a3f3fd2b4bef264edabefce71d55d16ec9dec5b6e6d727c34a4a7a 1 0.00/1.00 vMB 0
15,463 15,463 0000000087bdcf4bb71355d4f62b15cf0814dd21741729c14f8c772284928d0f 1 0.00/1.00 vMB 0
15,462 15,462 00000000524a8079c761443cc7740f41262dac54b9046dba209614fcc976ea39 1 0.00/1.00 vMB 0
15,461 15,461 00000000f4dcd82e46778871c94503917136ed7ea968f3bbd20f8fd828a4fecb 1 0.00/1.00 vMB 0
15,460 15,460 00000000ec46f69240d4779dfe114bcdfe259e01236ad5d0a9d873463a02f428 1 0.00/1.00 vMB 0
15,459 15,459 0000000054ba187ab7bac3d67175ab76545a8c01538073df675e0b27d31d6c1a 1 0.00/1.00 vMB 0
15,458 15,458 0000000085d0f8316051d0d77c86ef760463cf86c5230b097eeffc1e67c9e4fe 1 0.00/1.00 vMB 0
15,457 15,457 0000000069c5583f41d1a9e94cdec4281256e41ab3eab18777b81b2012729507 1 0.00/1.00 vMB 0
15,456 15,456 00000000191540c9fb4993e79b5115688f85a3bd60f3bb29200ba0e820ed0e23 1 0.00/1.00 vMB 0
15,455 15,455 0000000020b26f6817664fc8fbda319bb0f96192649aa1d6101ed7eb97ff9db0 1 0.00/1.00 vMB 0
15,454 15,454 0000000055564603bc501bea64a6ab7d23b5ac0f670d022e293defb12ae4344a 1 0.00/1.00 vMB 0
15,453 15,453 000000008dbe4c9259635f69cca83e2662599ad2da0c4a292c8d824f29517dd8 1 0.00/1.00 vMB 0
15,452 15,452 000000003d2f49e08d2cacc27b2da3770d03d6621d3b34d9392e0c87a1120c37 1 0.00/1.00 vMB 0
15,451 15,451 0000000006ea6b19e0412b065b79c0b3381543edb81998ce0fdb322d697925b6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.34 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: 767.94 GB
    • Received: 19.49 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.