Loading Tool

Explorer IconExplorer

Memory Pool

44,470 transactions
28.50 vMB
0.12169942 BTC
Random Selection Loading Transactions
Max Size: 148.22/200 MB

Candidate Block

Mining Attempt 2a98381e60dc4ad3e85e374b5625c5d2136e24c420ce52b261394a6259eadfa0
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 2621fa0c8a03e94bf74fd7b71bdc0e19e4a718ca168c98b4c8219ce8b0ae9f81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.03333488 BTC
Feerates: 78.42 > 3.34 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (529,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,203 385,203 000000000000000001e5f38146adf56d19d751800297f9563cc6100adf9d232c 511 0.31/1.00 vMB 27
385,202 385,202 00000000000000000871a3c54cfa4a60bfd9a8edd37803c2121e476d5904eac6 791 0.26/1.00 vMB 46
385,201 385,201 00000000000000000258e61b05fc222f2ab4820a987f8ba957f500c42511a86b 933 1.00/1.00 vMB 12
385,200 385,200 000000000000000003f1f49f9832fef012e8a4f3b122f9b74296802ebf61e4e8 449 0.26/1.00 vMB 26
385,199 385,199 00000000000000000229572a27efdf49f55a744a2a5fc00ad19649d87878bcce 1,783 0.82/1.00 vMB 36
385,198 385,198 00000000000000000a89b6de738b2dde4a248a2c081bde004b3c8628b1b38746 771 0.46/1.00 vMB 19
385,197 385,197 000000000000000003fd356891ba9de78a77da72995adf52dced7fcb2ecb2f2d 1,092 0.38/1.00 vMB 103
385,196 385,196 0000000000000000024484856df14b2408615d71520f94e70c1a3e00440d7e9b 353 0.18/1.00 vMB 34
385,195 385,195 0000000000000000074e5bb982b0ca59b857a10cbc5834bd2fc08a6ab2c4d6a9 1,155 0.55/1.00 vMB 34
385,194 385,194 00000000000000000ef4dda911c147aa0028c7b49796211949b193b7d90555ae 444 0.19/1.00 vMB 39
385,193 385,193 00000000000000000e091d15faf5728d5da9128d1ba78f2affebe08b9d4a7c91 471 0.25/1.00 vMB 32
385,192 385,192 000000000000000006eb2f49ec8f1a708b5a7ade57856fb37ac27d3aecf8b9b8 916 0.52/1.00 vMB 28
385,191 385,191 00000000000000000409d76f2e43d1fc32f67905346216e84e7e03d0b91f5b87 907 0.99/1.00 vMB 15
385,190 385,190 000000000000000001a5a9d812ba78367d55710e28074f4bf06966fc31fec16c 1 0.00/1.00 vMB 0
385,189 385,189 0000000000000000079ac6d3f6c4446a3d07c430a372735e186d45fc71295836 1,511 0.52/1.00 vMB 50
385,188 385,188 00000000000000000a32173d9d60a26f1f05aa9b806082fcd01a38eb40eed17c 1,204 0.50/1.00 vMB 37
385,187 385,187 000000000000000007510ffb42b1ab2b2f5ab3978bf9955a7159cff161214728 150 0.10/1.00 vMB 17
385,186 385,186 000000000000000005a00e6795ddbfe9445b442534402ceb2af35abffc7abd23 866 0.39/1.00 vMB 34
385,185 385,185 0000000000000000055eb61ceabef49f9bf759a4661c809d29219640c67dbde6 707 0.30/1.00 vMB 42
385,184 385,184 0000000000000000048694e2b6ec7e9a24fb221f41ab45abc1a9f57d6aa767b9 402 0.19/1.00 vMB 29
385,183 385,183 000000000000000004254a328d07c3451a78285ccdffa315b29738c25092d262 1,085 0.50/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.64 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.