Loading Tool

Explorer IconExplorer

Memory Pool

50,259 transactions
28.84 vMB
0.07387370 BTC
Random Selection Loading Transactions
Max Size: 154.10/200 MB

Candidate Block

Mining Attempt 98845b7bcc596afc0d486fb630a08a0a270a4d38cd493d15c238850e0d46ed5c
Version 20000000
Previous Block 000000000000000000016a897dabefb20f390f982f4e0ac2335db067031c25f6
Merkle Root 623b3f82c4ff5276f9935e6abe1e674db427d2d4f07dcd8fe1c6fb5b11a0f0e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,727
Size: 1.00 vMB
Total Fees: 0.01079718 BTC
Feerates: 13.27 > 1.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,716 (332,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,761 581,761 00000000000000000016f396e33872d814fedde7449263e72bcaa02d5ce1b2f3 2,802 1.00/1.00 vMB 65
581,760 581,760 00000000000000000003a934e0709606e3fc62f2cdfa93738fea76a03f68aa7e 3,421 1.00/1.00 vMB 61
581,759 581,759 00000000000000000006732205b7db759bcdec2fd76871170d5e18250daf6846 1,789 1.00/1.00 vMB 84
581,758 581,758 000000000000000000120513e6083596de22ed5894cddd8d5732307ac55d36be 1,549 1.00/1.00 vMB 67
581,757 581,757 0000000000000000000b08227cc4e11147eb63e74ea26a2d5228404962daacf6 3,041 1.00/1.00 vMB 106
581,756 581,756 0000000000000000000b7d694c4e2c0ab35d25a52e6e75af79698928054f3e9d 3,045 1.00/1.00 vMB 100
581,755 581,755 00000000000000000000725a54e73aecc01f535f2d3c11d4703f804db7aa6a27 3,103 1.00/1.00 vMB 116
581,754 581,754 00000000000000000016abd9f68e38c4fa770a9c38ba8bb94b096d962b640bdb 2,480 1.00/1.00 vMB 84
581,753 581,753 000000000000000000037bbfd574a5c8f61f0523f9aae88c1e0dad317cb52068 2,926 1.00/1.00 vMB 116
581,752 581,752 0000000000000000001e920ecdc4c42ef579aeaef37fc8e84cd759c6b1f9036a 1,693 1.00/1.00 vMB 81
581,751 581,751 0000000000000000001b941432433916d75ce082c93488c6567991a3c5160a12 1,499 1.00/1.00 vMB 71
581,750 581,750 0000000000000000000cd9a31ca95ba15ce16144ca82b2a1cdf395de4b2aed19 2,473 1.00/1.00 vMB 70
581,749 581,749 0000000000000000000e40a55f56b7ff718759b1b17f897005cf902ac7474692 2,301 1.00/1.00 vMB 109
581,748 581,748 00000000000000000003b3045d166ab4a5394bb12292249213a5e5a6face89f8 2,631 1.00/1.00 vMB 95
581,747 581,747 000000000000000000027960460b97d966eaf1daa6728ab056fff96513f192c0 2,142 1.00/1.00 vMB 110
581,746 581,746 00000000000000000004e4cf6cdea80a3493f9a261af67c6e03471ce89770925 2,592 1.00/1.00 vMB 88
581,745 581,745 0000000000000000000543d65cf18b6432003201f37c9ebbf30814af369504b5 2,842 1.00/1.00 vMB 118
581,744 581,744 0000000000000000000c4ea4814864db7792cd42cf18e7e1d4050edab6e8a7e1 2,282 1.00/1.00 vMB 92
581,743 581,743 000000000000000000083abb0de13a96568ce1fac1556183f07d967a1b82a963 2,952 1.00/1.00 vMB 115
581,742 581,742 00000000000000000022e977b0210f29a52535ac9c7240cd4758d8b2ae82f69a 2,958 1.00/1.00 vMB 102
581,741 581,741 00000000000000000014bc886244d0adacb49589452923309ace88f14f40dea5 2,849 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.