Loading Tool

Explorer IconExplorer

Memory Pool

80,801 transactions
30.13 vMB
0.09958417 BTC
Random Selection Loading Transactions
Max Size: 181.83/200 MB

Candidate Block

Mining Attempt 833f42657ee4135546760217bcd49927251521649754d2f20385947d025f02bc
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 9bd769342c919d4d4049bd27bd89e9980f4621aa076f6224e47fdca002bc90d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,169
Size: 1.00 vMB
Total Fees: 0.02775598 BTC
Feerates: 54.29 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (180,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,820 734,820 00000000000000000000b862b3c1b81786ee39583d7c83fea936d5f56baf172c 2,438 1.00/1.00 vMB 18
734,819 734,819 00000000000000000006b84f8abd3e7e8931ea172df0357181121da21d9011fe 1,405 0.48/1.00 vMB 8
734,818 734,818 00000000000000000001ca6ea24559f0749ba8d9b9d33adbf61c28fff5e83fff 533 0.41/1.00 vMB 4
734,817 734,817 000000000000000000071b20f1b4b6bccd7d737315340bd4829414b81e0876f7 619 0.21/1.00 vMB 8
734,816 734,816 00000000000000000006e7f15a2fac791601edf6ae5149d509f687516f03f1fc 1,115 0.51/1.00 vMB 17
734,815 734,815 0000000000000000000532be8289e883741cabd221278582c4a7e209a31930c8 911 0.25/1.00 vMB 9
734,814 734,814 00000000000000000005085fcb7d782d6cdb7c206a9787a5372f439a16f40c92 947 0.42/1.00 vMB 5
734,813 734,813 000000000000000000074cb057c05f5a3241c1c6a55bf8009ec508a85d7f8dee 1,019 0.39/1.00 vMB 7
734,812 734,812 000000000000000000063f3c3cbb4eef9374911ecdb231e7aab53ebd2514fad3 240 0.11/1.00 vMB 5
734,811 734,811 0000000000000000000350b79f54a3cb4c463f34161367821ff05f6cc26fa33b 1,129 0.96/1.00 vMB 3
734,810 734,810 000000000000000000033fe075501d2112576d3e5a18945d0502d859d8c7bc77 90 0.05/1.00 vMB 3
734,809 734,809 000000000000000000045e402cb2ac1c7d88a8e25a0b0c119408cd9a46de896c 1,329 0.78/1.00 vMB 5
734,808 734,808 000000000000000000066913061ab7ca2761489bafba86727b49c05d09bd3287 171 0.11/1.00 vMB 5
734,807 734,807 00000000000000000005d93246951eb62ee80ba9688e76f67f8d71653e8c7f77 1,814 0.71/1.00 vMB 7
734,806 734,806 0000000000000000000798b10cd4ca2fde909883dbf7980477ec1e9400178b41 396 0.15/1.00 vMB 7
734,805 734,805 00000000000000000001935682f46c2884eaa592abebf745498693ae1abe2c5f 435 0.14/1.00 vMB 9
734,804 734,804 0000000000000000000520fe84606fd178464816b25fff00485c54151389b79c 38 0.01/1.00 vMB 16
734,803 734,803 00000000000000000003837bbb73afde6a9367566d947ba1c5fc6810689c6868 79 0.06/1.00 vMB 3
734,802 734,802 00000000000000000009064807ae02b52c1ab61500a0adb72c0a7151b7ebc74d 751 0.27/1.00 vMB 9
734,801 734,801 0000000000000000000331b116ad0f259f09df0ca1c1f20609793d364f438e31 1,007 0.35/1.00 vMB 11
734,800 734,800 000000000000000000016cab95f296694987b953c34301a043b16413cead5f3a 467 0.18/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.61 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: 671.87 GB
    • Received: 16.05 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.