Loading Tool

Explorer IconExplorer

Memory Pool

86,329 transactions
33.20 vMB
0.14343443 BTC
Random Selection Loading Transactions
Max Size: 197.49/200 MB

Candidate Block

Mining Attempt 52247ca08e8c9b476fb154f2d4be1bc7493f15ff44b1a9aa6d3c9ac0fde14268
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root fca28d0ec6f422e6f5848c004cb1ebe80a28b59f523ef42d00abf850ff2dc550
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.06485715 BTC
Feerates: 387.56 > 6.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (73,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,782 841,782 00000000000000000002accf2861dd50d221d64ba515e29845ce5293776bbe0a 5,343 1.00/1.00 vMB 21
841,781 841,781 00000000000000000000f183f2c96b68d1f7cd10b167660a83cb78c754a65ea6 5,102 1.00/1.00 vMB 18
841,780 841,780 00000000000000000000c37f62141477703f378eb5cab84da7d790491b9ca0fe 3,661 1.00/1.00 vMB 30
841,779 841,779 0000000000000000000175774f47e834c15d5d7c10eb093a4b92ad7503612955 6,051 1.00/1.00 vMB 21
841,778 841,778 0000000000000000000079495db7e2b7c3bddd1beb9b2e4e70b16991c24863f3 4,220 1.00/1.00 vMB 23
841,777 841,777 0000000000000000000129131b65d9a3c6b7af1f47f83074ea879c4c531787ce 4,341 1.00/1.00 vMB 15
841,776 841,776 00000000000000000000a174eebf5b9df9b9ebf062cc3c503a2024e7d9a618b6 4,915 1.00/1.00 vMB 15
841,775 841,775 00000000000000000002639cc859cf01486b6eb732f72204993e56cff78ce7b5 4,947 1.00/1.00 vMB 20
841,774 841,774 00000000000000000000b18d8b9e899ec37c07838fcd05bb102e8c64a13a7033 6,685 1.00/1.00 vMB 16
841,773 841,773 0000000000000000000013e54d657504fb9a5640ec5c04d388313f0b6b15614c 2,702 1.00/1.00 vMB 17
841,772 841,772 00000000000000000000d0f43abc93a2b94165b2b807e8df9606e897f424ed43 4,567 1.00/1.00 vMB 16
841,771 841,771 000000000000000000019b664a54f77632ab0c2d033587336879771f4262d1d2 6,460 1.00/1.00 vMB 17
841,770 841,770 00000000000000000001ac358a5f02db047627db4fb8e8fc39de280a6eeab6d8 4,358 1.00/1.00 vMB 19
841,769 841,769 0000000000000000000287abd6b2ddc1db65b924a90dcc83e69fc5a208b7c3f8 2,780 1.00/1.00 vMB 21
841,768 841,768 000000000000000000023e3f5e3beee3526811307ea4d8dadce914be7650195e 3,318 1.00/1.00 vMB 31
841,767 841,767 00000000000000000000f57263dea7496c89f3ea46263a5549097563f39d7bce 5,440 1.00/1.00 vMB 18
841,766 841,766 00000000000000000002a6de3201d43f7b7e20a253c8c5c619e02deff977c2b6 5,074 1.00/1.00 vMB 17
841,765 841,765 000000000000000000018b42375551cf5bab014c36be61292fe5eeedc3ba4dbd 5,426 1.00/1.00 vMB 16
841,764 841,764 000000000000000000015ebdd2ac62df9dc27c38c18537b6f71129da51578b06 4,142 1.00/1.00 vMB 26
841,763 841,763 000000000000000000001388e75c9e373cc728a93ac9f6a234f32771b1f992c5 5,072 1.00/1.00 vMB 19
841,762 841,762 000000000000000000015959bdedab00f2216ecc61ae54259a2ddf23ea0da0a0 3,543 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.31 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: 659.41 GB
    • Received: 14.60 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.