Loading Tool

Explorer IconExplorer

Memory Pool

79,062 transactions
29.29 vMB
0.09644578 BTC
Random Selection Loading Transactions
Max Size: 177.04/200 MB

Candidate Block

Mining Attempt d1f0dec28fc2848691be87676faa490d4e7fb7af27dc779863f987ee997fdad5
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root b15e653968bfb4f9539201e8c5805701c2dae0e38fc3f88fa238fae9e7f44515
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.03451406 BTC
Feerates: 150.62 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (518,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,773 396,773 0000000000000000031f2f316ab9e728e9b7c1f6fd3cc3ee722ef1fbdf973a2e 727 0.35/1.00 vMB 31
396,772 396,772 00000000000000000489868871f0fa30972a1c6d17e725124cfbfea9feed17a8 1,060 0.57/1.00 vMB 32
396,771 396,771 0000000000000000070b6028495f5a52f211b3f4cd7bf58a1989c4aaea12e521 1,548 0.84/1.00 vMB 36
396,770 396,770 000000000000000005aef0f8cd595cd1add1856eb7d1ae71374c93599fae5f1b 668 0.31/1.00 vMB 40
396,769 396,769 00000000000000000696251c66eb47f3a38e48a5142ab4a53dd659d1657ce1ae 851 0.59/1.00 vMB 31
396,768 396,768 000000000000000007ee0c7281dad134e68de6a0fe9de934d417511b2491f259 1,379 0.90/1.00 vMB 36
396,767 396,767 0000000000000000045891b6ea850f9645dab9ffd3b26472fecf31d6bd7a8ac4 427 0.65/1.00 vMB 12
396,766 396,766 0000000000000000078229f7bf66e7d61d02f7e2ea1a2e8629eb4a94c995d64a 1,397 0.72/1.00 vMB 32
396,765 396,765 000000000000000006615a2c35aa5b60847607b1cb98f9d6e4cac4521acee29b 993 0.93/1.00 vMB 19
396,764 396,764 00000000000000000289681ee35cadb6b0daf5797730cdbad5b7118705cf2781 1,052 1.00/1.00 vMB 18
396,763 396,763 000000000000000006ecbd726aca8156077ef2eab3f475dd3d63f293c1cbd5e7 1,397 0.75/1.00 vMB 29
396,762 396,762 00000000000000000046901916e8782d297665b7bb811bac13e5df1d2d0dc5aa 2,318 1.00/1.00 vMB 37
396,761 396,761 000000000000000007679c6930aad6d8d5837462329338cc271e6dd3247ccbb4 2,926 1.00/1.00 vMB 71
396,760 396,760 000000000000000004ad8850a161dc4734fb20c5396828e6d5446a8dbba502c7 2,030 0.95/1.00 vMB 40
396,759 396,759 000000000000000003afe8a0d821256cd3690fdaebf72ee994ad75c166548947 1,233 0.75/1.00 vMB 49
396,758 396,758 0000000000000000032035d3c31b3a4c3ddc0ca29bcc64498d31c28603aad142 2,677 0.95/1.00 vMB 56
396,757 396,757 000000000000000001e64f9026ea220b482adf4ab5f1a89b6b42e75e218f8ff3 550 0.27/1.00 vMB 34
396,756 396,756 000000000000000001d17e2367969b17b1926773d4dcb041d0c37bbb61692f57 1,235 0.64/1.00 vMB 47
396,755 396,755 0000000000000000087ac350bcd0a811a608ecd496087b9eb1f05d9e63987c30 1,493 0.82/1.00 vMB 39
396,754 396,754 0000000000000000038e1159d43b3001a687fe50e143b99a12052cf7ab802d62 1,215 0.62/1.00 vMB 41
396,753 396,753 000000000000000001975b39f2cbf2b376c42c08b17ed3deaf26536c3f1a2fe4 2,038 0.87/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.