Loading Tool

Explorer IconExplorer

Memory Pool

54,442 transactions
32.17 vMB
0.22223985 BTC
Random Selection Loading Transactions
Max Size: 172.47/200 MB

Candidate Block

Mining Attempt e8c35a127bfdc99d9fbe2b21c82dd13deebf2e244d6d7625974bd09689f8ac9e
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 1970aa503b9ed518f634faf9c482b478219f766f77bf10b1ae5be9066f975c90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.11790212 BTC
Feerates: 101.66 > 11.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (243,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,918 670,918 000000000000000000058383279fc9bc3ebc5061586138f3ef36c5b00ddc70ca 2,553 1.00/1.00 vMB 109
670,917 670,917 000000000000000000014789e0202728b4bdc4f11898c7c9686c4b894cb760be 1,555 1.00/1.00 vMB 66
670,916 670,916 0000000000000000000cee02f1814403ca6d7c0f6ec2f2aa1fe795bf4f1d6833 2,103 1.00/1.00 vMB 64
670,915 670,915 00000000000000000005112f9f94187c931e372d972894db908999bc6eea0bd0 2,624 1.00/1.00 vMB 108
670,914 670,914 00000000000000000003540ee9aa6e8f5ba55114ae7beb28739fc55e113e2591 2,668 1.00/1.00 vMB 131
670,913 670,913 000000000000000000008882737e0a669c4356c4b6ee56799952f19768f109ec 1,630 1.00/1.00 vMB 77
670,912 670,912 00000000000000000002604b59422df01a1aac6190317e82509d695f15fb9b3f 1,844 1.00/1.00 vMB 116
670,911 670,911 0000000000000000000c1119c6742c24c8d9b4c709c849f34a02a71b670a916c 1,002 1.00/1.00 vMB 63
670,910 670,910 0000000000000000000c6ef195c7a262038b9dee0cd9e8876fbbde734dfa159c 2,117 1.00/1.00 vMB 53
670,909 670,909 0000000000000000000b6c4f22c4bf115614f00eebac49d92bcfe8c444d3f81b 1,650 1.00/1.00 vMB 68
670,908 670,908 000000000000000000022d628aaa7eae34810d94aab1fb02db07e821ff1ee758 2,481 1.00/1.00 vMB 116
670,907 670,907 00000000000000000009fffd9446949c24103acd0e2af860f249fffad8118ba1 2,815 1.00/1.00 vMB 88
670,906 670,906 000000000000000000002419963c0b5fdd5265bc9de7e4fddea823f9006d79a5 2,205 1.00/1.00 vMB 75
670,905 670,905 0000000000000000000c3f2a463b3478285c9d48ba43b01464779d0154d25960 1,296 1.00/1.00 vMB 54
670,904 670,904 000000000000000000075393b4fa462df4e14580045de69397f939416102d0f0 2,033 1.00/1.00 vMB 56
670,903 670,903 00000000000000000004c231d63878c6c9d6aa7c72f02e394eeaee1d0de26b7e 2,380 1.00/1.00 vMB 82
670,902 670,902 000000000000000000002bbf48eaab0327ec6ecd86c2e8d988938a85c420975d 2,416 1.00/1.00 vMB 59
670,901 670,901 000000000000000000096f27ffe76cf67c1c2497cd87f0bd400112183ca4696f 2,622 1.00/1.00 vMB 62
670,900 670,900 00000000000000000007baaaee906632d6d4a18077b7a513d85574db4eb6f69b 2,594 1.00/1.00 vMB 88
670,899 670,899 000000000000000000014a6e5db383e0fe034843d7ec425e32905f0a0d38054d 2,450 1.00/1.00 vMB 76
670,898 670,898 00000000000000000002b83fc3925c7ec20d7c91720709dbe911a0d49fa83e96 2,635 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.