Loading Tool

Explorer IconExplorer

Memory Pool

81,227 transactions
30.19 vMB
0.13404055 BTC
Random Selection Loading Transactions
Max Size: 181.56/200 MB

Candidate Block

Mining Attempt 7734e2a6ea07525fd86b2703f1b8549007c6b0e00acfad181b8a67ead80460d0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root fb28aee0e185bf02bc1a9bb8c98b418af44b6615d3bda0ec67389e85eb12d62d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.05653964 BTC
Feerates: 242.90 > 5.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (141,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,758 773,758 000000000000000000074a2e266ef5f88655db13981d7270f2145e4373aa85d3 3,053 1.00/1.00 vMB 12
773,757 773,757 000000000000000000023361380aaf5a16d070444649b8356710a0425668b778 2,097 0.82/1.00 vMB 4
773,756 773,756 00000000000000000001addfd3a69c0c0a8eafdd6756fde8b49b94b0e60394b7 1,186 1.00/1.00 vMB 12
773,755 773,755 000000000000000000011607f6e2c55c670f191071e066cad0a8d3b3c691b3ca 3,660 1.00/1.00 vMB 21
773,754 773,754 000000000000000000007f33f79e458ecf42d42b02ec7c3eb748ce104e6fa893 721 0.18/1.00 vMB 12
773,753 773,753 000000000000000000059aee38e5355a94fd4c58dc983d6c672e9a724d800407 1,998 0.55/1.00 vMB 13
773,752 773,752 0000000000000000000027baa8625ab5878158271c789be12b53930b25e33eb0 608 0.26/1.00 vMB 8
773,751 773,751 000000000000000000044f0d84244b0fbb83e28979251cc02a5b9b99b1f4d8cf 2,768 0.97/1.00 vMB 10
773,750 773,750 00000000000000000004f456b7c37a04c420cf5122c388c4d029817c5c41ee07 604 0.19/1.00 vMB 13
773,749 773,749 000000000000000000026f8d448508489739455087365c3b5013f9372f264021 2,661 0.87/1.00 vMB 6
773,748 773,748 00000000000000000001392ad1ff552a8623afb8c49ff4f715b577deb1854f34 3,804 1.00/1.00 vMB 20
773,747 773,747 0000000000000000000609299b96574f828b479e9a0ff0cd3c7c65cb4c0d5bde 2,589 0.78/1.00 vMB 8
773,746 773,746 00000000000000000006738f41f4bd5905e18f7cd507d0a4198f3e249d83c19f 3,598 1.00/1.00 vMB 17
773,745 773,745 0000000000000000000392ffb25c285afc59dae6502513cc5e4f2c0b570cbba8 1,376 0.76/1.00 vMB 6
773,744 773,744 000000000000000000017647d64d56699ebc19543b57d46c212ba7f524a93f6d 3,287 1.00/1.00 vMB 12
773,743 773,743 00000000000000000005a1facdc10f9fba5464519a6f87bdc4deec3b653622a7 1,727 1.00/1.00 vMB 6
773,742 773,742 00000000000000000005b47170b9601f158889ddda5c5af7be179acd23b7b26c 3,139 1.00/1.00 vMB 3
773,741 773,741 00000000000000000006f5048808ead1c06093ee9db034ee480026ceaf6a5282 2,720 1.00/1.00 vMB 14
773,740 773,740 000000000000000000015ae14d3b57be372f13b5e1268d60f7e9c14bd09f6fbe 2,371 1.00/1.00 vMB 6
773,739 773,739 000000000000000000002dded4492c9450baa7777d1da8b9bd00eb5b859b4ab1 2,690 1.00/1.00 vMB 6
773,738 773,738 00000000000000000003c30a6bf6fd6b64eeec3125feb9c05712f5cdc4a7f918 618 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.67 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: 674.16 GB
    • Received: 16.43 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.