Loading Tool

Explorer IconExplorer

Memory Pool

78,884 transactions
29.21 vMB
0.12038849 BTC
Random Selection Loading Transactions
Max Size: 176.19/200 MB

Candidate Block

Mining Attempt 1da27e4443991b8ff562cc7926a71531219673291bc738c50a1b05b97569f0f7
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1f6a36e09027705c314eb731495179a85746e97c364e773614136023aeff5e74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,145
Size: 1.00 vMB
Total Fees: 0.04366530 BTC
Feerates: 150.80 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (387,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,642 527,642 00000000000000000038a83bb50430a811d4112078d17b0043e7576fbfb7e3f8 656 0.25/1.00 vMB 15
527,641 527,641 0000000000000000001493cd88f6bc9add5dc526046686139cbec0c2c15cbc7b 1,833 0.58/1.00 vMB 26
527,640 527,640 0000000000000000001bbac396ecc78f44f59785c8a1a158355986bbc5377dc8 1,348 0.53/1.00 vMB 22
527,639 527,639 00000000000000000026671cd44badb62200ae9027c347f1c13e3d7c7ef65c6f 1,515 0.66/1.00 vMB 20
527,638 527,638 0000000000000000002d83b71e11054fe026a47c72b55caae58c15b496237e79 536 0.36/1.00 vMB 17
527,637 527,637 00000000000000000008bb33d2be25b7201400047cb22126582eb726f3961b0a 1,730 0.66/1.00 vMB 6
527,636 527,636 0000000000000000000f1634884a1b96ba68a498a917041de20698ab2c88a805 2,661 1.00/1.00 vMB 32
527,635 527,635 0000000000000000002ec091316aaa328c54ac42b3681d51f8044a9c248000df 478 0.35/1.00 vMB 8
527,634 527,634 00000000000000000035dbe9e719f08fd574eb4f9538161366df5e3867eec439 2,447 0.99/1.00 vMB 16
527,633 527,633 000000000000000000250cffa73c2a08e64e53dab398ede3f38b1c30ae5c66ca 597 0.23/1.00 vMB 30
527,632 527,632 00000000000000000020f9424c3d0ab19ef529dec5046fa687ceac1037f57474 1,200 0.40/1.00 vMB 24
527,631 527,631 00000000000000000036ae7ca31b61fa537d9177aafe57ce3cc0777bac514ce1 817 0.35/1.00 vMB 8
527,630 527,630 00000000000000000019de18be1ee11d4dfba28b0febeeca14cddd5f3e238842 3,007 1.00/1.00 vMB 25
527,629 527,629 0000000000000000002fa0b4213c76a7157967c7835406d4e101d6b883748fe3 757 0.30/1.00 vMB 30
527,628 527,628 0000000000000000000f82627cc341236ff318f1ecd916be131b9c507bd0df27 533 0.21/1.00 vMB 22
527,627 527,627 0000000000000000003856383459dca5d12761308b44c972591defc05ab2e04f 1,960 0.70/1.00 vMB 24
527,626 527,626 00000000000000000003c3ef1261ad9b13288ca2daed8acb96f70febbc6e9bbf 102 0.03/1.00 vMB 22
527,625 527,625 000000000000000000382ee01405661a1138c6196248c10a63697b8da2eaa137 1,557 0.61/1.00 vMB 25
527,624 527,624 00000000000000000023974664587db347581ab9413aac3966082dca0f32cebe 426 0.12/1.00 vMB 25
527,623 527,623 00000000000000000023db799015fde8ed3f88eba218f030468b821951f98060 1,731 0.65/1.00 vMB 22
527,622 527,622 000000000000000000133f9198c75ed6c9120719895fc7e29aee874353ff6e23 651 0.22/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.