Loading Tool

Explorer IconExplorer

Memory Pool

37,435 transactions
26.12 vMB
0.06643029 BTC
Random Selection Loading Transactions
Max Size: 133.87/200 MB

Candidate Block

Mining Attempt 5455c57fa55a374b6b8d2fddcb8a6da003b237d14586af6caa92cd35f668dc2e
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 7c52a8e6ff6ac40520e61e5bf07ef6d60811fc63c2cdb5d80db32de6a2afd506
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,363
Size: 1.00 vMB
Total Fees: 0.01789997 BTC
Feerates: 171.09 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (88,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,634 826,634 00000000000000000001446263b0e8a4b22cf15164a44668c48f51420b4585c5 4,844 1.00/1.00 vMB 37
826,633 826,633 00000000000000000003bc3b51ea21f077a87cd57914b015c85e3fd1af7c9a5b 4,199 1.00/1.00 vMB 43
826,632 826,632 000000000000000000017bd44348efbdbc605eb0a47d3792bbec475ed764351c 4,980 1.00/1.00 vMB 45
826,631 826,631 000000000000000000033af4971ce66c70f80c9165b0ffbaffc9ae8c91831ecd 4,306 1.00/1.00 vMB 55
826,630 826,630 000000000000000000009602322630e40b99e9cc0efc9da91f8ccf0bb4637feb 4,344 1.00/1.00 vMB 37
826,629 826,629 00000000000000000002bb8496389d0cf92ad08ed837e13ac8bfc994d90a98f2 4,447 1.00/1.00 vMB 47
826,628 826,628 0000000000000000000327354ec380af80d5b4e57cac31100450973376f61264 2,829 1.00/1.00 vMB 39
826,627 826,627 00000000000000000001c6a99a1f980ef6d1ad9ead4044ffa98023bb99c33dbd 3,686 1.00/1.00 vMB 56
826,626 826,626 00000000000000000002c5bf53c0ed26687a0c6c693ac9ffe015f7355f8d2d11 3,863 1.00/1.00 vMB 71
826,625 826,625 00000000000000000003b8c15e549758634d062dbf7c6e5b500ef41fa3c813ee 4,386 1.00/1.00 vMB 39
826,624 826,624 0000000000000000000146d1c8057c2a9918a65891da39b2adc1beb98878f3ab 3,428 1.00/1.00 vMB 56
826,623 826,623 000000000000000000038469bf1168ec5276c16725c25d887924dffe5cabaf56 3,115 1.00/1.00 vMB 60
826,622 826,622 00000000000000000001c4d90f9d50b25c49eb2bd4a868d00b2824615cd58e50 4,336 1.00/1.00 vMB 38
826,621 826,621 00000000000000000001e1d9420ac1090c19e6ccb9de5f47ba8abca9586adfc6 4,341 1.00/1.00 vMB 46
826,620 826,620 000000000000000000014c4b1b10ffbb54f20e0131826fd74651fa3176b318f5 3,860 1.00/1.00 vMB 57
826,619 826,619 00000000000000000000480c4f38589f2d4dbdc893b8e4faae1f667034540c2b 3,774 1.00/1.00 vMB 69
826,618 826,618 00000000000000000003deffcc3e2e6b8aee1359c67680ca0ce5682e257b7c29 3,871 1.00/1.00 vMB 77
826,617 826,617 00000000000000000002f03b9d910c241a16ddd1ad05877ad2e53b68e237f013 5,626 1.00/1.00 vMB 33
826,616 826,616 000000000000000000012ca62990691e4e61476803ce8c3a13119e80fd9d8995 4,091 1.00/1.00 vMB 50
826,615 826,615 0000000000000000000346cc74cc551250d3eac962a3c2c642b4ca0781a586bd 5,074 1.00/1.00 vMB 43
826,614 826,614 0000000000000000000320701b7af1f5165a54904fa94906280d1c1caf36cb1d 5,973 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 635.69 GB
    • Received: 12.32 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.