Loading Tool

Explorer IconExplorer

Memory Pool

44,678 transactions
26.64 vMB
0.05961752 BTC
Random Selection Loading Transactions
Max Size: 140.97/200 MB

Candidate Block

Mining Attempt 5994aacd2cc09b4ec2f2448b51add9d5e2efef7269fb6e9fd1bad55e1bb5f8fc
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root f226b65885e58dc31eeceec41269a8b16a861c9d49e99845e84777ece35a473e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,284
Size: 1.00 vMB
Total Fees: 0.01046966 BTC
Feerates: 101.72 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (351,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,588 563,588 0000000000000000001c27e63cdd763130cdc73d79bb9a73d36534a5de81f268 2,629 1.00/1.00 vMB 8
563,587 563,587 00000000000000000017c81fe71ac171ccd9c02c60333ebe43f181669b3ef4c3 2,189 1.00/1.00 vMB 16
563,586 563,586 00000000000000000025270e0e0b3aa46828e19d1d5cd17907237bbc40174502 2,566 1.00/1.00 vMB 21
563,585 563,585 00000000000000000021fcbb8e8cb4b602c9045adfa244f16d9e2c43fdd72328 1,533 1.00/1.00 vMB 6
563,584 563,584 000000000000000000165fe323cdee3ef13f0619e46e5e71289255747174fe8d 2,924 1.00/1.00 vMB 15
563,583 563,583 000000000000000000139a9bab456c8c24509b5de1f40922d55cbfed91acc74c 2,788 1.00/1.00 vMB 25
563,582 563,582 00000000000000000010b1c0d140b4e630bcf5f22f2d7566d3b6aece4c2885b9 1,858 1.00/1.00 vMB 7
563,581 563,581 000000000000000000282da4ac50a998fc6279ccdf20d8332bace3cfc586f92a 2,456 1.00/1.00 vMB 22
563,580 563,580 000000000000000000100e007bf91235ad36da40f38e006738eef1b5296a4ab5 1,936 1.00/1.00 vMB 12
563,579 563,579 0000000000000000001ea3f955743a76c9b4f96fee928044e4720ebf070fc6a0 1,971 1.00/1.00 vMB 36
563,578 563,578 0000000000000000002b7aed0d49cf98ed45ff18233919a82885861083da776d 2,707 1.00/1.00 vMB 22
563,577 563,577 0000000000000000002d2074506af17c046962575a1f40465b23d2f6cc05305b 2,383 1.00/1.00 vMB 16
563,576 563,576 0000000000000000002d9ba9fbb18e1ed92b0734e1d41b6261e028592d6171cd 2,661 1.00/1.00 vMB 30
563,575 563,575 0000000000000000000fb266d9243f4534112d2015906438c5e8d8b16aa31242 2,793 1.00/1.00 vMB 37
563,574 563,574 000000000000000000054340ac9edd13f43a96b20e336a880872845831985b3c 2,508 1.00/1.00 vMB 18
563,573 563,573 000000000000000000012547a2d9525fb8e427f259f0f67f94d830485df83694 3,148 1.00/1.00 vMB 17
563,572 563,572 0000000000000000001206eadf06f604bf6c4d9b72ea45c16d41781a66021437 2,599 1.00/1.00 vMB 49
563,571 563,571 0000000000000000000d9aa776ee1f5b8734edd3294e107c8618fb14285af442 531 0.25/1.00 vMB 8
563,570 563,570 0000000000000000001cd4c39f9cfc720bd80fcb8ac2bf636f5913dd957a2bcd 2,690 1.00/1.00 vMB 15
563,569 563,569 00000000000000000014270550e18ca454d96cd0c5426d3fe3edd5d90f7e910d 1,390 0.47/1.00 vMB 12
563,568 563,568 0000000000000000002b3fc60b2739799dd8ff306f7b5237ed85250255f0c43a 60 0.03/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.00 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: 648.95 GB
    • Received: 13.11 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.