Loading Tool

Explorer IconExplorer

Memory Pool

82,188 transactions
31.09 vMB
0.12014478 BTC
Random Selection Loading Transactions
Max Size: 186.04/200 MB

Candidate Block

Mining Attempt 0166c22034a967c2d65bafd365712ba5ead6e325574b6bde5abe76034d75aea8
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 20ae878140912b9bbdd3ad28b25ed3b720258e4577a236bc8a36e989406aff55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.03535321 BTC
Feerates: 101.42 > 3.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (239,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,763 675,763 0000000000000000000791c406336497ec7e8567fdf21c340d81045c1bcef0f2 2,291 1.00/1.00 vMB 83
675,762 675,762 00000000000000000007161bea6785fb1bee631d7d21fe8eac71799f0e7951b7 2,321 1.00/1.00 vMB 24
675,761 675,761 000000000000000000043d159293024378e2d198d766dc85678ae506be0b64c0 2,642 1.00/1.00 vMB 14
675,760 675,760 0000000000000000000cdbd64afa18952cf2ad1ed4c499934edabbf87cfd9de2 2,432 1.00/1.00 vMB 56
675,759 675,759 0000000000000000000a2a0731e79f977c689e4f3bf0a72eec99abe3c3478e52 1,902 1.00/1.00 vMB 16
675,758 675,758 000000000000000000004b9f2a0de049afb1c20466db3cc4215424bcbe2a45ff 2,355 1.00/1.00 vMB 17
675,757 675,757 000000000000000000005a531dec6db91aeb7a79def9f81fed29f53f7e7852df 2,565 1.00/1.00 vMB 70
675,756 675,756 0000000000000000000b672bc647a7f6c863a940c02097c0b3b65182684e4494 2,033 1.00/1.00 vMB 64
675,755 675,755 000000000000000000093bbb72aabde7a44cd11bb06ebbb7a8638f46030688ab 2,113 1.00/1.00 vMB 57
675,754 675,754 000000000000000000040c14ea25dadd85426823eaf69170b7980a80af4bdb28 1,233 1.00/1.00 vMB 77
675,753 675,753 0000000000000000000a034674e02d9c64b5da73a9cd5d0171872b7fee86f5fa 2,808 1.00/1.00 vMB 104
675,752 675,752 000000000000000000069e0cacc2e84b15d282f97c4b9d610f660551eb130a75 2,339 1.00/1.00 vMB 44
675,751 675,751 0000000000000000000a7490b5edf16e3783cfc32e7502a5a602d459f715eb86 2,552 1.00/1.00 vMB 59
675,750 675,750 00000000000000000003f5b0541cb000c31e8781967a61792ef249fbff66be14 2,703 1.00/1.00 vMB 55
675,749 675,749 000000000000000000098fb12eb78c2f3f28e60e6ac383338b2f298281cfcb65 2,532 1.00/1.00 vMB 34
675,748 675,748 00000000000000000000c3b421239c1daa2109c28842903091869a98f21a993f 1,691 1.00/1.00 vMB 73
675,747 675,747 00000000000000000009ea546d1e26035e8107bf0531fceef23dae6cf8289e1a 2,720 1.00/1.00 vMB 74
675,746 675,746 000000000000000000036fef4b8ee57730f7b9458db3c7ac64834a76234a38e6 1,370 1.00/1.00 vMB 15
675,745 675,745 000000000000000000006c5ea534a5683e83da0fe223ed56fe5cf0560ea7953e 2,321 1.00/1.00 vMB 42
675,744 675,744 000000000000000000007daaf51f5f175c7d8ad8b1328b2a855aad0b805b9106 1,393 1.00/1.00 vMB 98
675,743 675,743 00000000000000000002b585ce3588c2253573f235b7cd2d1232c75c5ec41448 1,564 1.00/1.00 vMB 38
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.95 GB
    • Received: 16.33 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.