Loading Tool

Explorer IconExplorer

Memory Pool

74,801 transactions
29.77 vMB
0.09876412 BTC
Random Selection Loading Transactions
Max Size: 172.61/200 MB

Candidate Block

Mining Attempt 6aa13a536555d7b6eb4154df7a4763206c692ebe96b67cdce64b1b3c255e37a1
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root bc32ef98b68291ba64583e458c07dfb355dbf4e420f86bb4ab24d7b5034c1c52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,815
Size: 1.00 vMB
Total Fees: 0.02814823 BTC
Feerates: 150.36 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (290,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,842 624,842 0000000000000000000dd268ba289f6d250ffadc657e51e41ff6bdd4189bc7a0 2,716 1.00/1.00 vMB 21
624,841 624,841 0000000000000000000987dbf9f6e0489edfc294c760697c888783ab2d754968 2,536 1.00/1.00 vMB 25
624,840 624,840 00000000000000000005ca3a4d84a1abc417c2152f06b8a20a973039a2547471 2,370 1.00/1.00 vMB 25
624,839 624,839 000000000000000000072b2d9598ba4b22188316a8716d117650397f2030e672 2,596 1.00/1.00 vMB 37
624,838 624,838 000000000000000000108c60464f56d36523df931c94e0f40f830da719e76a06 2,839 1.00/1.00 vMB 28
624,837 624,837 00000000000000000000fb08b22dfe34d3bcdf109cdd3284540e45478786aeae 3,195 1.00/1.00 vMB 49
624,836 624,836 000000000000000000085571e26033249d24f0a216db96378989d076273b82a0 2,225 1.00/1.00 vMB 25
624,835 624,835 00000000000000000007e804024c4691cb1fbd3b5b5f6a1fa8e09772fbd075c7 1,710 1.00/1.00 vMB 45
624,834 624,834 00000000000000000007f676a503695b2c16bcb705d1a238c4e2dc3671c2ac67 995 1.00/1.00 vMB 82
624,833 624,833 0000000000000000001131eb56f658a1ca17559ea9a150e15633efd5fa0aae3e 352 1.00/1.00 vMB 3
624,832 624,832 0000000000000000000393abad9adeeec73363729b029f478e786151fa1ca74f 1,677 1.00/1.00 vMB 10
624,831 624,831 0000000000000000000b4f0c6a1cb19310c7bf83ff0391389741642122a969f0 1,501 1.00/1.00 vMB 10
624,830 624,830 000000000000000000080e03d5ae9f3445c253e9dca251e2b1583c82575c26b3 2,371 1.00/1.00 vMB 15
624,829 624,829 00000000000000000011a0e0eab8b6868c0b7a6fd847b4e6e9fc82bf2356da68 2,536 1.00/1.00 vMB 7
624,828 624,828 0000000000000000000e7da468ba7d9772f47323e42f3c010072bb2cbc6703cc 2,485 1.00/1.00 vMB 29
624,827 624,827 00000000000000000000cc4dd3a6a0912dfedb145905766b798bccc161332b95 1,584 1.00/1.00 vMB 3
624,826 624,826 00000000000000000000166bdc6dd73f112ce3c6dd8d20d2e6da71f819577f17 1,862 1.00/1.00 vMB 22
624,825 624,825 000000000000000000066f6f7c825743a3d13b2629742c9b2ea0d17c03886f47 1,132 1.00/1.00 vMB 6
624,824 624,824 00000000000000000008e428ee0bfef1ecf7339a1c310088e3019a2e71fb1f6f 1,657 1.00/1.00 vMB 6
624,823 624,823 00000000000000000012f62b969a6031fc2ea0d9738ca1189c9e0721599bc967 2,638 1.00/1.00 vMB 18
624,822 624,822 000000000000000000052b65940d6165f4d2ba1cd6340e58d97a002ce5a15119 2,542 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.