Loading Tool

Explorer IconExplorer

Memory Pool

82,429 transactions
26.53 vMB
0.08933711 BTC
Random Selection Loading Transactions
Max Size: 166.90/200 MB

Candidate Block

Mining Attempt fb3f16aae5728b4c85f05ad218959f475ddc6cc5c976051acf0bf9d90c335a25
Version 20000000
Previous Block 000000000000000000018fab786bfab2b239003d0042e6c00ad6e63c89572539
Merkle Root c956202bb244655b1348da5b21ca767d350ccc8ce37f873abd681b06e286fa32
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,019
Size: 1.00 vMB
Total Fees: 0.02791767 BTC
Feerates: 84.27 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,951 (194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,757 915,757 000000000000000000010c5b5749d830d9d14185aaaa8284ed03ce95de43efbd 3,841 1.00/1.00 vMB 0
915,756 915,756 00000000000000000000247c7eebe42dc5c78649f1556b830c87a1d1fbf1ad70 1,677 1.00/1.00 vMB 1
915,755 915,755 00000000000000000000361954497a67a37b97fca9da5f638bffe1c101a84b9e 3,858 1.00/1.00 vMB 3
915,754 915,754 0000000000000000000063aee706fbf34de5fb84189e02aa664dbd9ee8d222bc 3,622 1.00/1.00 vMB 5
915,753 915,753 000000000000000000011aaa8e85e4831815b6f18340ef2d56ea3884a6301b30 2,271 1.00/1.00 vMB 2
915,752 915,752 0000000000000000000121e9496b67fd2dc8e9de934b99f0fb0caaf6cc2752b1 2,168 1.00/1.00 vMB 1
915,751 915,751 00000000000000000001dce2bd57b1097285a5090a51e7c94ebeb57d8c51e2e6 2,236 1.00/1.00 vMB 2
915,750 915,750 0000000000000000000191bae13e235e203e46eeda20438da86830bff6f3b4ad 4,424 1.00/1.00 vMB 3
915,749 915,749 000000000000000000002329d6ceff1da8bb4c90e8999c15f6186b02fbbc782d 4,058 1.00/1.00 vMB 6
915,748 915,748 00000000000000000001dc283a9b6d121c967e8a47e53b8914bfdc3e91781dd9 4,099 1.00/1.00 vMB 4
915,747 915,747 00000000000000000000e9c18216a09b40d8d3b31f1de704be773267d384c3ae 3,788 1.00/1.00 vMB 3
915,746 915,746 0000000000000000000127a7eeca2354b6fe4c58e6ad0a1ae6204e4fde5a4e90 3,053 0.87/1.00 vMB 2
915,745 915,745 00000000000000000001a5ec907a29b59114e6136e120c5e59945429f2c78dc2 3,391 0.99/1.00 vMB 2
915,744 915,744 000000000000000000006dfee5b8aef75f800fd0b42f69afcae39bce1c1d34bc 1,651 1.00/1.00 vMB 0
915,743 915,743 000000000000000000004e7ba6ea2054d0956cbb2eb0d25cbd57d78d641b6340 626 0.33/1.00 vMB 2
915,742 915,742 000000000000000000004d545cab2f487f90866334052aa4912249e5228e7f90 1,900 1.00/1.00 vMB 1
915,741 915,741 00000000000000000001a5556f4c7ee759aa3544954799a035812432a5f19cd9 4,465 1.00/1.00 vMB 1
915,740 915,740 00000000000000000000baa9cf8c652cb8e6f27275cdcb6057afa10c878b9b11 5,341 1.00/1.00 vMB 0
915,739 915,739 0000000000000000000110de773081faf525810fe2c7400f57f7fd058a834f3a 2,614 0.68/1.00 vMB 2
915,738 915,738 00000000000000000000059ec86cae8c95cec1dbe98d814a7f0f20a372ccf607 6,225 1.00/1.00 vMB 1
915,737 915,737 000000000000000000002115e61bc58bb9d2fa9e5ebbc3642a8ed82b9d63ef46 5,059 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 784.03 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: 801.03 GB
    • Received: 22.83 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.