Loading Tool

Explorer IconExplorer

Memory Pool

80,234 transactions
31.45 vMB
0.07835259 BTC
Random Selection Loading Transactions
Max Size: 189.50/200 MB

Candidate Block

Mining Attempt 6d812d522de4d2c5f6d0aef277c97bfbdb14cd25edce6b9b18677a01a02f1d5a
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root 9b013ccafd3e3969530279d47940ea3bea773a3e8a27702cc4a0fc011a81b73c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,257
Size: 1.00 vMB
Total Fees: 0.00998527 BTC
Feerates: 100.54 > 1.00 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (319,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,463 595,463 0000000000000000000422081aca996bbdd7eeea99fe7f30d8efd752f4457cea 1,447 1.00/1.00 vMB 14
595,462 595,462 000000000000000000030284148fb74dc8068abbc51c815200fc347e08df2424 3,083 1.00/1.00 vMB 33
595,461 595,461 000000000000000000104f4a275e2c4d9d44148696a521b881f230f4a6f35689 2,942 1.00/1.00 vMB 30
595,460 595,460 000000000000000000173be4b84e33bb2666e744cbb6c41a7bd3faa518a067ae 2,674 1.00/1.00 vMB 17
595,459 595,459 000000000000000000134a3f59032ca2e40762dc4ea84dc4ce56c8da9d9e65f6 1,778 1.00/1.00 vMB 13
595,458 595,458 00000000000000000009fb4e43eb0ce7762da90bcb3b0bbeb9cc54fb5782639a 2,953 1.00/1.00 vMB 27
595,457 595,457 000000000000000000022553d1e8a6b74f137f361be036fd26b4a2e6f5feb38b 2,540 1.00/1.00 vMB 32
595,456 595,456 000000000000000000046a255a5fb30df3185cd4e257b0cfca7f7a7096a388e7 3,276 1.00/1.00 vMB 40
595,455 595,455 0000000000000000000da2666a6102e7b5057a06fbbae3409987287c5fdfdd90 2,747 1.00/1.00 vMB 22
595,454 595,454 00000000000000000011e35b5ac75cbdecc07840bc4220cdf4b7c2a319e0938a 3,011 1.00/1.00 vMB 32
595,453 595,453 0000000000000000000812600675e33e0eb44651af17a98799de9af059d68446 2,312 1.00/1.00 vMB 29
595,452 595,452 0000000000000000000a29c2709d874e2408aaf90e6b9ff2bfa9400cb3c285c1 2,679 1.00/1.00 vMB 44
595,451 595,451 0000000000000000000bbd092c8f5839db97dbcc388a5060feef5064dae11d99 1,991 1.00/1.00 vMB 25
595,450 595,450 00000000000000000003eef4da29a861f324c566f273f61db13c1d92a69b8c92 2,643 1.00/1.00 vMB 20
595,449 595,449 0000000000000000001504b4bf66ea4686546042bc91eda2e958f87c96f1431f 2,765 1.00/1.00 vMB 31
595,448 595,448 000000000000000000067bf785f8cf38481cf7e776a4b29a5b1653141538aae2 2,178 1.00/1.00 vMB 22
595,447 595,447 00000000000000000009136e9596d4d990b6ba7f3a836c849447c31045af25f9 1,794 1.00/1.00 vMB 26
595,446 595,446 0000000000000000000a37e96be857dee4a924b12761b15678800c3d9576cd97 1,514 1.00/1.00 vMB 52
595,445 595,445 000000000000000000079c43fb770154f8d5783a78017532491a6787d6282a24 1,006 1.00/1.00 vMB 80
595,444 595,444 00000000000000000011b7f7b5fee5ffaae6e651cf323c4e155fd981ded4a179 2,804 0.99/1.00 vMB 39
595,443 595,443 000000000000000000045783b25f193b344404871b85348b188b2e735f3b539f 2,771 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 697.39 GB
    • Received: 16.58 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.