Loading Tool

Explorer IconExplorer

Memory Pool

72,784 transactions
27.43 vMB
0.07513495 BTC
Random Selection Loading Transactions
Max Size: 165.78/200 MB

Candidate Block

Mining Attempt 1519c1a44aa31b85f70c7eafa6944381fd87ddfeaf16ebb1f673d9b0e747079c
Version 20000000
Previous Block 00000000000000000001786aebd3f443cf40988cd154696895dcca923ff8c390
Merkle Root 6b55d892e3c41333b8e1a3f98b00b436de620084f83ff513f34a0034ab3ece0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.01606182 BTC
Feerates: 201.37 > 1.61 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,576 (813,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,938 101,938 000000000003e7a79b3d375a1aa998b2bd39b09335b8396166cccc9c5ebf2d5a 11 0.00/1.00 vMB 342
101,937 101,937 000000000003585ba1119a80d1577afa9bcc6ffb00eb1c77470fcbbc5641dce7 14 0.00/1.00 vMB 0
101,936 101,936 000000000001319a8486e1fc5b734b4df9102c0dc1e37cd0d633f5a0fe983224 2 0.00/1.00 vMB 0
101,935 101,935 000000000003f99b6aee0e1cd14bef527b8857bde26daa30454c5cc34ff71bc5 6 0.00/1.00 vMB 0
101,934 101,934 000000000000b947dd28323ea950019275de0aa21056d620c921107fa6463911 1 0.00/1.00 vMB 0
101,933 101,933 0000000000004d01c73783e16b879c140503089e39d0711b122e09e6accd1845 4 0.00/1.00 vMB 0
101,932 101,932 000000000000c29a27b2d9899656c2f772e6ca0c21ac6cace88e23389733414b 1 0.00/1.00 vMB 0
101,931 101,931 000000000000e353d03cce611c1f5bb79d7ce2b96e5a8da41e24a24afee635da 3 0.00/1.00 vMB 0
101,930 101,930 0000000000016259389744184c5983966f72e681af26351d0aa11a1f3024a30d 29 0.01/1.00 vMB 0
101,929 101,929 000000000002123c9b5952db615d6baa09b821c2e59a184fee69d49934803f46 2 0.00/1.00 vMB 0
101,928 101,928 000000000001106958a4588d7f37d15d25e84440890ec107ffd75ecff250ccd5 4 0.00/1.00 vMB 0
101,927 101,927 000000000000f0318414eacff7462454b10eaa69808ef6e03ca0f112a2bdb84c 4 0.00/1.00 vMB 0
101,926 101,926 000000000001760e7f5fbf1717ceae09f7bb576013bb843d10607c74a257e63a 4 0.00/1.00 vMB 0
101,925 101,925 0000000000034ac5c870c650323229b058b5a72e85e595d60a4e986928ddb8b8 2 0.00/1.00 vMB 0
101,924 101,924 000000000001d17a4ce8a621bff5678dcc2755a6ba89b7f6db797dd5b4b8ded2 1 0.00/1.00 vMB 0
101,923 101,923 00000000000399b30beb65875fe9fa94bc24331590a3040f188b9edc9100c1c1 9 0.00/1.00 vMB 0
101,922 101,922 000000000000d9d3fd3feb6d22c164cb4b83dcd2d9676cbfc3bbd614c9ceaa10 13 0.00/1.00 vMB 333
101,921 101,921 000000000000e89e72ffa9a5cf85107ac1a1c0cb3a099a209bd2b25abc5a48e2 8 0.00/1.00 vMB 0
101,920 101,920 00000000000283ebec1eae6a76b132348edb696db92f0727e4b34f6b17b60373 5 0.00/1.00 vMB 0
101,919 101,919 000000000002e7dfda719928c757529a9cbbfe04d69f3f0abd54ac6da3707e5f 7 0.00/1.00 vMB 0
101,918 101,918 000000000000a01d6db0c5edf5a63558ecedbccee8e8e5fc9d2f6af882101629 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.39 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: 769.13 GB
    • Received: 19.69 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.