Loading Tool

Explorer IconExplorer

Memory Pool

80,776 transactions
30.57 vMB
0.08434014 BTC
Random Selection Loading Transactions
Max Size: 186.48/200 MB

Candidate Block

Mining Attempt 4200cfae9fb08b648d1f0ca71836bbeb046180c891b99fbf13e8bbf713111d25
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root ec3c9704fa828ffe36d47fe1dd29a719289caf718a23716942e93ceadba18dd4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,025
Size: 1.00 vMB
Total Fees: 0.01520607 BTC
Feerates: 301.57 > 1.52 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (442,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,689 472,689 0000000000000000007196127aa9ae5a3f65b9bdf5b03ef0fcc2d90d8b323541 691 1.00/1.00 vMB 91
472,688 472,688 0000000000000000011b4388c963e00878d3a213f82614ce47ce91ba188bc1bb 1,518 1.00/1.00 vMB 173
472,687 472,687 0000000000000000014d7372095a88d6cfaef5c61d9dbce8e89262cda8daa9b5 1,636 1.00/1.00 vMB 55
472,686 472,686 00000000000000000056720a8ed842f188508139286123c7001b38abb31ed6df 2,264 1.00/1.00 vMB 248
472,685 472,685 000000000000000000b6bd19b5ac329ecff8c20a77dbece7ad20a4f4319f5ca8 1,839 1.00/1.00 vMB 234
472,684 472,684 0000000000000000018922b354c545da2ed2e8dcd0b806986a53d41be76fe6e9 1,824 1.00/1.00 vMB 189
472,683 472,683 000000000000000000767b261f7bcf8728a2c00ea6a89a1e1891df5d7ec214c2 1,707 1.00/1.00 vMB 119
472,682 472,682 000000000000000000b3ca83f007088fdf3f0aae7e3f75b77abde8666fa8d2bb 2,362 1.00/1.00 vMB 332
472,681 472,681 0000000000000000008fc8e54677e294bd3c6763d03cac28e37f19679ab951b2 1,791 1.00/1.00 vMB 278
472,680 472,680 0000000000000000008f6debb9c06bcb4c6c98ecd026e0a764a795dd8d05f59b 2,166 1.00/1.00 vMB 337
472,679 472,679 0000000000000000010838ea2a43c47adf2089938ad7c1d5425aaa6f3d0faa5e 2,062 1.00/1.00 vMB 365
472,678 472,678 00000000000000000008abc86fa8b6edee00ad26f43e47d9bde22c467b9a576f 1,351 1.00/1.00 vMB 116
472,677 472,677 0000000000000000004094e7976dfb8fa95b5b81cac18c971af6449f9cd18162 776 1.00/1.00 vMB 90
472,676 472,676 000000000000000000449c6c30c6471f97615395abf911420d962f6de6cb1a8b 980 1.00/1.00 vMB 157
472,675 472,675 000000000000000000ec033915d6765887b8c0917d1a2b582ca8a66e452d5cb7 796 1.00/1.00 vMB 119
472,674 472,674 0000000000000000008d89bf09e2c226d82cc76d0e2558282fa749371c98a0d0 1,806 0.99/1.00 vMB 292
472,673 472,673 000000000000000001602a0f954abc2f49a83e8694d60dcf278472485b43befc 1,828 1.00/1.00 vMB 359
472,672 472,672 00000000000000000180209a9abf4d987c88a7620f4567a197f107cbf294e5c6 1,045 0.99/1.00 vMB 111
472,671 472,671 000000000000000000925475dadfd79722827f99c410f678ed44d7338f262cb3 1,146 1.00/1.00 vMB 25
472,670 472,670 0000000000000000007f0b26fe8f0aa0f5c5d575710781561c8afbef9aa55862 2,310 1.00/1.00 vMB 75
472,669 472,669 00000000000000000030374aea05dd03908c5ed0cd64a97f1b4b1f9c3133b674 1,919 1.00/1.00 vMB 232
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.78 GB
    • Received: 18.25 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.