Loading Tool

Explorer IconExplorer

Memory Pool

80,820 transactions
30.50 vMB
0.08277628 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt 062c644056e2c6b01617dbbf6a5af301c845f44e79a1a070d274e18800a8e858
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 7acbddb74c7a28bd3ac1ee5f689102327238b35421bffde661c57b249e0fdaa3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.01453225 BTC
Feerates: 318.30 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (76,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,629 838,629 00000000000000000002934710d2e555610a979cf50ba22419a7ed590903f559 3,816 1.00/1.00 vMB 70
838,628 838,628 000000000000000000026ab485b7758c1d9bdc848404231abf4bcc04bc29057d 3,293 1.00/1.00 vMB 73
838,627 838,627 0000000000000000000281b4237e3a3b9bc51feb3a23f5b47b2b62d0733282fb 3,414 1.00/1.00 vMB 68
838,626 838,626 000000000000000000015de50ab65d55a4d87b477acd70b176fd98c463ba7c53 3,427 1.00/1.00 vMB 68
838,625 838,625 000000000000000000024b6a6c76d9dba8279ec2576a1a999c4d03c9c7990656 3,862 1.00/1.00 vMB 80
838,624 838,624 000000000000000000002ffad6c02ed22351bd4df615b0fad3e1fbbb4bdc24dc 3,531 1.00/1.00 vMB 82
838,623 838,623 0000000000000000000184bdec1c6e65c5f2018d14ece5101f1a14c6a8a772a8 3,804 1.00/1.00 vMB 128
838,622 838,622 00000000000000000000911435050a191862da282681988c2484dde312894fdd 3,436 1.00/1.00 vMB 86
838,621 838,621 00000000000000000000e6c584a8432043d76c02f9c4c51fbc31ebf5dc979fd9 3,630 1.00/1.00 vMB 106
838,620 838,620 00000000000000000001c33688020d36dd1b72bb213b34d36e7cf42215e8e00e 3,569 1.00/1.00 vMB 114
838,619 838,619 0000000000000000000256e7fedb470a78b6c53ce7ac5065a92f0a49b384ead2 4,146 1.00/1.00 vMB 120
838,618 838,618 0000000000000000000356257fe12c3b47564f70f081403b4e7dc2f6cfd7583a 4,400 1.00/1.00 vMB 136
838,617 838,617 00000000000000000001c74dfb5ce55e2e3852a3de2c02e482ee91e3eb589bdb 3,788 1.00/1.00 vMB 158
838,616 838,616 00000000000000000001d7ef32ac67b765a788231a5e938b9e365dc01160fa21 3,574 1.00/1.00 vMB 143
838,615 838,615 00000000000000000000428ef28a206ae6a783fea15bc35e264019364033c3ac 3,843 1.00/1.00 vMB 79
838,614 838,614 000000000000000000017a67d9ea87bc1a20a3f80c9894f8e14761d36ad2f01b 3,452 1.00/1.00 vMB 74
838,613 838,613 0000000000000000000090a99689df701be8b1a83a2e8011b99bd7a289815fa5 4,623 1.00/1.00 vMB 39
838,612 838,612 000000000000000000027ff1a12a2bffe67622f962d3a0cf138bd777ea2a0a50 3,842 1.00/1.00 vMB 54
838,611 838,611 00000000000000000000c905b244fce2c0290ba54b3d224d06420b53b231daa4 3,431 1.00/1.00 vMB 20
838,610 838,610 00000000000000000000e16c1a1abc656fee6ce2f6450ea44f4d698bea9bef13 3,315 1.00/1.00 vMB 28
838,609 838,609 000000000000000000012cf70d351ea8d6c0bd20c2a17352c23d1d24e146b500 3,361 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 783.00 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: 718.33 GB
    • Received: 17.89 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.