Loading Tool

Explorer IconExplorer

Memory Pool

44,297 transactions
27.39 vMB
0.08227515 BTC
Random Selection Loading Transactions
Max Size: 143.01/200 MB

Candidate Block

Mining Attempt f8c7973cc253ee997102de1d29fcd319ab37ab9bb3587311103da51b3a2e74f6
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root 505571f3a45486788186c154b2520f6313cc7395dcd1c26e2dc098817f30e567
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,353
Size: 1.00 vMB
Total Fees: 0.02821141 BTC
Feerates: 100.45 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (503,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,331 411,331 000000000000000002cc7b24fb1adb3739358d4829b4e21fc95d35acd96c0802 2,355 1.00/1.00 vMB 31
411,330 411,330 0000000000000000031dd6f22fa8dabeb2a8c5343158c16e4ea20bda374ab69e 3,192 1.00/1.00 vMB 98
411,329 411,329 000000000000000004b25859799ef003d7114155e17fe83f134d016f6d7a97eb 18 0.00/1.00 vMB 87
411,328 411,328 0000000000000000036d52da20e86589fb18a1a7f9ac016ea396fd42df7f7a65 2,285 0.99/1.00 vMB 41
411,327 411,327 000000000000000003b80aabdb73cb9efcde02c23065b7deb6f7e1bdbde12b30 2,891 1.00/1.00 vMB 71
411,326 411,326 00000000000000000113d30ba22de18d2b1883c2f78fd41c6275e8717cbf18db 2,550 0.99/1.00 vMB 59
411,325 411,325 0000000000000000028c158b1f64e7d3924c50efc0726f382c4c3dc33eb53030 1,989 1.00/1.00 vMB 28
411,324 411,324 000000000000000000e8ec6c35322d7431a469972a8a2dd7f70e88b3bf37898e 2,776 1.00/1.00 vMB 56
411,323 411,323 00000000000000000122c5c75576ff82aaa63d286f596c4a3e5381228a2715e0 2,146 0.99/1.00 vMB 60
411,322 411,322 000000000000000003c881d1a419808178a454fbf830d0320b55efde41891673 7 0.00/1.00 vMB 158
411,321 411,321 0000000000000000037a3bead9a2c3e215f67ca418593c18e30ff15ee0a41e03 1,629 1.00/1.00 vMB 27
411,320 411,320 000000000000000000fa1cc7d2d22db5632081a0e6373f57caca306d1198e210 2,844 1.00/1.00 vMB 42
411,319 411,319 000000000000000000abfa25bb5bf0294c161472778b7f3b6bd00424e5f5e616 2,771 0.93/1.00 vMB 123
411,318 411,318 00000000000000000331f04b50c5f25ee7298508692c76279f537fcc8b0a84b0 3,015 1.00/1.00 vMB 56
411,317 411,317 000000000000000002b19fa36bc3d9c35e35368c1f2a036da6e1ed421c49ed4c 3,052 1.00/1.00 vMB 58
411,316 411,316 0000000000000000031665d245c3b9b4804683b81e14d472de34599b0b5bf5f8 1,515 1.00/1.00 vMB 28
411,315 411,315 0000000000000000016c96f3594e223d8ae0b6865a4fb3bc6c9243f93d9dee63 2,997 1.00/1.00 vMB 55
411,314 411,314 0000000000000000026806253ad80b75a43ba9937984b5fb6e6826b2297744f2 2,693 1.00/1.00 vMB 49
411,313 411,313 000000000000000001e670739ad29297b593aa960c141d594fd2756788c46c93 864 0.39/1.00 vMB 36
411,312 411,312 0000000000000000020981a3c2998e0ceb017ae2577e4f3b1fc2e3fc7103d988 759 0.35/1.00 vMB 34
411,311 411,311 000000000000000000ffae3998246ed71a1517c0ec6d0f09bf9452d026b86528 210 0.10/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.18 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: 653.65 GB
    • Received: 13.98 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.