Loading Tool

Explorer IconExplorer

Memory Pool

43,062 transactions
27.99 vMB
0.06107225 BTC
Random Selection Loading Transactions
Max Size: 147.57/200 MB

Candidate Block

Mining Attempt ba14c5d43bd753695ae3aef968727699d2afd30eeb1bd0daa54a1bcef46bd098
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 366f0a0ba2c1178658fe043d335c24f913f27ea0be56cec659775fc8693dc9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,001
Size: 1.00 vMB
Total Fees: 0.00852013 BTC
Feerates: 100.21 > 0.85 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (697,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,813 217,813 000000000000039ad5cf4576403b19289846f2eea9fb053555d48c5512c81656 174 0.11/1.00 vMB 145
217,812 217,812 00000000000003268acd3f452aa9890f0c9f6cfc551dc643fd3dc8655574e1e2 514 0.19/1.00 vMB 231
217,811 217,811 00000000000004cf5ef2c702e4fc6bdeade7b824d908a66ef3050f4ced4f6ca2 128 0.12/1.00 vMB 98
217,810 217,810 000000000000046c5c054ea1b5c156bebf1334d07c8628b1094a8d120d1923b8 112 0.08/1.00 vMB 64
217,809 217,809 0000000000000168415e522fa6dfc940e1970c882c3a96c58c64cdcffd0f7edd 494 0.21/1.00 vMB 214
217,808 217,808 00000000000004811d95d5d57d3274acda4029bc01dd90f2d5148190e517173b 637 0.24/1.00 vMB 241
217,807 217,807 00000000000000e0e38bd5d3d114ddfec72d5f117df2af669a21517484d3bc4b 83 0.06/1.00 vMB 82
217,806 217,806 000000000000012d08c8a7a1f99703d464a2cdb49e5b3646a29a08bbdfe6a9e5 370 0.42/1.00 vMB 57
217,805 217,805 00000000000004ebf0ddeb3a2991f7622556d54c6c42603bfcfa415d7e5b5191 79 0.05/1.00 vMB 3,742
217,804 217,804 00000000000001ce7b56fc9ade29a9457162b796cd588d63a467776a48ad0a86 94 0.06/1.00 vMB 147
217,803 217,803 00000000000003b37e0f91103f2c7e984b7f42b1f81e73bdf8707f629722f7f3 84 0.04/1.00 vMB 145
217,802 217,802 000000000000007aa8c5c4714ed56a0874c373f9ad738ebd705f52645b47f5da 49 0.02/1.00 vMB 179
217,801 217,801 000000000000052640dc0e6accd6821de725eb1dcd52f4ac19cbd9312fff8613 487 0.20/1.00 vMB 201
217,800 217,800 0000000000000565ed5ca5a2979f7f4e006adb84dbb31b7fb91bd30d5d5f70cc 479 0.49/1.00 vMB 36
217,799 217,799 0000000000000089aba65c042449f7b93a3f8b491ef82d4cdc9fc796fcfc467f 568 0.25/1.00 vMB 206
217,798 217,798 000000000000022298a1e1405488e61cd7d75514981b0742eaf178af531540c3 627 0.29/1.00 vMB 207
217,797 217,797 00000000000004f2ab296727abfcc2f8d02cf704074c8826365f263dc1934f59 125 0.05/1.00 vMB 102
217,796 217,796 00000000000000caeac2d8d59a91a9996acff8020132f36b1a8b64088fc95825 123 0.05/1.00 vMB 49
217,795 217,795 00000000000002a33ba9b56b6a72c47304f90fff8b6b4fa4e53b5ca518345fd8 670 0.25/1.00 vMB 204
217,794 217,794 0000000000000416b387d9e2e473823127ee7013080dad536c3c8fac344b368a 601 0.26/1.00 vMB 199
217,793 217,793 00000000000001854ecb5ec064be99ec289bd7cb118b02b4fbe87ddd494f1e5c 399 0.18/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.63 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.