Loading Tool

Explorer IconExplorer

Memory Pool

82,765 transactions
31.24 vMB
0.15629856 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt 6c3bc13ccdee1b719b84a63d946e44db908795588cd97974882ef33becb0d3e3
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 82abdcb5d402c7ee2b42bba77c1b4377ba2fcf5b129cd7f1306fcbc69b8030da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.05950077 BTC
Feerates: 269.69 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (324,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,436 590,436 00000000000000000012e0768e88e2a6d812f67c002270c8a9f8e68150977ece 433 0.26/1.00 vMB 4
590,435 590,435 0000000000000000001ba279d250e054b177af4c648de31a1acf23fcdce46060 1,877 1.00/1.00 vMB 3
590,434 590,434 00000000000000000001410904b64d9a004be2af9671407c1dd2b4cc4212dddc 2,406 1.00/1.00 vMB 13
590,433 590,433 0000000000000000000789d5b2c749a207b67a8830840ae18f9cb75b1946917d 2,801 1.00/1.00 vMB 24
590,432 590,432 000000000000000000157a3a07b8d1dd6f82f872474c05ad5407ab02606e7be9 1,802 1.00/1.00 vMB 11
590,431 590,431 0000000000000000001715d3f538ae4166f300e6c88771bd0773ae5355d14c96 2,636 1.00/1.00 vMB 29
590,430 590,430 00000000000000000004c7d3d76b81b5622f6a6e588a5ed2466fbfa2f0c4bc00 1,654 1.00/1.00 vMB 7
590,429 590,429 000000000000000000088bf4aa3ec5a967fc7b3a608475facbae7a98d8e50e88 2,510 1.00/1.00 vMB 35
590,428 590,428 00000000000000000015a851aba751740b33e2918a5eaa33f28e4a1dccac4c4d 2,182 1.00/1.00 vMB 34
590,427 590,427 00000000000000000008d7e469a9f6cc5e273808c4e25f88596329517a2faa31 2,161 1.00/1.00 vMB 18
590,426 590,426 00000000000000000010bf8e3db4e8a00fb7ee8c64809686d64995fd1c1806be 2,776 1.00/1.00 vMB 44
590,425 590,425 0000000000000000001234f43006322bada7ebcd7d79984093a724a87bfa6897 2,597 1.00/1.00 vMB 33
590,424 590,424 0000000000000000000e743f38332ea7ae1f3c5f07817507f98a8bf18022977a 2,383 1.00/1.00 vMB 44
590,423 590,423 00000000000000000008e1346ae523852b8ed10f3237f88efe9ae20c60c1d6d6 1,007 1.00/1.00 vMB 26
590,422 590,422 0000000000000000000801d3389d55489e57991de98555104de95124e05c2903 1,596 1.00/1.00 vMB 27
590,421 590,421 0000000000000000000c3d980459662ddb35eec866a3659a29961c85a369138c 2,260 1.00/1.00 vMB 25
590,420 590,420 00000000000000000005802a3c9507902e0561c0170bbf22b0dea4e50216b971 2,493 1.00/1.00 vMB 30
590,419 590,419 000000000000000000088c0864c4ad6acf9ee61fbfd245ee84b0f78f0c402fb5 2,342 1.00/1.00 vMB 34
590,418 590,418 0000000000000000001ab5f2d8c9aa2fb70592d709ff61029b648165cde9e2bd 2,812 1.00/1.00 vMB 43
590,417 590,417 0000000000000000000554c8e3435224754c7d4a66f74b7f458ca0e5f7e401d0 2,881 1.00/1.00 vMB 65
590,416 590,416 00000000000000000000964147f5d41dfabf5d36ee5afdf0a0b2dfdbafdaf9bc 3,061 1.00/1.00 vMB 31
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.55 GB
    • Received: 16.27 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.