Loading Tool

Explorer IconExplorer

Memory Pool

79,001 transactions
29.49 vMB
0.06805495 BTC
Random Selection Loading Transactions
Max Size: 177.37/200 MB

Candidate Block

Mining Attempt d6cfaaa6c99e41b2d4b5d3b442e45be23d439c2572ef0ec8b2e80d07ce812599
Version 20000000
Previous Block 00000000000000000000dd1751bcae9308876a75a216a00cdffc10af68aad8f3
Merkle Root 6f5daa09c4dd3898c380dd4034b381c6ace7715752ab0f02c27730170631c01e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,155
Size: 1.00 vMB
Total Fees: 0.00805880 BTC
Feerates: 52.08 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,994 (453,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,014 461,014 00000000000000000108ed3aca9bb580a1f68491fe55b0b13164ecebb5922ba1 1,078 1.00/1.00 vMB 59
461,013 461,013 000000000000000001b842b536881b20399dd0a301ca95c0ec6643efebd4e644 1,365 1.00/1.00 vMB 133
461,012 461,012 0000000000000000011cc644017c307c9ac85894e11615a0f681e3537dbe9638 2,161 1.00/1.00 vMB 162
461,011 461,011 000000000000000001727c002222378568acad3cf94822368e51aee5cf882ad9 1,982 1.00/1.00 vMB 130
461,010 461,010 000000000000000001bc282bc7cd8dcbca378626a69470779a92e42f252da046 2,281 1.00/1.00 vMB 163
461,009 461,009 0000000000000000014eb9c218ab727d66c90a1d78fd33361f8ea013bde839e4 2,337 1.00/1.00 vMB 175
461,008 461,008 0000000000000000020eee197326330757078f946cf15f94928f18f2661a255a 2,384 1.00/1.00 vMB 155
461,007 461,007 00000000000000000165da5a6f9f42408e27812c6faee78eb1163f9ab7060353 2,490 1.00/1.00 vMB 152
461,006 461,006 000000000000000000592016bd14c1e809a18654c41e7f3955f4c2ff0edaff87 3,112 1.00/1.00 vMB 246
461,005 461,005 0000000000000000010b7d258f0237d5a152a0ef5b2e48e4ef6ae42fad4fc6b5 1,819 1.00/1.00 vMB 86
461,004 461,004 000000000000000001fb0a7236b36c0a62df3d35159d2bdac767ed4c387c9834 2,606 1.00/1.00 vMB 190
461,003 461,003 000000000000000000f41c4acfb4035011fdf3124b5ba95edaa1a42c68c08ab4 1,875 1.00/1.00 vMB 126
461,002 461,002 0000000000000000011a18c8bb123190ffa7d90fa6a5dd9cbe38f8726b9adf16 2,017 1.00/1.00 vMB 122
461,001 461,001 000000000000000000f7184f994a5749cb43b04f82635fbfa36c5ada456f98fb 2,388 1.00/1.00 vMB 161
461,000 461,000 0000000000000000012c3c6ad40dab385f02ce1635a869e9f6da01c27cb7ad43 2,661 1.00/1.00 vMB 188
460,999 460,999 000000000000000001f1448a019d84a0700d5f3491920e0819ffd60a1d3c5866 2,265 1.00/1.00 vMB 181
460,998 460,998 00000000000000000041c0e93a7edb3841bf9cc5c397a722ba90eee7fc86d1cc 1,044 1.00/1.00 vMB 63
460,997 460,997 0000000000000000011ad2f302d668ababbc776dc07a398caa0c146fc1947a83 2,075 1.00/1.00 vMB 117
460,996 460,996 0000000000000000013d66f4da170a1c26dfeb2b7bae941ba840b9dc0fbfcb0a 1,903 0.75/1.00 vMB 207
460,995 460,995 000000000000000000a81e737cabbc090ca01f697dc83f691c6e83db6719d9fe 2,223 1.00/1.00 vMB 183
460,994 460,994 000000000000000000c5f810ed0b2e7f1fb3eb5a173c5f8fae9689d5ab830dd6 2,247 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.38 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: 664.40 GB
    • Received: 14.97 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.