Loading Tool

Explorer IconExplorer

Memory Pool

67,075 transactions
21.74 vMB
0.09002115 BTC
Random Selection Loading Transactions
Max Size: 136.39/200 MB

Candidate Block

Mining Attempt 5a1460585b496ce5028e7f6d3484dc7e3ea9fdd0fc6ac0908549c6f94803a979
Version 20000000
Previous Block 000000000000000000011aaa8e85e4831815b6f18340ef2d56ea3884a6301b30
Merkle Root dfd612cbf8aea37bc9ee78cefc76bf32ab3adf44f09b5396269f9ba6c7290c97
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,765
Size: 1.00 vMB
Total Fees: 0.03162630 BTC
Feerates: 150.75 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,753 (820,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,571 95,571 000000000000e3b59c8e4f8a9784632a4bc7f495a49b73348e105d710ce92733 1 0.00/1.00 vMB 0
95,570 95,570 0000000000075f814c8039ee01ce2923f7f88d08822a88c5a3b81be164245fcf 2 0.00/1.00 vMB 0
95,569 95,569 00000000000150a9b01251517acf1ff717cd2a64d47325b5a680b1ce359191ba 1 0.00/1.00 vMB 0
95,568 95,568 000000000004ccaea9d9c4447503c8d3522701f0f1a91cad8fec24f4d7c1b0b9 2 0.00/1.00 vMB 0
95,567 95,567 000000000003d437325582b7553d80ae8a142571ed7c80b1a2ac356ec14f0ef0 2 0.00/1.00 vMB 0
95,566 95,566 0000000000062ab8b0a1c7af86d2beac3b3c8a658fafda8bb6668b46f13a55b1 1 0.00/1.00 vMB 0
95,565 95,565 0000000000046694f2c339308e14a0871bd165e3fbad97a82f1b726d3a40aeae 2 0.00/1.00 vMB 0
95,564 95,564 0000000000037e18f60a43cc9bafe648d1371d7d4d421fb9d61c9c023949675f 2 0.00/1.00 vMB 0
95,563 95,563 00000000000064ecbcaabc27388ccd431916a458ecffcc4cd2fe724dce26e709 8 0.00/1.00 vMB 0
95,562 95,562 0000000000064fc1e476179f831e71314928a57eb2a09f38085fb3010275d639 2 0.00/1.00 vMB 0
95,561 95,561 000000000007ad40c99ee221488ff52ba5d1945210bd497032729f43f7d75ee7 3 0.00/1.00 vMB 0
95,560 95,560 000000000001e25365645f68d9ce947264476c75bc9f767333fd198bc065e3dc 2 0.00/1.00 vMB 0
95,559 95,559 00000000000343907de7e2455a9e7b179b8a0ba0132b572cfc16f2b1946d5266 1 0.00/1.00 vMB 0
95,558 95,558 000000000000d8f7651f5d7b167f055c5a0c702a2f70ae862f34c36764eff23b 1 0.00/1.00 vMB 0
95,557 95,557 000000000004afa89eca9468c189b89208cc0acb66ddf404360e76571a846c0f 2 0.00/1.00 vMB 0
95,556 95,556 000000000006abf306b77f77db12a541f5b06c3fc90f2eb91e11d5d8bb795f8a 3 0.01/1.00 vMB 8
95,555 95,555 000000000003a44991bd7322bc571e3f857f0e802860c08762e34b03c7614c76 1 0.00/1.00 vMB 0
95,554 95,554 000000000001011cb12eb06a7d5063014bfee6b4841a303110cdc215f3a9ef7e 1 0.00/1.00 vMB 0
95,553 95,553 00000000000531fbb5a52662ecdd49e50a9df57a46b364c7c5e768e753dbca3d 1 0.00/1.00 vMB 0
95,552 95,552 0000000000028ff9627124ee171e935b2cd019cbda0b1862956c1b9f5b9939e7 1 0.00/1.00 vMB 0
95,551 95,551 0000000000066a1c7a246df91ac7d201db8df3481514ecfb1e9be281657426a2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.68 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: 777.73 GB
    • Received: 21.21 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.