Loading Tool

Explorer IconExplorer

Memory Pool

84,900 transactions
31.85 vMB
0.16750793 BTC
Random Selection Loading Transactions
Max Size: 189.57/200 MB

Candidate Block

Mining Attempt 1e46acf2d651025289c4ddee8b4844d46b9ce4f03addf87235a5feab103d3e40
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 578b2403f68219c78f6ac4521d15a60629ed0fbeeb1b8cdb5bf20120e406f441
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,027
Size: 1.00 vMB
Total Fees: 0.05296769 BTC
Feerates: 402.75 > 5.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (435,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,783 479,783 0000000000000000013e9460d09ad3ac0628e02e2ec89194ed697d92802fe772 1,844 1.00/1.00 vMB 90
479,782 479,782 0000000000000000013dbb3e69c3a31c50234dd7191577305c1202f3605dac33 1,953 1.00/1.00 vMB 113
479,781 479,781 0000000000000000014421b91d6c46653f791f18dce913ad0c8bdc9038d577b8 2,026 1.00/1.00 vMB 141
479,780 479,780 0000000000000000010356dbdd57bfb0d7a6d19bcd6ce49ee5c06dcd533f52e9 1,977 1.00/1.00 vMB 122
479,779 479,779 000000000000000001179c51712d193dc9bb6f7034f2fa5049d7eb37470233f7 2,172 1.00/1.00 vMB 141
479,778 479,778 000000000000000000ad8c7614e9495a5539f6a1c083db0b56af5753c4608d6e 1,551 1.00/1.00 vMB 102
479,777 479,777 0000000000000000012b21f07bfecad3366efd45ba88272b01dccad99b67653e 1,064 1.00/1.00 vMB 81
479,776 479,776 000000000000000000f1f0d07dc453b28f65dea62d83354509c4a78c4e830237 453 1.00/1.00 vMB 27
479,775 479,775 000000000000000000286a4c0816842f8e5bb3c5cd372c913a9c9981fa128d58 1,230 1.00/1.00 vMB 22
479,774 479,774 0000000000000000010f53cdcb42a43b5d75da99ee85dac9772955852de12eae 1,331 0.75/1.00 vMB 80
479,773 479,773 000000000000000000d9965ddcbebeed0581b8b12b70240697a71e2b37c156a7 1,684 1.00/1.00 vMB 80
479,772 479,772 00000000000000000127e70b9d413644029b1ddf2e73cd7b0ef32ed93bf961bd 1 0.00/1.00 vMB 0
479,771 479,771 0000000000000000007253d1dcf7183763d69933eb827a01d3270f21ef31fc77 1,670 1.00/1.00 vMB 51
479,770 479,770 000000000000000000b0b58243d4f9e5f3195f6fed0ce6d7a8cd53399b2567ca 2,066 1.00/1.00 vMB 113
479,769 479,769 000000000000000000e1ba6840258bd15418396864060a3ddb67c14b8635120f 1,022 0.75/1.00 vMB 79
479,768 479,768 000000000000000000b8a9ca5d3511cb97a922cb0fb772cbac148d16a618eb93 1,384 1.00/1.00 vMB 52
479,767 479,767 0000000000000000011847363d0bb997aab27356d717fe82e4e4065b5060d9ae 1,719 1.00/1.00 vMB 71
479,766 479,766 0000000000000000000b90dcd5b80a0a2dd31b169e34afdf33dc15e8e260782c 1,895 1.00/1.00 vMB 72
479,765 479,765 000000000000000000517041064b6403432f09e19d177e27d7d8dd2ccbb326c7 2,421 1.00/1.00 vMB 71
479,764 479,764 000000000000000000a6bfd2f7d2fa6ed36aa7d424b073bddbc57ad719f97591 2,221 1.00/1.00 vMB 102
479,763 479,763 0000000000000000006ab7af4a81f2a5f6841918cf1dd493fe1534076c5f89ec 2,687 0.99/1.00 vMB 82
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.66 GB
    • Received: 16.30 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.