Loading Tool

Explorer IconExplorer

Memory Pool

81,350 transactions
30.75 vMB
0.10933695 BTC
Random Selection Loading Transactions
Max Size: 184.42/200 MB

Candidate Block

Mining Attempt fd112ac620eadfb8611d965d022f77271a8ecd9d072aeef499dd5d60b45b53d1
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root c6981d7ecf5576240a6aa8bc091537a7736f93a96980a8686f23f921c8299b25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,205
Size: 1.00 vMB
Total Fees: 0.03033995 BTC
Feerates: 101.42 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (286,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,767 628,767 0000000000000000000b3c78d745e92c5a878f0c49135f2fdb86aab0d6a6b204 2,554 1.00/1.00 vMB 75
628,766 628,766 0000000000000000000fe0dc07e42f892e4aa911093ca7db45e70b8b99522e10 2,010 1.00/1.00 vMB 18
628,765 628,765 00000000000000000001000a353460973030931e0dbc91dd8fe1ca5eeaf91fa8 3,232 1.00/1.00 vMB 60
628,764 628,764 0000000000000000000dbcabf6bdd3d3c88d7f1caf1677471a79fd4c15687e9f 3,289 1.00/1.00 vMB 47
628,763 628,763 00000000000000000003d8e96d659709b86c1ebf77c7f58ad24148d9b4591b8c 3,053 1.00/1.00 vMB 67
628,762 628,762 00000000000000000005c7abdd58c988191bdd8ec4ea894a19fe017c40fe77b2 2,288 1.00/1.00 vMB 85
628,761 628,761 0000000000000000000035eeb64630099a4fd2c0ca7f53f7cb4a4e4437a8a9c5 2,439 1.00/1.00 vMB 94
628,760 628,760 0000000000000000000f9cddf106d65f7eae02f2f5b09c5f0fb5fc04ea6ea695 2,049 1.00/1.00 vMB 82
628,759 628,759 0000000000000000000c0987ebdc2470a65b3e58acb6655facca5abdb06fadc6 2,889 1.00/1.00 vMB 116
628,758 628,758 00000000000000000002884effef8790d52076ffc3d6452b703b4a4098394d9a 1,599 1.00/1.00 vMB 75
628,757 628,757 0000000000000000000f72f9ccc5af6752bd74ffc9c1fe303b4da5c9d2d49070 3,234 1.00/1.00 vMB 113
628,756 628,756 00000000000000000002070578ad5ca9893584bb47ea787207c20ae1a08b6002 2,617 1.00/1.00 vMB 36
628,755 628,755 00000000000000000010461cc973d2201977057298de1e6457876504be6b0452 2,616 1.00/1.00 vMB 55
628,754 628,754 0000000000000000001124e293db270195f3f2b97b991e374c376d281a520403 2,547 1.00/1.00 vMB 47
628,753 628,753 000000000000000000063e5365fffcf3f0d6c0ceb8d26a98008fa813c0b85120 2,693 1.00/1.00 vMB 61
628,752 628,752 00000000000000000000cc13b7a50981171209d979f8b36ad104598864cac713 1,854 1.00/1.00 vMB 25
628,751 628,751 000000000000000000003ebccbd78311fc7d202f7e6c6871335f2c97c25e2ddd 2,620 1.00/1.00 vMB 34
628,750 628,750 0000000000000000000cd6f12a609b6dfa4f8a1a657835611d2e312064d66585 2,378 1.00/1.00 vMB 35
628,749 628,749 000000000000000000064821f6778d0289cd36639983e864a625762f10904cfd 2,337 1.00/1.00 vMB 87
628,748 628,748 0000000000000000000acc4f940cdcd169c428ce99080501884f40a1a11de08b 1,879 1.00/1.00 vMB 106
628,747 628,747 000000000000000000071a8d7c96e4193f73451c38c9f1b8c7474155ebdfa200 2,671 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.