Loading Tool

Explorer IconExplorer

Memory Pool

85,307 transactions
31.84 vMB
0.20380743 BTC
Random Selection Loading Transactions
Max Size: 190.42/200 MB

Candidate Block

Mining Attempt 8b08a5f0ea3a27371ba64aff9b930576393b04cf1b3cc098f7a20d9de4d377f5
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 3129f9c66825b678d74d808d4b2648fcaf5ebc68af9b3f5444ff713456998f82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.09245056 BTC
Feerates: 529.10 > 9.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (467,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,624 447,624 000000000000000002b1c676c5b3f073988c777aa5f218716aff131e15b8443e 1,826 1.00/1.00 vMB 60
447,623 447,623 0000000000000000021800b58b1bd341cbb659da5ed16c64612613afdde29fbb 1,830 1.00/1.00 vMB 69
447,622 447,622 0000000000000000020a07c424c25969d90d9f47938b32e3e3dae1709dbe6598 3,012 1.00/1.00 vMB 113
447,621 447,621 00000000000000000014e30d50f9fd89bcd5ebb09d76c3ac2420faffb8a92d73 1,710 0.70/1.00 vMB 78
447,620 447,620 0000000000000000018e884f4595e0800f65ff3a2105180bf1fa65f405d89338 1,038 1.00/1.00 vMB 26
447,619 447,619 000000000000000001e1a4308b80296517c11f0b3b951b3700ccfe271a50266f 2,288 1.00/1.00 vMB 79
447,618 447,618 0000000000000000023f8087308bfc2b8cdfab8dbecf4cf121fd5f1b353113ae 2,258 1.00/1.00 vMB 82
447,617 447,617 000000000000000000af112cd5dfa741ec4b5e2366c993286004bf029ec44fe6 169 0.08/1.00 vMB 82
447,616 447,616 0000000000000000012e3feb3354fe981d0779a28184e757fdb99713d5f41910 1,967 0.90/1.00 vMB 61
447,615 447,615 00000000000000000093c86cf1cae241867fa4df3894141f3a3837de0b3195e6 2,517 1.00/1.00 vMB 100
447,614 447,614 000000000000000001d163653aa9c183c244796cf24f443bcc886899dc785528 1,548 1.00/1.00 vMB 79
447,613 447,613 000000000000000002f53b16a1268b46fc245075367e1af27ab39062419a4ad2 236 0.35/1.00 vMB 22
447,612 447,612 0000000000000000028afbc6908ec0b81744d641976518cf269ddfdd637b8090 1,593 1.00/1.00 vMB 65
447,611 447,611 000000000000000000b3e4301714aae6023d4ced1e1c775b5576d3d660c20ad6 2,442 1.00/1.00 vMB 66
447,610 447,610 0000000000000000027baf98d1250d04909bddaa091ea24bbc0ea0835808c16d 2,695 1.00/1.00 vMB 87
447,609 447,609 0000000000000000016cf4217cfd8f5e8853fe7cba780402e67746e83f6f814f 2,549 1.00/1.00 vMB 94
447,608 447,608 000000000000000002495f04ea3c65690e2fe2d8b246dcd7e052b2c4cd9e8c58 3,234 1.00/1.00 vMB 100
447,607 447,607 00000000000000000083ee730ee2d59d7be3e725d09ba3cabdaea0901fd2c0fe 2,157 1.00/1.00 vMB 87
447,606 447,606 000000000000000002f9817668a792212bd9d308a9179793f085398b06f5007d 758 0.89/1.00 vMB 27
447,605 447,605 0000000000000000009ed7bd8ab3a4e3976d838d9ee4043172910afb2d065a9e 2,338 1.00/1.00 vMB 82
447,604 447,604 0000000000000000002850f8e691df83002660785afa4ea9d57512a7c642f0d6 2,540 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.