Loading Tool

Explorer IconExplorer

Memory Pool

73,115 transactions
28.36 vMB
0.06656446 BTC
Random Selection Loading Transactions
Max Size: 167.72/200 MB

Candidate Block

Mining Attempt ea1ca8de4b0e0229e831378491d0dc62f2582397cf37664b95ff1979b3946d00
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 8bba79cf1c1b228486eff2fb1fe64157a5e7112a0c0c676ae80aaa748a7c0971
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,033
Size: 1.00 vMB
Total Fees: 0.00959415 BTC
Feerates: 100.36 > 0.96 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (105,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,748 809,748 0000000000000000000446c1aa4e003e964abe2c3a33e2cc03175c47edad6c66 2,265 1.00/1.00 vMB 16
809,747 809,747 0000000000000000000467ca173980bd6b75a736a86156e0c4a89868f376ee99 3,077 1.00/1.00 vMB 7
809,746 809,746 000000000000000000012e102cc4cb8fcd7f4e5dacb968f0b786c4fb33cdd2b3 2,279 1.00/1.00 vMB 18
809,745 809,745 00000000000000000000698131f45fa4a246feb730b0c0bf952f291b32770597 3,838 1.00/1.00 vMB 5
809,744 809,744 000000000000000000048f3a25942c1e2c33dd7ea1c2003b108e3b9b3f10de36 1,495 1.00/1.00 vMB 9
809,743 809,743 000000000000000000033bac83a3c85afe4939802a455b434e4cef3484bdc0ba 2,712 1.00/1.00 vMB 14
809,742 809,742 000000000000000000003f9c1c8873e82d1b7d5c4f5e6fea6ea78d6ec7207074 2,245 1.00/1.00 vMB 17
809,741 809,741 000000000000000000008a23a3d3f1dcc86508c6d877306d00000d568643d69c 1,693 1.00/1.00 vMB 30
809,740 809,740 00000000000000000001435674563bcfacb410f1fc33887c2d56468de4b06210 915 1.00/1.00 vMB 9
809,739 809,739 00000000000000000003d506257165017b3a73f25d4b09de74ae47ab6d32e9c8 2,605 1.00/1.00 vMB 22
809,738 809,738 00000000000000000001198f358d921f44d6546622120366d4c3e148e5f4159a 281 1.00/1.00 vMB 10
809,737 809,737 000000000000000000021d72f96b2c4412fe50ac1ce509c7d99228c4947a9856 1,438 1.00/1.00 vMB 17
809,736 809,736 00000000000000000003ec044bb0f71e6cc8aef249f87356194bcb91e87db3f4 808 1.00/1.00 vMB 13
809,735 809,735 00000000000000000003b0020eb9f6a42cef2d2bb7e3f91a49b3412225383260 1,652 1.00/1.00 vMB 12
809,734 809,734 00000000000000000003e3a1b13f30536a5fdeeadab059b71483c43b560bd680 3,344 1.00/1.00 vMB 32
809,733 809,733 000000000000000000036e27daba1c6bbca54ea34763157dcc12f9c7e5ab88b8 3,399 1.00/1.00 vMB 29
809,732 809,732 00000000000000000003425d4f6cfe2ba9ebd25bc23facd74c44438fe613ddac 530 1.00/1.00 vMB 11
809,731 809,731 0000000000000000000468c9296dc971c8b72dcfbf9fd5292be34239fb09cc9e 1,979 1.00/1.00 vMB 13
809,730 809,730 00000000000000000001ca64e9ac259aa8b7cb4d0065a48745299ad1698b58b6 1,517 1.00/1.00 vMB 26
809,729 809,729 0000000000000000000174ce43f06c14181c987bc4ae73d0d6302aad7d38bf43 1,487 1.00/1.00 vMB 12
809,728 809,728 00000000000000000002e0585794143d01ede83992a7b128fde2dd89fa77703b 2,013 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.