Loading Tool

Explorer IconExplorer

Memory Pool

41,409 transactions
30.37 vMB
0.06876158 BTC
Random Selection Loading Transactions
Max Size: 153.63/200 MB

Candidate Block

Mining Attempt 6c02aba1bb808cab5c5066bd9fabc3996838c26e8b64264dfe3367d4f3b4694a
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root e3355a4abe2ac2067ce362637e6511db6c75d1f19ff7105ef28088fa33f8e78a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,295
Size: 1.00 vMB
Total Fees: 0.00809293 BTC
Feerates: 40.21 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (469,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,390 445,390 0000000000000000002abb2c96e26be1db2b0962ac15ca99198f47cda9492d90 2,163 0.99/1.00 vMB 65
445,389 445,389 000000000000000000c7c4fadacc62e35baa59bc03fc801dba72fe0b528de591 2,232 1.00/1.00 vMB 72
445,388 445,388 0000000000000000004817cc63f56727a1c91185d04581fedf87ac2e6df67693 1,398 0.72/1.00 vMB 46
445,387 445,387 000000000000000002cd1c9f5478f82c16401125386505895697a116e588a7e7 2,619 1.00/1.00 vMB 82
445,386 445,386 00000000000000000004e008ff575e9d93f365def6558eb2758f7535b81f946f 2,258 1.00/1.00 vMB 66
445,385 445,385 000000000000000002185d28ef09e51e581ab775e445d87ad7f08ff0db62ec7c 2,568 1.00/1.00 vMB 96
445,384 445,384 000000000000000001d65a57047814f2f407d29bfbe0d8ebd5c78e65de634338 2,129 1.00/1.00 vMB 66
445,383 445,383 000000000000000000f0856ad27f64fdfdf5e215a739fe5d4b845f41d453e0eb 2,291 1.00/1.00 vMB 87
445,382 445,382 0000000000000000018e0443c322675c1772b7e25d57c0b6445b0df6809475ff 1,927 0.99/1.00 vMB 64
445,381 445,381 000000000000000002230326de906adc8b58410ec2666db69a803fe8928fc751 2,374 0.99/1.00 vMB 60
445,380 445,380 000000000000000001a8027ebb824882046f6aa1edc68bb095e753fb8f042e16 2,129 1.00/1.00 vMB 114
445,379 445,379 00000000000000000207c00947b567e89f2c02fa9e33e5e953c4572af1c2cf5f 2,203 1.00/1.00 vMB 71
445,378 445,378 0000000000000000036ca8228f7b77d7aa1c792485102c0dda3460220535d6da 1,396 0.75/1.00 vMB 59
445,377 445,377 0000000000000000003bd3e26b04d11130e01897a8a1460099b67004dac505df 797 0.51/1.00 vMB 39
445,376 445,376 000000000000000001beeae848020b21fde811e3bb6e505da324f721e95718d1 2,486 1.00/1.00 vMB 66
445,375 445,375 0000000000000000026e5e63357df3a4bfd820c0981ffcef028d98c848a228e4 2,181 1.00/1.00 vMB 92
445,374 445,374 000000000000000003670d025c99b6b1069431ba0e6922464b2758d46b9b2cba 2,677 1.00/1.00 vMB 86
445,373 445,373 0000000000000000002cb26feedfb07b9f7ba6902bf1084c3b2b91b2dd85534f 2,823 1.00/1.00 vMB 98
445,372 445,372 0000000000000000024e8b7dcfa7116f70c08ab9ba9ba5a03abf26b0a5ed3c8b 2,149 1.00/1.00 vMB 67
445,371 445,371 000000000000000000cd151859e404f3667cb80748c2c4ea3019cc34feb6dc0d 1,441 1.00/1.00 vMB 40
445,370 445,370 0000000000000000032ff8c6e8e0b0e84166af15428623664ccca6e9e1125d68 2,742 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 609.02 GB
    • Received: 10.67 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.