Loading Tool

Explorer IconExplorer

Memory Pool

78,556 transactions
28.85 vMB
0.10964204 BTC
Random Selection Loading Transactions
Max Size: 175.18/200 MB

Candidate Block

Mining Attempt b5334d69dfd7e0ee1b49d31a69a0d89ccb3a23bd7e360c3ac8962943bc31c280
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8d45df0a5f6ac64a71d72a3c10cfaf1964b7214766d462e85a9eb321c496b8d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,099
Size: 1.00 vMB
Total Fees: 0.03893074 BTC
Feerates: 602.26 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (232,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,628 682,628 000000000000000000082965acd4410bf4070708bbbce4361afa76a2701f8b56 2,086 1.00/1.00 vMB 14
682,627 682,627 0000000000000000000c613d9e1239a79df887b28ba3379af6b7f12dad94ae19 1,828 1.00/1.00 vMB 22
682,626 682,626 0000000000000000000d78130db0450df1d9e1a4c2721af706da1a1a559eb33d 1,849 1.00/1.00 vMB 18
682,625 682,625 00000000000000000001ef962db1ee8a4e085cde27e881be35218827c2ce63b3 866 1.00/1.00 vMB 29
682,624 682,624 00000000000000000000aeb02c31d69232056712e0d9a94314d46bdc44b03a5a 2,480 1.00/1.00 vMB 80
682,623 682,623 00000000000000000003484e46ba5ceb92af7c2ed707d9ad6ab65dc3663558fa 2,711 1.00/1.00 vMB 106
682,622 682,622 000000000000000000039401e7a7c87e826849db1db1e5ead4c1bf3e8e1f1e72 2,655 1.00/1.00 vMB 24
682,621 682,621 0000000000000000000c3d5bf1ca5bd24175c1ba4a0d56593dee05899878cd1b 2,553 1.00/1.00 vMB 51
682,620 682,620 0000000000000000000b6ac6b0d91b0e72c81b4db46bed017fbd70e8aeb7de61 1,925 1.00/1.00 vMB 64
682,619 682,619 000000000000000000079c02934dde361dfa9c96c491d72eefc9ac4ee65076a3 1,743 1.00/1.00 vMB 86
682,618 682,618 0000000000000000000c448da9acc1aa97d3c285b9f8f999ea1daac37afc41f4 2,045 1.00/1.00 vMB 101
682,617 682,617 0000000000000000000254241102ecfde800b76a530e3565d26f15b3bef9b3b6 2,027 1.00/1.00 vMB 96
682,616 682,616 0000000000000000000b0025a1142f28126834a31e7c02e1bc741e16dede8ca6 2,300 1.00/1.00 vMB 39
682,615 682,615 000000000000000000019627aee7917cb450afc0d48339ce53174c70c5c70121 2,693 1.00/1.00 vMB 98
682,614 682,614 00000000000000000005243713d1210d64ca320a13bf9ff1ef09751b088b9501 2,616 1.00/1.00 vMB 48
682,613 682,613 00000000000000000008cfbbe154b8b82dc5e8264052ce1e24d6961c802f52c0 2,659 1.00/1.00 vMB 55
682,612 682,612 0000000000000000000773478294485f8fa11ed795b98194886b14200fc0a27a 2,625 1.00/1.00 vMB 72
682,611 682,611 000000000000000000034efcb82183f2b4f5c3afa726b20d44162f27ccd30431 2,105 1.00/1.00 vMB 89
682,610 682,610 0000000000000000000c48a9db0bd053547f5abe4a2d227af26adcfa442ffca9 1,936 1.00/1.00 vMB 122
682,609 682,609 00000000000000000004f4b467eb7782cca5bfc65a44c0eacba76623580ddff3 1,991 1.00/1.00 vMB 48
682,608 682,608 0000000000000000000398e26af1b4dcfbf4350067debebd8b2fcadb4f9f9794 2,224 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.