Loading Tool

Explorer IconExplorer

Memory Pool

79,153 transactions
30.23 vMB
0.12121638 BTC
Random Selection Loading Transactions
Max Size: 179.86/200 MB

Candidate Block

Mining Attempt 5c927c4670cd21438f03c90957d90b9efe7b4f09783ea89ee8f4aa8b8d28419c
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root daac2ef999ec5160f0d4c66e24958b5516295e64b8b3111b84cfe0c2a3e15c39
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,231
Size: 1.00 vMB
Total Fees: 0.02964421 BTC
Feerates: 109.82 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (106,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
808,729 808,729 00000000000000000003be734fc6a87d7b06b567433798383ca0439a3ae3988f 1,696 1.00/1.00 vMB 38
808,728 808,728 000000000000000000007d6ff571fdc0e10b0946f6cd67aedb1bd7f2a3720728 2,089 1.00/1.00 vMB 46
808,727 808,727 00000000000000000003b0fe1a4d7f161f07991cff3b878a09ff361785db2c45 2,836 1.00/1.00 vMB 45
808,726 808,726 00000000000000000004e0c48d6d3fe7e96a1b1165785414c0eb5f5a252fc9ea 5,561 1.00/1.00 vMB 22
808,725 808,725 00000000000000000002151b52bb90b5bbb27eeb2693b84526ec228d915ab32f 3,684 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.91 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.20 GB
    • Received: 17.52 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.