Loading Tool

Explorer IconExplorer

Memory Pool

80,336 transactions
32.65 vMB
0.09832049 BTC
Random Selection Loading Transactions
Max Size: 190.70/200 MB

Candidate Block

Mining Attempt 0d9d29145d92609f34ba0442717eea328b9382d5f241c9cc11f9e41f5aa1271f
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 01c450f12c624a97f52982c7de92e3200834284ec60feab6d7effd2f9972945a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.03294573 BTC
Feerates: 151.03 > 3.30 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (197,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,760 717,760 0000000000000000000132694f2cef47b5324c56e6fe9e7d4eed4c32b0b0d568 2,577 1.00/1.00 vMB 9
717,759 717,759 0000000000000000000b285da17146bf9cca5d1ea97f8b485b8e5d04180528ae 2,779 1.00/1.00 vMB 20
717,758 717,758 00000000000000000003fa6d4ca08f0b3ebd3e447b337112d820105fc85bd74a 552 1.00/1.00 vMB 7
717,757 717,757 0000000000000000000ae927d6f1ae3a23590e445f6cfeff70b9825f8c1356db 1,989 1.00/1.00 vMB 12
717,756 717,756 00000000000000000004e50723a8b8c1e9225bdcba027e102c552d515c73d8e9 1,405 1.00/1.00 vMB 7
717,755 717,755 000000000000000000053b80c616c0e3ba1e88fd64c03a989e29337fe21a992a 3,212 1.00/1.00 vMB 9
717,754 717,754 00000000000000000005f772a7e312c3ca78140255ed2a03d20e127ba209e35f 2,693 1.00/1.00 vMB 21
717,753 717,753 0000000000000000000529dd796a1e4af5ef80089ea3fcce53795bfae24762fa 2,418 1.00/1.00 vMB 10
717,752 717,752 00000000000000000002cbff8652d13d4ba6a8939e324075fc5b30ead1a815fe 3,102 1.00/1.00 vMB 10
717,751 717,751 0000000000000000000a3fecc2bccd06502af90043a4155848f5a3d609a532e4 2,924 1.00/1.00 vMB 21
717,750 717,750 00000000000000000001dd308b72a8f6d68adc8eb012a26c8585c6e3b9794bff 3,211 1.00/1.00 vMB 7
717,749 717,749 0000000000000000000266c20550e22320b6e581fbbedcc69dd16bb742c51c6f 2,730 1.00/1.00 vMB 9
717,748 717,748 000000000000000000009e17808c393443220a7f18e428e0bf12ecdbfe251e38 3,104 1.00/1.00 vMB 12
717,747 717,747 0000000000000000000b67d5e91374323471d35d4112250f0b19b95f6667c660 3,075 1.00/1.00 vMB 34
717,746 717,746 000000000000000000007250bbb9b2598d9e73bc0cab00b87605496dae1b35d2 274 0.08/1.00 vMB 11
717,745 717,745 0000000000000000000a9c960226dcb580dc9ec9a2915b1975e6c2903208a57d 2,852 0.97/1.00 vMB 11
717,744 717,744 00000000000000000001753092c1267f0f9d0883818cc97ed11df9ba252d1bb8 1,031 0.41/1.00 vMB 7
717,743 717,743 000000000000000000062f0100c1aec508db1c2d034277c9a840495617615ce1 2,702 1.00/1.00 vMB 11
717,742 717,742 0000000000000000000235a04e22d58614b15fd7ec54a044d409341ff5cc46d9 2,369 1.00/1.00 vMB 4
717,741 717,741 0000000000000000000a261d01f37f9b2c33ba6e426d120640780f5a3cd5f807 2,303 1.00/1.00 vMB 14
717,740 717,740 00000000000000000001950233c01dafb139e49bc629d29bbae6b6224d7fe5c0 2,008 0.98/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.29 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: 657.11 GB
    • Received: 14.49 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.