Loading Tool

Explorer IconExplorer

Memory Pool

45,839 transactions
28.00 vMB
0.09681181 BTC
Random Selection Loading Transactions
Max Size: 146.32/200 MB

Candidate Block

Mining Attempt e0ed7b4c637af7fe7ddc5a39369ff4cc862b344ec0b0f02c7dc0995f14b24ee9
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 051712e18e35e3665021e97faa91eaedf9b6d02ba01b50548fbcab16ee07f112
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,684
Size: 1.00 vMB
Total Fees: 0.03737817 BTC
Feerates: 150.77 > 3.75 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (863,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,911 50,911 000000001a5abdba44404d7224ec59618ec7a70e3606df39fd6fd7474f0d5ac8 1 0.00/1.00 vMB 0
50,910 50,910 000000001f75a3c8f981f8be9ee0361bf0c376267e37e809d541fe1966be728c 1 0.00/1.00 vMB 0
50,909 50,909 0000000007642c4bbf884ed55defecee497ad1e4e260f6b92ff834cdc1c4a11e 1 0.00/1.00 vMB 0
50,908 50,908 000000001e3d73cedaad816c737bc37237cd0301202521b8abdcc10e37b955f9 1 0.00/1.00 vMB 0
50,907 50,907 000000000fd15e3018d6b657a58803571d0403d58368f2424a4e2f45b9733735 1 0.00/1.00 vMB 0
50,906 50,906 000000000d1b6e199419a1da8189d2603b840376a617365ab0b8191474256d49 1 0.00/1.00 vMB 0
50,905 50,905 0000000015ba7e9b3474536bd3d0a4ef0263dcbbe37fbde91452e1d47854262a 1 0.00/1.00 vMB 0
50,904 50,904 0000000002e96fd4dc642914200947d47c2edad7bb8903bca9067b2e2eec0f8d 1 0.00/1.00 vMB 0
50,903 50,903 00000000110a03135012b1b2895b9f67c20a6f8e3ba59ffcd661e6241a9e30be 1 0.00/1.00 vMB 0
50,902 50,902 0000000018e8174ef9761cee0f157c814e430d0df5a94d5589adae91a32bcc7f 1 0.00/1.00 vMB 0
50,901 50,901 000000001381c40b5ac4d7ae4ac2463a551df423408d210ed707f733c1e681f2 1 0.00/1.00 vMB 0
50,900 50,900 0000000018abe1988446c0f3a332da34723818bed05e36afa1ec5071f2be1035 1 0.00/1.00 vMB 0
50,899 50,899 0000000013e1a93d62ef4fa754bdba0592becf45d398b301116d5823077a0826 1 0.00/1.00 vMB 0
50,898 50,898 000000000c53832ea3bad81b494f236f99fccf99638a2ca4f8512b600687b71a 2 0.00/1.00 vMB 0
50,897 50,897 000000000749f3326488c2bfa84847327631dae923127c2eafec046bf1851219 1 0.00/1.00 vMB 0
50,896 50,896 000000001cbafb15279a77babe39a5f8184fef88335f942a819470ca889a19ac 1 0.00/1.00 vMB 0
50,895 50,895 0000000006602428c1da3378fb1aeb6e984af599a171077997b27aaab6542ac5 1 0.00/1.00 vMB 0
50,894 50,894 00000000061a99b12a355a7b93fce1d377ea4da31b7fb8da90916100cceafed6 1 0.00/1.00 vMB 0
50,893 50,893 000000000a99a5ec8fe21d3ec4308bc6980e99aeb831a4a5e835e326ccab9b81 1 0.00/1.00 vMB 0
50,892 50,892 0000000017bea4331cffe740b6801cff2667e56fa8f6f5dbfa0e0b41e461a315 1 0.00/1.00 vMB 0
50,891 50,891 0000000002b451a03272feabfa9bea13d0c191b82d4366c13282037c4866c0d1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.18 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: 653.67 GB
    • Received: 14.00 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.