Loading Tool

Explorer IconExplorer

Memory Pool

80,057 transactions
31.08 vMB
0.07946247 BTC
Random Selection Loading Transactions
Max Size: 188.06/200 MB

Candidate Block

Mining Attempt c9b99c82eb8584eaf7c62ce6f6b78b9324cac2bdbebbb532760f42bd59fba312
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 1103261b96e6b58c41ed26e69d607d8b6cf1e5a0444efb6585969c4b41105e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,530
Size: 1.00 vMB
Total Fees: 0.01251886 BTC
Feerates: 100.25 > 1.25 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (189,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,428 725,428 00000000000000000008a89cfb94f32541b9e4bf03db32544156f48814cedb48 1,665 1.00/1.00 vMB 6
725,427 725,427 0000000000000000000603f4a7ae4727544fcc4ffd58e4027605b0e8d16dbd82 1,004 1.00/1.00 vMB 5
725,426 725,426 0000000000000000000133b71fe07498f86bc5748b01cda1c01e0ffc4cec4840 2,348 1.00/1.00 vMB 10
725,425 725,425 0000000000000000000163641e31bb0cbc88d4ab52e4f7287cea50b21d80b3e6 1,576 0.55/1.00 vMB 9
725,424 725,424 00000000000000000000eda582a542b99d3a367b1117971d44a5f4d03a3eab32 2,631 0.92/1.00 vMB 5
725,423 725,423 000000000000000000056db71df91b414c0a19044ee1149e31dc82ef42689d64 2,929 1.00/1.00 vMB 10
725,422 725,422 000000000000000000019dc7ed9b56e132b3d1b2a03b0186a7fd7f87380bdba3 990 0.42/1.00 vMB 8
725,421 725,421 00000000000000000005e6f7bc9d3104614570263a2719e2d8de12ef266d6faa 321 0.09/1.00 vMB 12
725,420 725,420 00000000000000000006d971284730ccbed36a471091d1f643ccd4550025abbf 46 0.01/1.00 vMB 5
725,419 725,419 000000000000000000091dc37537f4a6df1b60cbf7026474d7ede946dbdec0ec 1,206 0.42/1.00 vMB 8
725,418 725,418 000000000000000000034d588fdbd8b8d3d58928b4061c2b41b04008bf70c9a1 2,026 0.93/1.00 vMB 3
725,417 725,417 0000000000000000000443c72ad156d751cf7a905560de80ffcadb9865faffb3 2,761 1.00/1.00 vMB 11
725,416 725,416 000000000000000000024e47b45a1a3d9bd94695523ab43da73e0499aede8c58 483 0.14/1.00 vMB 7
725,415 725,415 00000000000000000000a810aec4d10b4b7245903ae1d77f3a830fe353c83b88 1,849 0.69/1.00 vMB 8
725,414 725,414 0000000000000000000672401af4d3e407668447de5c69793cb0db61b6f16194 818 0.31/1.00 vMB 9
725,413 725,413 000000000000000000031c1aef0bbeb6d3375271b41dc82c19bb26a70a80d9f6 583 0.64/1.00 vMB 2
725,412 725,412 000000000000000000099db234d6871bec1b9f7faaa859f52f83609ca50b7701 2,038 1.00/1.00 vMB 5
725,411 725,411 00000000000000000009a909b437edd05d6342a53d8eca66738859466cf55571 1,131 1.00/1.00 vMB 4
725,410 725,410 00000000000000000004b62ccfccae37e873215923216cb4f114fdc336b0cbd5 1,649 1.00/1.00 vMB 6
725,409 725,409 00000000000000000001c03bce59aebc636b8fd9f9c78bc8ae9745a0d3df9a46 2,629 1.00/1.00 vMB 3
725,408 725,408 000000000000000000063e7d58498ac1a90d4e78dcf564afcfba20d58bf22d69 2,552 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.