Loading Tool

Explorer IconExplorer

Memory Pool

75,679 transactions
28.31 vMB
0.06317233 BTC
Random Selection Loading Transactions
Max Size: 171.48/200 MB

Candidate Block

Mining Attempt cd02350cecb25ca46ea5fe6a573e7472a46b71564969dd0c1cb7151a2676c306
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root d798dac754a506d95b630cc338965040a048201ec02d676f69f843c6d93a6380
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,310
Size: 1.00 vMB
Total Fees: 0.00469366 BTC
Feerates: 14.26 > 0.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (344,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,938 570,938 000000000000000000027af0b6926f433fdcd9d4ca0163ddf4c52743d2255da1 2,721 1.00/1.00 vMB 81
570,937 570,937 0000000000000000000f374ca9fbfe46f47900cef755ed7594f4bcaa64e96322 3,183 1.00/1.00 vMB 96
570,936 570,936 00000000000000000024da1fd7eebea6e677bc71f6468b32ae948b5a0947702f 3,203 1.00/1.00 vMB 111
570,935 570,935 0000000000000000001aa23764b7cf0a6f369b8c3547f85d7b8eb1c6fe9017a1 3,147 1.00/1.00 vMB 96
570,934 570,934 000000000000000000023543062bf99a5b1eb79f6b7fab95d05877f3fc660b15 3,030 1.00/1.00 vMB 128
570,933 570,933 000000000000000000006cd6052be1e3d90da345704d133486f251442a89e88d 1,508 1.00/1.00 vMB 100
570,932 570,932 0000000000000000000e60152e2406e5d957f5710e42e4a7bb13e0c526264195 2,745 1.00/1.00 vMB 92
570,931 570,931 0000000000000000001d9d4ccee1833e0e0070649fb582e9d34761707401f431 3,133 1.00/1.00 vMB 107
570,930 570,930 0000000000000000001fe46c8fbe492246f5461e744849527b93c1a1317eeaf7 2,155 1.00/1.00 vMB 107
570,929 570,929 0000000000000000000c87c026f62bac52639fe0ad1eb2393c6cb12062ea2c19 2,401 1.00/1.00 vMB 109
570,928 570,928 0000000000000000000e17a4f85436388d3bf3cab84b01d2ab681fef6cacaa5f 3,085 1.00/1.00 vMB 149
570,927 570,927 0000000000000000000cb080a6893b2b82ce9204cb59cb8b0a538ed267d4b0d3 2,431 1.00/1.00 vMB 105
570,926 570,926 0000000000000000000b622b5d843066636a030c33a8685bcae13eab2bc0a0e0 2,365 1.00/1.00 vMB 131
570,925 570,925 0000000000000000000f54908b5147e8456fdf6d77bca001c58d9fde0188480f 2,641 1.00/1.00 vMB 117
570,924 570,924 000000000000000000156e364f082f41a319719b04e3461f0d5f250f74d5638a 1,618 1.00/1.00 vMB 116
570,923 570,923 000000000000000000087018150d46e7e688aaefd9311c2d41c2e5f086d1e6e5 1,920 1.00/1.00 vMB 121
570,922 570,922 000000000000000000188af393531d7f6863f30b691aaa3513adf8ff2ebe0c10 2,574 1.00/1.00 vMB 128
570,921 570,921 00000000000000000017ee398ee5bbc55ba1ef9eda1684557d093a88e2eb67b7 2,632 1.00/1.00 vMB 144
570,920 570,920 0000000000000000001e0e473c5b6c5ad51fe256a310f7a444adac4f0d6dedb1 2,787 1.00/1.00 vMB 121
570,919 570,919 0000000000000000001364b902d6c259f3c849fc9ce2666b129e06a71c02a627 2,566 1.00/1.00 vMB 82
570,918 570,918 00000000000000000012a8ec231ae590b0f83078c85fc34fbf4d8a317161de5d 2,691 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.