Loading Tool

Explorer IconExplorer

Memory Pool

77,661 transactions
34.22 vMB
0.14512278 BTC
Random Selection Loading Transactions
Max Size: 190.44/200 MB

Candidate Block

Mining Attempt db03f3c81ef0236023dc72fb7cd1eb010eee16900f33f3a5b25a84b3adaa8f89
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root e0af8dfbe333975a8e8d3049813a4671b6376bba583ec2c779a1f5522371869a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,967
Size: 1.00 vMB
Total Fees: 0.02520755 BTC
Feerates: 445.78 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (805,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,819 109,819 00000000000169885c6b2dad00f1db115ae4d02e4bc4736b23e76283d8904b2c 12 0.00/1.00 vMB 0
109,818 109,818 000000000000b9fe7b0a1b37720fdbf35e6a7a1ad0f6850f2259d40299bbf27c 12 0.00/1.00 vMB 0
109,817 109,817 00000000000151d6d8c466720a37fe3e19d642d572df7ab6de4b6899abc5a142 12 0.00/1.00 vMB 1,024
109,816 109,816 0000000000006509d2a5d799c1568f2050162da0f33d55f1a191a441afe784f0 12 0.00/1.00 vMB 0
109,815 109,815 000000000000e2fa4d909f25a6d44457365cf0b5aa49451b10dc48e963d6ddd3 10 0.00/1.00 vMB 896
109,814 109,814 000000000000e108036e9a26b8ed24915912d9a5945bdf11eaad222f36ea1b24 13 0.00/1.00 vMB 0
109,813 109,813 0000000000014357ca87d657a714d3c38f874d628ef40f515056d1c7898a9539 12 0.00/1.00 vMB 0
109,812 109,812 00000000000048df7c925f55f27b2a7d5159a3d8926cd662e30eba909ead812d 12 0.00/1.00 vMB 0
109,811 109,811 0000000000012e4287b74edccb1748cdb7eb64f1cf4e584e16b43b602de116e1 12 0.00/1.00 vMB 0
109,810 109,810 0000000000008b763db17243452d9a4fe578f942ed96b78aa2686c294d5c5b9d 11 0.00/1.00 vMB 0
109,809 109,809 000000000000c14838f827274096760460a8ee7d308f8acbdbbcaea11eb3f31e 12 0.00/1.00 vMB 0
109,808 109,808 000000000001add71ff3c30cadf7a61b515cfaf31fb9f8b01559f7870288ec97 12 0.00/1.00 vMB 0
109,807 109,807 000000000000c615acdb43733165355a850a40d3b7d63c468d4a7833e21a8da3 12 0.00/1.00 vMB 0
109,806 109,806 00000000000187d9bcf3d6df357d089f76903b1416748c928f8662310c9b540d 12 0.00/1.00 vMB 0
109,805 109,805 000000000000c1aee54d1f03a9929927574ea4c9f098216833e739dcb924d2b2 5 0.00/1.00 vMB 0
109,804 109,804 00000000000034803c5e4e3a30ba11fe98b5a2047560e855f523d69a8dd71732 12 0.00/1.00 vMB 0
109,803 109,803 00000000000105395f71046944e1172663354b2b09b1c676f7263ea46da28a27 12 0.00/1.00 vMB 0
109,802 109,802 000000000000847c921b0dcf2d7847022d11bd09d0392ee5eb45552bb9840e3e 12 0.00/1.00 vMB 0
109,801 109,801 000000000000b58c6c1a639b0ee472a39d46161eb46de713f0dab462e067069d 10 0.00/1.00 vMB 0
109,800 109,800 00000000000169d885a65c6b3e18887fbc04eef4c67029f5a49f70c2bc9b5ecd 8 0.01/1.00 vMB 188
109,799 109,799 00000000000098d535759463fcc488497a768f8f46c06ec797839ec7ad9388c8 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.11 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: 736.27 GB
    • Received: 18.58 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.