Loading Tool

Explorer IconExplorer

Memory Pool

81,133 transactions
29.85 vMB
0.15160006 BTC
Random Selection Loading Transactions
Max Size: 179.92/200 MB

Candidate Block

Mining Attempt bc56889df17e5d31f235b3b3375dc97a6b569415c2d6d8b1ba668d9ca71974f4
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c54b1d581694a8d4e4e19c78c2d9f1942cb905f633e5515747828583a8696e01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.05759840 BTC
Feerates: 1,002.91 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (106,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,750 808,750 00000000000000000003df73110d2a5088b0d7fadf9c96141856b6ce6dad4e9e 4,738 1.00/1.00 vMB 28
808,749 808,749 00000000000000000001ffa28ebc399c94d242dbbf330f9a18a0dc63d030d351 2,787 1.00/1.00 vMB 31
808,748 808,748 0000000000000000000094eb560ce7f1c3d1117d9890a0f7e48db9abb5419c7f 2,050 1.00/1.00 vMB 33
808,747 808,747 0000000000000000000039168f47856eba5dac61c0c97e990dccf8fbc7c18967 2,137 1.00/1.00 vMB 29
808,746 808,746 000000000000000000026f5fc77f7ac5be9981704f3d5d5ccf9e43ece2e9b3d8 2,924 1.00/1.00 vMB 35
808,745 808,745 0000000000000000000008010d6d3fcc34f113c7873f52fb959627f72771adb7 2,398 1.00/1.00 vMB 38
808,744 808,744 00000000000000000001c30ac88f2383bd27e3110e05e4e5b967be54ffeae584 1,997 1.00/1.00 vMB 42
808,743 808,743 00000000000000000003c1afa6d514f8e567d26155d2002026a50aeb325f4b9a 692 1.00/1.00 vMB 42
808,742 808,742 000000000000000000005f0dd4909f64fb2c0ae3f9c9c7ec0d6c9c4b8d6f9e64 737 1.00/1.00 vMB 43
808,741 808,741 0000000000000000000016c009239b599b8af2c0d27e67758f9e96b3a4d00c06 2,194 1.00/1.00 vMB 53
808,740 808,740 000000000000000000033614eaa121d3a2fdc43b88d7fac29784e5bd95f8b909 454 1.00/1.00 vMB 42
808,739 808,739 000000000000000000033d456b75dfcb04f13da48421e6c5807ce735160f153b 778 1.00/1.00 vMB 44
808,738 808,738 00000000000000000000119fdf97192e917985f35bb8d7763e572987d863c1ab 2,371 1.00/1.00 vMB 43
808,737 808,737 0000000000000000000387f015ac2a894660abd0d1169ea66ca99ef34fc06d03 1,927 1.00/1.00 vMB 36
808,736 808,736 0000000000000000000162da621d73062b0843fbdac8852d24892f72f5c41034 2,666 1.00/1.00 vMB 42
808,735 808,735 000000000000000000015697bc71cd81cc32babfe93c4b08157c5ca9094c8a3d 886 1.00/1.00 vMB 37
808,734 808,734 00000000000000000004d831b62dc4547594b55148c84f3c32d8c6773c70d3d2 2,482 1.00/1.00 vMB 39
808,733 808,733 000000000000000000044774f82388c62b8760c31e825bf7f2b0df5cf64e8bd5 2,935 1.00/1.00 vMB 50
808,732 808,732 0000000000000000000073d1c7d5cb5ba01621b887ed7dec2542504d170fccbb 546 1.00/1.00 vMB 37
808,731 808,731 00000000000000000002cb2f670e4bca57d4d997c25e5091e161baf6ebcff37d 499 1.00/1.00 vMB 37
808,730 808,730 00000000000000000002f9d847d353e67a42e48ed909658176a75e3300c24695 1,829 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.