Loading Tool

Explorer IconExplorer

Memory Pool

74,397 transactions
27.58 vMB
0.07333168 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt bd91ba18b28ebb8ac0b020ba549c98209fbbc323fcce4a9b5ed791af1deaddba
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dbcd1bab92fce59a355a99ce9c27f5b54af5b978e6a4daff7a88b711680bf6d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,158
Size: 1.00 vMB
Total Fees: 0.01450545 BTC
Feerates: 101.19 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (448,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,754 466,754 000000000000000000b84e4c7012f2eb894f6bc08c929526cdbfbcd533a5b3e5 2,158 1.00/1.00 vMB 419
466,753 466,753 000000000000000001e5487fbece7511631bb5ff17b68b9fa7abf4d161ef69c2 2,269 1.00/1.00 vMB 372
466,752 466,752 0000000000000000007d79b3d0d4aa895af5b9277c18b39fbbe07adefa9f775a 1,453 1.00/1.00 vMB 376
466,751 466,751 000000000000000000e6cf1bd2a94737a3949815f7d0d4f48ff1b51fed130065 1,494 1.00/1.00 vMB 371
466,750 466,750 00000000000000000032e93bf99c2d1372bb381e63511d37ca9c88331cd8d975 2,280 1.00/1.00 vMB 372
466,749 466,749 000000000000000001c161764be34ba872bfe2e74c188d63aafcf44db4932f63 201 0.09/1.00 vMB 590
466,748 466,748 0000000000000000008a8bbe4528abfde65d984aac77a4c487a67ee63837f2a6 1,450 1.00/1.00 vMB 416
466,747 466,747 000000000000000000b71aa69efed1ec8d478ef46cc64c26df665c74489deeea 2,065 1.00/1.00 vMB 392
466,746 466,746 00000000000000000003aa9ff38c1643249dcd7018593e4b3f8a3c3b2be8cc11 1,736 1.00/1.00 vMB 322
466,745 466,745 00000000000000000086bc5adef2086f93c295f17fcd8850023e3d706588acd7 1,360 1.00/1.00 vMB 469
466,744 466,744 0000000000000000016e3fb3938477eeba362b6076bef49f5532df2047becb6d 2,107 1.00/1.00 vMB 410
466,743 466,743 000000000000000001f3242118cbffe622a9ca45960ece8457d5773e8896313e 1,721 1.00/1.00 vMB 407
466,742 466,742 00000000000000000140b84d7388214a13353be13fc8c5197650d7a2f359b5e0 1,528 1.00/1.00 vMB 518
466,741 466,741 000000000000000000e532afef4f5c2526e9a735bed692f3ca0a9bfcd1e1eee2 1,422 1.00/1.00 vMB 437
466,740 466,740 0000000000000000005ebf79b7c57a46ca9fcd894a16d82870670029be65b20f 2,491 1.00/1.00 vMB 326
466,739 466,739 0000000000000000003c3d253a61805f2395c317bc06381d43e0678b911a3ec0 1,678 1.00/1.00 vMB 410
466,738 466,738 00000000000000000006edd0ab426cb8db1712b84d8d807b0d28cd49cdd72f83 883 1.00/1.00 vMB 532
466,737 466,737 000000000000000000d1bec5d057f0822e81b07b076b7bd30d37cfd08b617d76 1,372 1.00/1.00 vMB 326
466,736 466,736 000000000000000001c11d6c552109cc7db97806b79bb767316576682f0e365d 1,565 1.00/1.00 vMB 486
466,735 466,735 00000000000000000191fb37afaa8fd9271ee2584c142b77d9cfe8c181552e81 2,526 1.00/1.00 vMB 321
466,734 466,734 00000000000000000186db61779faa01908aef16dd8d54fab02b9b46a1f075f4 1,724 1.00/1.00 vMB 457
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.