Loading Tool

Explorer IconExplorer

Memory Pool

51,690 transactions
29.32 vMB
0.08128488 BTC
Random Selection Loading Transactions
Max Size: 158.61/200 MB

Candidate Block

Mining Attempt dfa4c8c622c0c2a2dca1b113df1d8e5f77f9e34cf030e11856eec06a8f87b4ab
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 0af1270f76d39de3681d0acfb2ecdf1f51cc6cc71a46a5940316b287acc089ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,188
Size: 1.00 vMB
Total Fees: 0.02506853 BTC
Feerates: 173.90 > 2.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (113,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,782 801,782 0000000000000000000032c56246ae497cbf9c47d27c62598f3392d7e1487e2b 1,849 1.00/1.00 vMB 15
801,781 801,781 00000000000000000005490a41cf843ee5bf86dc7fda0e4996cc71a667251ef2 2,127 1.00/1.00 vMB 20
801,780 801,780 0000000000000000000211189935d4eee505548c0d9432f588f01ad74c4f42f9 2,879 1.00/1.00 vMB 11
801,779 801,779 00000000000000000003de8b6889b968ddd3b127947cb5c1502a785bb028ccdd 4,850 1.00/1.00 vMB 8
801,778 801,778 00000000000000000004edec36f495ffc2105f79525303c53efe5a68c8c2d891 4,397 1.00/1.00 vMB 6
801,777 801,777 00000000000000000000a77f58f4a4d45e93354a468960761ab9b31dacf182ca 4,702 1.00/1.00 vMB 5
801,776 801,776 00000000000000000000d02f3ab8a2b98695fbfaddd113e5842d1ddcc14530b8 5,051 1.00/1.00 vMB 7
801,775 801,775 000000000000000000001e9d312e9a64c67ac0115b0d8221961d3a2d571d09b5 5,734 1.00/1.00 vMB 8
801,774 801,774 00000000000000000002b81385014b2da962abecda5a7f1f8227c17070321b80 4,036 1.00/1.00 vMB 7
801,773 801,773 0000000000000000000504529bfe831bb55cd178e579799ccf6f26399b99c06a 4,383 1.00/1.00 vMB 7
801,772 801,772 00000000000000000003e40283954311ff4159fef8e54d99b89e6c9a51bd26b3 4,882 1.00/1.00 vMB 9
801,771 801,771 0000000000000000000489b3026b4d9ece5a1565ed725e097336fb5314568db4 792 1.00/1.00 vMB 14
801,770 801,770 0000000000000000000441f3bb13904954b4452b4389898d7feda1c1b2b2abfa 4,059 1.00/1.00 vMB 10
801,769 801,769 00000000000000000001785f9947f3393b10d5d0c4bc7b8deb4f572bdfefd062 3,371 1.00/1.00 vMB 18
801,768 801,768 000000000000000000052e8707ae485866223e788a3cf68287ef0530226e33f7 3,157 1.00/1.00 vMB 11
801,767 801,767 0000000000000000000248ed22fcf0624fd2eeceffb268418600f117522b1b95 3,760 1.00/1.00 vMB 26
801,766 801,766 0000000000000000000209b4eb58d2fac673a964a878621316e70b9200e1e84e 6,029 1.00/1.00 vMB 7
801,765 801,765 0000000000000000000445c7439c53f4e5b963c3bf6ea9590a1ef7cc7600b36e 4,273 1.00/1.00 vMB 9
801,764 801,764 000000000000000000001965c6e48eec2b02ddf0fc9e57d3b85e3650d90fe678 2,507 1.00/1.00 vMB 11
801,763 801,763 00000000000000000005247c7393d4e72a92f9c1af36b9be94369a0bd210dfbd 3,448 1.00/1.00 vMB 22
801,762 801,762 0000000000000000000347f378a1b1a676e124bb235bc50f5b767a3760ad967d 3,334 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.