Loading Tool

Explorer IconExplorer

Memory Pool

79,247 transactions
29.48 vMB
0.08281842 BTC
Random Selection Loading Transactions
Max Size: 178.24/200 MB

Candidate Block

Mining Attempt 6e88a3c0f4bfa3d9261ecb48a9389d2f141f44e678de6326298f386ecc730a12
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5f6f57982f614a7b02129167e373f901c90f831555825c9aea7d558fec87586a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,853
Size: 1.00 vMB
Total Fees: 0.02081634 BTC
Feerates: 100.11 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (369,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,684 545,684 0000000000000000001c84afe48acb4c8569b2ef896af08a3ec8c4bb171426c9 27 0.02/1.00 vMB 3
545,683 545,683 000000000000000000166ead29afd62ca2979089f4f06a604267b6a8cc45f5f1 1,631 1.00/1.00 vMB 4
545,682 545,682 0000000000000000001f35a5322221694b50f6fc6a3626bdc8f6a09c44f6d08b 3,028 1.00/1.00 vMB 9
545,681 545,681 0000000000000000000c7a35a44650c97b9034073483f81c646d3200a923700f 2,706 1.00/1.00 vMB 29
545,680 545,680 0000000000000000000a9f4cc091be07e429a8ef731da71157eb3263fe250d20 2,548 1.00/1.00 vMB 20
545,679 545,679 0000000000000000001e891e054026d66a26ff04a23cc0b9603c85099c0e48f7 1,179 0.62/1.00 vMB 13
545,678 545,678 0000000000000000001633bca9f6a4502d587c79c9d53cd3927ed52f6f1a2b4f 2,257 1.00/1.00 vMB 15
545,677 545,677 00000000000000000011805f68c521dbd5c19ab57df114a6a15b1fc99d2ca8e2 1,969 1.00/1.00 vMB 13
545,676 545,676 0000000000000000000d1681ab5126351e9a4593aea56cdf2b9f8f920cb1c835 321 0.15/1.00 vMB 12
545,675 545,675 00000000000000000014d7bf0649ba86418db64034a8fde74565643288cc6bf8 1,387 0.75/1.00 vMB 9
545,674 545,674 0000000000000000000ae8dcb1ecff2f0a3a4e8bb32e6f8a00e0fa7bc492433a 494 0.22/1.00 vMB 12
545,673 545,673 000000000000000000203146d088d40cd270dc7ef3c7ba87625277138843aebc 1,172 0.68/1.00 vMB 13
545,672 545,672 0000000000000000001ee67fedb9962a84ed68267d8b03dea285c11ba037a15b 887 0.55/1.00 vMB 8
545,671 545,671 0000000000000000000b718529693ee1549835035a36fa5a26ef5413e0ea1455 1,334 0.56/1.00 vMB 19
545,670 545,670 0000000000000000002007bd054aeea6225e7878a9ac97a1d149c794854392b0 1,488 1.00/1.00 vMB 7
545,669 545,669 00000000000000000024c5ff89f507bb41e0891f6bc7b63c7ad098ff85f9968a 2,747 1.00/1.00 vMB 15
545,668 545,668 0000000000000000001835d4f9f388ea58c2a714180e19bfffcd665801ebad10 1,534 1.00/1.00 vMB 8
545,667 545,667 0000000000000000001d6e6670ebf61925eed2a44424be8e9ee59a024ec28063 869 0.43/1.00 vMB 10
545,666 545,666 0000000000000000002151dbfcd0a83f44702b1d19f235da8097f51f0d720e6f 1,379 0.60/1.00 vMB 10
545,665 545,665 0000000000000000001901411563779a64e9cb7548f15ff9df844e76b2208f1c 2,194 0.95/1.00 vMB 16
545,664 545,664 0000000000000000000c39fc1e66ec731ba760b8377111793b547e24dd351179 1,480 0.62/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.