Loading Tool

Explorer IconExplorer

Memory Pool

39,570 transactions
26.79 vMB
0.08500188 BTC
Random Selection Loading Transactions
Max Size: 137.83/200 MB

Candidate Block

Mining Attempt aa0db4b41e87ee26fe15a386597e2d661ae83827b393dea1aa859f2dc51f8b3b
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 3136b8e79a1c5090177ff050c8b523d9dfa5f8905fc70c6caa28a7a85f8a953e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.03302696 BTC
Feerates: 197.12 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (194,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
720,670 720,670 00000000000000000001560b372ae487cac0d9839bd70c44a1a93c36b3afa7f6 1,751 0.97/1.00 vMB 2
720,669 720,669 000000000000000000055d6bfa7fe2ce482f251c6fc0787a74bb00fa833f0276 2,169 1.00/1.00 vMB 7
720,668 720,668 00000000000000000004d2d3b0159e300c805766febfa3243b39da6a6baa9c54 810 1.00/1.00 vMB 7
720,667 720,667 0000000000000000000062fb6040d297cd5a36ac434919abb30870984a67c3fc 1,206 1.00/1.00 vMB 8
720,666 720,666 00000000000000000009782cc7409f83bcf45067860d66eb23c4925d4345af5d 1,311 1.00/1.00 vMB 9
720,665 720,665 0000000000000000000063a299b85548949c69465132225e27bd9322c22a276a 3,062 1.00/1.00 vMB 11
720,664 720,664 00000000000000000002e2db5b4644b9818edb9be50ebdc9af1fa05892913d79 1,077 1.00/1.00 vMB 23
720,663 720,663 00000000000000000008872baf57d92712fec6daea321a30f80f8dc27ddfd9b1 2,646 1.00/1.00 vMB 15
720,662 720,662 00000000000000000001eb08b686bfe0bd19fd12f0315731daa81c593aa41920 753 0.30/1.00 vMB 11
720,661 720,661 00000000000000000004d1a0ab074f9ba87c5942cd1f59138867aa66c347fc28 1,145 0.44/1.00 vMB 9
720,660 720,660 000000000000000000016c0125fd734adadfa8facb35d6aa438010217ffed31e 94 0.22/1.00 vMB 1
720,659 720,659 00000000000000000001632d217e77bfcec06e19b75aad2655f4cbcd42f977b0 2,870 1.00/1.00 vMB 7
720,658 720,658 00000000000000000000d6fc8a7dc98a3990360e701425cc2fcae6ffa55b9cd8 2,070 1.00/1.00 vMB 8
720,657 720,657 00000000000000000000fee3912fb57c6f9804d354b15d83e35bf64f78c686e5 2,383 1.00/1.00 vMB 8
720,656 720,656 00000000000000000000cd434585c27f6a60afb1047973b39f3c15c2f1bba3fe 2,774 1.00/1.00 vMB 2
720,655 720,655 0000000000000000000557e491e022ecf764771b404f1b4d4d66d511bc5de97b 2,849 1.00/1.00 vMB 8
720,654 720,654 00000000000000000003b251682687e027aa32358374485c14ba14a2806c6f7f 1,603 1.00/1.00 vMB 5
720,653 720,653 0000000000000000000a3e3234c2d7059423a8b49aaa1382441d93630ea34ab5 3,681 1.00/1.00 vMB 9
720,652 720,652 00000000000000000003d1a1a4dff78f961d25610c3bd6b87fda00b7ee0a166c 2,918 1.00/1.00 vMB 11
720,651 720,651 0000000000000000000261018681ea80fcc0a338e1229d36fdcf12e3927b2cc2 3,081 1.00/1.00 vMB 17
720,650 720,650 00000000000000000002d8799d05b78ceebd2dd82e6c0e7ec026a9ef3f0622f5 2,988 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.81 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: 635.12 GB
    • Received: 12.29 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.