Loading Tool

Explorer IconExplorer

Memory Pool

73,829 transactions
27.31 vMB
0.06535748 BTC
Random Selection Loading Transactions
Max Size: 166.78/200 MB

Candidate Block

Mining Attempt ba6e73741dd78a5cee06d3500becee7036fa6b50c3d015bf2552cecaaa37456b
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 025c8a9d72c7922590967bf419491eaaeca8b782c0184974d8ac6afa6e9fda1b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,461
Size: 1.00 vMB
Total Fees: 0.00705576 BTC
Feerates: 96.15 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (548,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
366,319 366,319 00000000000000000402fe6fb9ad613c93e12bddfc6ec02a2bd92f002050594d 918 0.45/1.00 vMB 34
366,318 366,318 000000000000000004ccbbce3e93dfe8ea2685e7325b9e115e370cf457fbcb61 1 0.00/1.00 vMB 0
366,317 366,317 0000000000000000108b2a6c5334d1982a98e7ca3ee87fde7ce86e2bd2f94113 580 0.29/1.00 vMB 31
366,316 366,316 00000000000000000d6fa6c419d8652f9b08389652a648089bd8b551dfb1271b 599 0.34/1.00 vMB 36
366,315 366,315 0000000000000000124b9a7fabc380113c89f9437ba21a14630e3020ae7ff9a2 239 0.15/1.00 vMB 24
366,314 366,314 0000000000000000036dc7ada14726a53cd11b313c0851fdaca2d4e678839476 1,139 0.61/1.00 vMB 37
366,313 366,313 00000000000000000b0d587b7301abf78c16a61065894e974a846c8a5d08a87f 1 0.00/1.00 vMB 0
366,312 366,312 0000000000000000055d6b36be68c3b15db04c631cbff6c940b02185984914c2 1,420 0.92/1.00 vMB 31
366,311 366,311 00000000000000000f2d313f275407e0db58e8d3a9bceac12233ee61379bcb9a 1 0.00/1.00 vMB 0
366,310 366,310 000000000000000004419f3e9c43965cff2ad50f0b67357709ececa675a2cfa5 1,284 0.95/1.00 vMB 22
366,309 366,309 0000000000000000083fb1d19f7b2feb889a49f0dc25a5c60e5783f3cd4a734d 2,019 0.75/1.00 vMB 65
366,308 366,308 0000000000000000114ab62a35688c7e09b65b2392007ab37fda632ba5d75870 1,607 0.68/1.00 vMB 50
366,307 366,307 00000000000000000d9f081e4ad20a6fcb957031f121ac7e1989ccf42ca824fd 836 0.54/1.00 vMB 26
366,306 366,306 000000000000000003ad5759a9a72b931a1fbbbfd66b838471dc011a6c44152e 1,380 1.00/1.00 vMB 30
366,305 366,305 00000000000000000d9cad4228c0396ff49c1de60f8ee155928eee22705f6619 1,169 0.65/1.00 vMB 31
366,304 366,304 000000000000000012ee70011c4bf012e8ff0bb01dde9f35c336cb1bc07ba761 1,755 0.75/1.00 vMB 48
366,303 366,303 00000000000000000c114412257bc7acea65f39c0b5c8cffd99cc5df4ac4e443 1,747 0.93/1.00 vMB 35
366,302 366,302 0000000000000000016f73d1159b0a7052b49cf3cb829ffa4a47be3868db6b29 1,408 0.75/1.00 vMB 36
366,301 366,301 0000000000000000031c12b6af038524fd5dd28115b7f5591e046423cebaf6d1 2,060 1.00/1.00 vMB 39
366,300 366,300 000000000000000006e61b362569b9585e330d7ecca508d5d6059a42a2eedf2f 417 0.21/1.00 vMB 28
366,299 366,299 0000000000000000003efe8bd86a9023d8cae08112d34b36c6eb09629fcccb80 313 0.18/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.