Loading Tool

Explorer IconExplorer

Memory Pool

80,755 transactions
34.74 vMB
0.18170425 BTC
Random Selection Loading Transactions
Max Size: 194.60/200 MB

Candidate Block

Mining Attempt 0a0a77f3ba43c0fde4ae6b080f0773881133e5738c57db50038b830f22924170
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 0719865ef2d9633e278ff4b1378b7d00a8846bce46757059027b68b44536441d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,125
Size: 1.00 vMB
Total Fees: 0.05069162 BTC
Feerates: 189.28 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (364,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,574 550,574 0000000000000000000985dc72c3970136e8081e41096f1201b8a9edf2c911ab 1,459 0.95/1.00 vMB 3
550,573 550,573 0000000000000000000d3a2b5a04fafbaeea44bf01b428febd2993ca090b6af7 2,714 1.00/1.00 vMB 22
550,572 550,572 0000000000000000001b64d8f30a755df7464f3cce9a86ac0f6a2c942d3b90b4 2,127 1.00/1.00 vMB 15
550,571 550,571 00000000000000000002626445e4985427f6ba33810ec4b91396ead7481d0184 2,150 1.00/1.00 vMB 13
550,570 550,570 00000000000000000004e52c68a40082357f0769c784c57352195e5b74fc208c 883 0.40/1.00 vMB 15
550,569 550,569 00000000000000000021eca174ff4d89f95a619ffe855677af22a679f972b00a 1,778 0.80/1.00 vMB 12
550,568 550,568 0000000000000000001620d6f9b6276fcc2ba3404ec7b367e1ea3423504546fa 1,552 1.00/1.00 vMB 7
550,567 550,567 0000000000000000000306b7a5e451efd5488731ee1aec341669afa5ff758a6d 2,619 1.00/1.00 vMB 10
550,566 550,566 000000000000000000116f6a0a52f666e8f1ec78eea1dc08bffc28365777c0a3 2,522 1.00/1.00 vMB 10
550,565 550,565 0000000000000000000a3f41fec8426323ed08fc8c699f01c92765c39a89dce5 2,802 1.00/1.00 vMB 24
550,564 550,564 00000000000000000028b7b24c927958410c3d7fffa65310767d6bd38095b2f1 2,787 1.00/1.00 vMB 44
550,563 550,563 00000000000000000022d3bea45be27a0ace0a5b06408d5cd6125eab3a828ec6 1,370 0.64/1.00 vMB 16
550,562 550,562 00000000000000000001f490f919fd154bd070fe94cac863adec71bd0acdfc16 1,064 0.56/1.00 vMB 12
550,561 550,561 0000000000000000001408aa51f797db7e13dae07c8a9170edcc180ff14a62b7 1,513 0.79/1.00 vMB 13
550,560 550,560 00000000000000000000ce0b3c5424fd3ee2a89209d5254ebe2ef4d5c3e2ebeb 2,098 1.00/1.00 vMB 9
550,559 550,559 000000000000000000041ecdee56ed3c55f4f5f9a242459f185ca7db981aa14c 2,155 1.00/1.00 vMB 23
550,558 550,558 0000000000000000001ce2f2639c34c10accdbc9d68556a12cb6343a14655feb 1,102 0.49/1.00 vMB 15
550,557 550,557 000000000000000000206dfb7681da56bbbeeae15df0b01d55a9ed36ba9390b5 608 0.64/1.00 vMB 2
550,556 550,556 000000000000000000199ee9ea2a3dfa4d5c2fa8bca7933cbc93a3d8c26327af 2,633 1.00/1.00 vMB 16
550,555 550,555 00000000000000000006d4d66eb6d73903ea99a3792ba54662cedd8cd767cca7 2,680 1.00/1.00 vMB 15
550,554 550,554 000000000000000000276c88c5e2fedfc3f9922d236840c758a88618f321daff 1,596 0.93/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.11 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: 734.20 GB
    • Received: 18.55 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.