Loading Tool

Explorer IconExplorer

Memory Pool

73,505 transactions
28.30 vMB
0.07494367 BTC
Random Selection Loading Transactions
Max Size: 167.47/200 MB

Candidate Block

Mining Attempt f0a2cb4f5ca856a0e13d14719c7474747a56adde643360057584fe9dab97982b
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8aabe6c6e53f28269934eab8480871d62d58dbd9ab30e13d31b18943ffdde3fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,758
Size: 1.00 vMB
Total Fees: 0.01829777 BTC
Feerates: 150.86 > 1.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (206,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,756 708,756 0000000000000000000999a3d98c8ae067ad0917875656322f9c1298f5be0478 1,456 1.00/1.00 vMB 10
708,755 708,755 00000000000000000006ea8ac3273cdc7eefb7aa8d6eb7c0f4974aabe8587073 233 1.00/1.00 vMB 10
708,754 708,754 000000000000000000066687811c7ab7a02eb9a30df436e8f00764f43004aec8 810 1.00/1.00 vMB 8
708,753 708,753 0000000000000000000bb9455f4fdf7fff6850b92d43ffce8bad9d607bf812a1 1,923 1.00/1.00 vMB 14
708,752 708,752 00000000000000000009a287cf607a91f4536ca12fd7dd200dd99b81e8801763 349 0.16/1.00 vMB 8
708,751 708,751 00000000000000000004220d1034bdde372a3cce0bd194da5da6c1d6763f9157 1,002 0.45/1.00 vMB 10
708,750 708,750 0000000000000000000b02ab0ba5a66956f91a027c3048c15f248ddc3e03ccf7 1 0.00/1.00 vMB 0
708,749 708,749 000000000000000000024ac7f3422781fde4800d402f9bec8094ef27dfe6f5cc 1,619 0.65/1.00 vMB 10
708,748 708,748 00000000000000000009225d6b93903d94382e043ced5495801d37264c654199 1,801 0.80/1.00 vMB 8
708,747 708,747 0000000000000000000b48d001ce20b715c4ebda1f737bb5db1c2cbcd91d352f 849 0.69/1.00 vMB 5
708,746 708,746 00000000000000000003733918ca4fda5bdce095c539a8521c9ea583c7dfb625 725 1.00/1.00 vMB 5
708,745 708,745 0000000000000000000cc2bb6d56b802b91a23640a6094fac4bff0f51cd8d074 1,850 0.79/1.00 vMB 9
708,744 708,744 00000000000000000001c9c0fb0a8b7d9afaec3b22511d5445e6e87d20ccfb92 606 0.19/1.00 vMB 15
708,743 708,743 0000000000000000000a0b60df634f25bb52fec913de9eff8b5c12ab26386ab0 772 0.38/1.00 vMB 18
708,742 708,742 0000000000000000000cc8aeee5ffc8af5c3ce9dff639b3bd552229c9afcca38 850 0.45/1.00 vMB 7
708,741 708,741 00000000000000000006d68df73007c1d88e527eec7e235fdca84e0032267210 2,184 1.00/1.00 vMB 9
708,740 708,740 00000000000000000004fbceb6c48d4d3857c7bd0c3284ec9d2e9dc1d35205d6 107 0.03/1.00 vMB 17
708,739 708,739 00000000000000000006a3f4a66450c3c79e53cd4bc8cfac141f24c6bbca5a00 792 0.24/1.00 vMB 20
708,738 708,738 00000000000000000005f8f2b8d6ced51c8a270179c628f4293c7ea78d2de753 947 0.42/1.00 vMB 11
708,737 708,737 0000000000000000000a5a5276759c2907236091277a14ee819eab90c23337bf 1,728 1.00/1.00 vMB 9
708,736 708,736 0000000000000000000b8c28b6f545eccb4b733a86b2f7ab35bfe5e825b46f07 2,240 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.