Loading Tool

Explorer IconExplorer

Memory Pool

80,468 transactions
30.15 vMB
0.09055876 BTC
Random Selection Loading Transactions
Max Size: 180.81/200 MB

Candidate Block

Mining Attempt 0a9e3221c9df1f44b9aa4ece329a4226c06d10377fba1266a53bc1baef9c9599
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1fc24ebd2273f4c413b63c0436df51ce0ba10fcc2d74f10119eac0673703db40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.02887592 BTC
Feerates: 301.07 > 2.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (74,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,127 840,127 0000000000000000000036ceee27a7519b20458b83227e078323319b4019e38f 4,618 1.00/1.00 vMB 395
840,126 840,126 000000000000000000021da7a3aad4ad543fe0925b47ce9505f9b468a94f8261 4,128 1.00/1.00 vMB 381
840,125 840,125 000000000000000000007e6f65e757c77f2af049f5cc248ca00689b7b85ddb44 5,561 1.00/1.00 vMB 670
840,124 840,124 00000000000000000000e49464d151ce109b3270b1ea9f9064b583efa95dd665 4,915 1.00/1.00 vMB 345
840,123 840,123 00000000000000000000eccf9311a5b735be3ca90b43747a04664c73727e4210 5,004 1.00/1.00 vMB 504
840,122 840,122 00000000000000000002738db2a8d2c5c41d824669b9f7452cab6001475a7609 5,500 1.00/1.00 vMB 1,061
840,121 840,121 000000000000000000032ca13e21f515eb47c4341c7a878486e7fa2b5ea4d560 5,899 1.00/1.00 vMB 1,099
840,120 840,120 00000000000000000000c7080b1bf4f707a1d667986d986f7edc483353c03f86 5,385 1.00/1.00 vMB 642
840,119 840,119 00000000000000000000808d2d313cc9061deec02f03d634ce600e84b02cc233 5,260 1.00/1.00 vMB 788
840,118 840,118 0000000000000000000278f949cc0eadfafa0512f209b6a7755bf3d0d6e9fdb4 3,125 1.00/1.00 vMB 197
840,117 840,117 000000000000000000001ef5d52f322aa23d5c908459a1342d036089029d6a09 4,375 1.00/1.00 vMB 284
840,116 840,116 00000000000000000002e5b0d37be57e8d320d96af10b84c9ccacd9132fc5966 5,438 1.00/1.00 vMB 320
840,115 840,115 0000000000000000000163763c32746d9ba52daeb75a1c811e57d51eeb70eaaa 3,699 1.00/1.00 vMB 237
840,114 840,114 000000000000000000030419e1e22f2cf71ed24444784a9290ac57a3a4e859cb 4,493 1.00/1.00 vMB 359
840,113 840,113 000000000000000000003dda4cb0e7c855a72d307a1333db72e9f151d4d8139b 2,499 1.00/1.00 vMB 222
840,112 840,112 00000000000000000002ff45f4af0a0f5bf5bc83de68c7ba6b3f2452ef83346b 4,521 1.00/1.00 vMB 466
840,111 840,111 00000000000000000000334330adad7a5fb1e0383620079a9fcb74b4c2cd9411 3,381 1.00/1.00 vMB 238
840,110 840,110 00000000000000000001e369cd7cd5c80aa3e061e8286aa2a87056c3a75318ae 4,117 1.00/1.00 vMB 389
840,109 840,109 00000000000000000001862aff023b6daae74d4f69e7a1f7319f19f301a31659 4,140 1.00/1.00 vMB 401
840,108 840,108 00000000000000000000de429121082e3a6d808a7399b6ed6595eac57635f551 4,315 1.00/1.00 vMB 662
840,107 840,107 000000000000000000012f9ad2537ecf24c9c7d3056ff02649d5689a0d462edf 4,576 1.00/1.00 vMB 772
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.