Loading Tool

Explorer IconExplorer

Memory Pool

81,095 transactions
30.08 vMB
0.09542471 BTC
Random Selection Loading Transactions
Max Size: 179.38/200 MB

Candidate Block

Mining Attempt 9b5a7b97dd129d1ee7a21de0b50a285f4d18e8f3b41f78116ab7c6044590d6f0
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 36abd467d577e6756b2f91e158681e5661d20a8a0e4591b3d8a37d2684b18081
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,656
Size: 1.00 vMB
Total Fees: 0.03191006 BTC
Feerates: 100.37 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (271,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,490 643,490 00000000000000000007860a5debc01ccc917ddbf098c38f7d17016605ca5607 2,662 1.00/1.00 vMB 37
643,489 643,489 0000000000000000000d031d545db89a9bec8743c166fed5f6d7243499793640 2,762 1.00/1.00 vMB 134
643,488 643,488 0000000000000000000bdf03079880ee11af3938b1912fb9bb0b2ffb6f361b3e 157 0.05/1.00 vMB 62
643,487 643,487 00000000000000000000a2471e77b31122532ceb49ad494193bcd703ff16c0d2 189 0.06/1.00 vMB 58
643,486 643,486 0000000000000000000148ed7d975e0b6247253f08485887e5b8065b86da955a 1,401 0.66/1.00 vMB 30
643,485 643,485 0000000000000000000c891c51a9bd66a038f5296634add72e2ad1d3594d010c 2,533 1.00/1.00 vMB 72
643,484 643,484 0000000000000000000f57502e49505e0428323467851d4fb1d158acc11683b7 2,019 1.00/1.00 vMB 86
643,483 643,483 00000000000000000009d672cc1303c7096072ecb5d341bb5c61f6569dc54f1e 1,094 0.59/1.00 vMB 60
643,482 643,482 0000000000000000000a97e81732bdb8b62b1a0bf28a3ec83c8bb0268234f4c5 2,303 0.98/1.00 vMB 12
643,481 643,481 0000000000000000000eb43bba0241fb90086cfa73bc4667da6859db22eafd6f 1,140 1.00/1.00 vMB 41
643,480 643,480 0000000000000000000c5bc5b937b4df86834389d8036559213025e9eaa6961f 2,614 1.00/1.00 vMB 93
643,479 643,479 00000000000000000002ad4084382f6068af5e8416759459205e96a851cc30e4 1,872 1.00/1.00 vMB 83
643,478 643,478 0000000000000000000cfbbea28f41f69a6ad7d80177c0ddd5994ee40623421a 389 0.12/1.00 vMB 81
643,477 643,477 000000000000000000066221a94b6def4dadc19a81dc0fd861c54c86a27e51af 125 0.03/1.00 vMB 81
643,476 643,476 000000000000000000047fcf725a169170c7cd1d7696d1c298c8d48465278de6 1,676 0.70/1.00 vMB 36
643,475 643,475 0000000000000000000cb15c2dc497d5a2c5a14a3ff3ee97915001c2fd914bbf 2,153 1.00/1.00 vMB 38
643,474 643,474 000000000000000000090cefb9cad7c3cf0a58eb416e2c1d28dcc036b1f4ae9d 1,959 1.00/1.00 vMB 128
643,473 643,473 00000000000000000008b4d29751d1c00f3a54c37784d1d072f8abaecf9ddc7c 1,783 0.72/1.00 vMB 66
643,472 643,472 00000000000000000000502bc4c60616be4b1d386fe315c7a61445842bfe512e 317 0.22/1.00 vMB 64
643,471 643,471 00000000000000000008ed25d5f4957c08d0c419383fc04f26f2598740ffae0f 433 0.22/1.00 vMB 84
643,470 643,470 0000000000000000000ee1ef3bdd8cdf514d04112e304501fc2fd63f19794487 1,946 0.80/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.50 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.42 GB
    • Received: 15.51 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.