Loading Tool

Explorer IconExplorer

Memory Pool

77,028 transactions
28.61 vMB
0.06443122 BTC
Random Selection Loading Transactions
Max Size: 173.63/200 MB

Candidate Block

Mining Attempt fe08f20226cf1f0dfd1da2ee057044ee39db90ed2a964ad023227e6a9cd217ab
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 58a1fe9114419229d01397f517db00574f092afb0c859ee30c1178b482305ce9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00492017 BTC
Feerates: 100.28 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (177,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,125 737,125 000000000000000000002a8041d28ea79130c028c4286b6e9a29902a0e2ea966 788 1.00/1.00 vMB 4
737,124 737,124 000000000000000000039b7ac69c95af4608109cfab1acee19794ae7d907449b 2,022 1.00/1.00 vMB 15
737,123 737,123 00000000000000000006f6fff003094bb25ae6435f2b2f103e0e57286e538e52 2,022 1.00/1.00 vMB 9
737,122 737,122 00000000000000000003ca68e01e3cf1ff62cc8c5efe2eaee243bfa5710f490e 3,019 1.00/1.00 vMB 17
737,121 737,121 00000000000000000008da61c6aa5ad9f2ff89842cbe8431d8260b3cf6ad47c9 2,732 1.00/1.00 vMB 14
737,120 737,120 000000000000000000059306a23d6692b0f1e960d321a5c983ae2f687d0d2a19 1,884 1.00/1.00 vMB 14
737,119 737,119 00000000000000000006f01302cb040d37c4940d7285360117d487668fd7d376 1,916 1.00/1.00 vMB 17
737,118 737,118 000000000000000000001d5778b17abc0759ca2e0501692f123fef3460e59adf 1,580 1.00/1.00 vMB 24
737,117 737,117 00000000000000000004346fcbe6c7876f198f6d515a2bab682be8cd26478e27 963 1.00/1.00 vMB 4
737,116 737,116 00000000000000000007bee2cf5f62564a63c63e141d3b2cd2cf638bc74b2453 658 1.00/1.00 vMB 5
737,115 737,115 00000000000000000004f83d1f6d6f59360c6fb97096260e707100344137967a 652 1.00/1.00 vMB 2
737,114 737,114 00000000000000000003b1436b6475f28cc0ed54fe260612e7ace654bc5f44a5 3,132 1.00/1.00 vMB 17
737,113 737,113 000000000000000000049eb994962c0ad0a9a990c7eb491e8268c14a63338f3b 159 1.00/1.00 vMB 1
737,112 737,112 000000000000000000070b0ea0ac57a2f76a2892c1fcb1f17c2ce8307c97c84b 1,425 1.00/1.00 vMB 7
737,111 737,111 00000000000000000002bc0b3c1e13f412532550a6ac2a3a62397d20bc7e9b1e 1,373 1.00/1.00 vMB 7
737,110 737,110 0000000000000000000747e4c6c4a7de43fbe977747c6fed9af4c90fa285d37e 634 1.00/1.00 vMB 4
737,109 737,109 00000000000000000005dea1c5f518777b2a7deafde1c0b0f308fa3e081e9e3c 2,718 1.00/1.00 vMB 13
737,108 737,108 00000000000000000005901bb861b5cb92f8b0f5a8c6c6b74a579e47c5735d53 1,761 1.00/1.00 vMB 8
737,107 737,107 0000000000000000000558139741902dbcda84890be52d70892537c8dbf4817b 2,692 1.00/1.00 vMB 17
737,106 737,106 00000000000000000007e735adb37a7f1edf9d51e51398aa5d5e62b03ef9bbe9 435 1.00/1.00 vMB 3
737,105 737,105 00000000000000000005ac9cea5b0843682e4b50ea3f9b98ef2e4ae8e86f4236 1,602 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.