Loading Tool

Explorer IconExplorer

Memory Pool

46,999 transactions
29.50 vMB
0.15181681 BTC
Random Selection Loading Transactions
Max Size: 156.22/200 MB

Candidate Block

Mining Attempt 335f5d22e4e2c52edc33c4caea298543c707d7eb9f4be60227cdf417fa53d7ae
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 0c60fad88422cb45a661dc9ad6e0aab732cd37caaa56ea70003eba41c87a543b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,685
Size: 1.00 vMB
Total Fees: 0.08525143 BTC
Feerates: 15,654.48 > 8.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (261,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,012 653,012 00000000000000000001fa66d35ba79424deefdb83d5a035b2f02dcb0a134cee 1,465 1.00/1.00 vMB 58
653,011 653,011 0000000000000000000d51b104ed3f669739b0a5166d27657a834135c9c64c7d 1,677 1.00/1.00 vMB 63
653,010 653,010 0000000000000000000126bf870f21b01089e95c726fa43b29a3e6b40c8bcbb5 1,338 1.00/1.00 vMB 65
653,009 653,009 0000000000000000000c576f2f4968b2645900ab7f3c848e97451654fa2f4f18 1,992 1.00/1.00 vMB 53
653,008 653,008 0000000000000000000563723f4ef06fbdddb7adcea310ca7049dbe9b68e5a48 2,518 1.00/1.00 vMB 73
653,007 653,007 000000000000000000068ddde66cb26132ad7c0f989324b5ebb28cf2641f837f 941 1.00/1.00 vMB 62
653,006 653,006 0000000000000000000632cc06d90d0aef6b90146cb902a14c29844e6f321de8 1,708 1.00/1.00 vMB 17
653,005 653,005 000000000000000000084ea75d91fb48cfbb68197b36b69b510ddde212ee5174 2,721 1.00/1.00 vMB 8
653,004 653,004 0000000000000000000716eeaf5825a63974665e2e6c326b6867d8b303a83d2d 2,499 1.00/1.00 vMB 55
653,003 653,003 0000000000000000000b027bd0f3e6cb1f5f18c7ec0a2ed298119e461e56f872 2,436 1.00/1.00 vMB 57
653,002 653,002 0000000000000000000bd82a04908a8cdd5cbb332bf352cb45f11ec2d49874e2 2,933 1.00/1.00 vMB 63
653,001 653,001 000000000000000000027ecf6f624feb62f3acef13b716756cf753ca7e52245f 1,407 1.00/1.00 vMB 19
653,000 653,000 000000000000000000076bafbf65e8effa77952273d5673d2df789b4fef4f9b4 2,264 1.00/1.00 vMB 10
652,999 652,999 0000000000000000000652ac6cbd56ef5f570c785b832030617baaa7d0c25b79 2,423 1.00/1.00 vMB 49
652,998 652,998 00000000000000000003208f5bc126ffdbf6cf1b67b1e7b193b8b52d6ce441ae 1,551 1.00/1.00 vMB 57
652,997 652,997 00000000000000000006b492c3c1bfbcb2ef7cbb478c0e1e448a624c3fe7602b 2,879 1.00/1.00 vMB 68
652,996 652,996 0000000000000000000d5b6c2199c3c627296374503ab9c5fede6383a74c8d4b 2,383 1.00/1.00 vMB 6
652,995 652,995 000000000000000000083944616df4e61877f35ccaa3d359ffd4152a757993c9 2,498 1.00/1.00 vMB 29
652,994 652,994 000000000000000000028b1fa5bb779b32f18c5f55667fa5f9d5e4cbda69400a 1,861 1.00/1.00 vMB 32
652,993 652,993 00000000000000000007f7413104ee0efbee97f6561b9ded7d8ceedded66cc2d 2,622 1.00/1.00 vMB 62
652,992 652,992 00000000000000000002273684b3cc07087e425f3df5804e58f6495dd5e10f59 2,674 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.04 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: 650.76 GB
    • Received: 13.32 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.