Loading Tool

Explorer IconExplorer

Memory Pool

84,022 transactions
31.15 vMB
0.09904871 BTC
Random Selection Loading Transactions
Max Size: 187.89/200 MB

Candidate Block

Mining Attempt 5e415284178014ea135b16e3fcc313c16c684666fbad2604b031c7d6298970b5
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 3054ed6067ae5872f8d186569ce262f80c5fe5f5cbd6c0e3d29db04ed2430e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.02948826 BTC
Feerates: 120.18 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (681,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,358 233,358 0000000000000112f799ab9a74b1003b1614efeb0fed81c84268089b7df234da 175 0.08/1.00 vMB 179
233,357 233,357 00000000000001b629c4fa7344d6f33af2aac5f75982c7d9da61f484d6c42f97 202 0.08/1.00 vMB 210
233,356 233,356 00000000000001250be7b72b0cd3daa59ccb4c1f29e31dc533deb1eabd7f5ce0 361 0.14/1.00 vMB 17
233,355 233,355 00000000000000ba29d4887c34f943d3938dbcf0a219f00b33a19df6983c029c 190 0.09/1.00 vMB 172
233,354 233,354 0000000000000196a3cc290f4a65f4abac1c0be5e7f7ef19d2d3410c6684f3b6 159 0.11/1.00 vMB 138
233,353 233,353 000000000000001a95aa04fcdfa65b9d95685a73c23c0ae4721915f997f6eb53 358 0.16/1.00 vMB 203
233,352 233,352 000000000000000c8b215f0d10efaf209143ae1031b1a3ccea1d020283b6adcd 325 0.15/1.00 vMB 97
233,351 233,351 0000000000000175ef29c655d06229980f00360a95a7d88ebe04c813ce0c8718 117 0.15/1.00 vMB 57
233,350 233,350 0000000000000040f13a3cfd2056c87d2319a1b25f95a9edcf516f37ca61a9b5 483 0.22/1.00 vMB 151
233,349 233,349 000000000000001533e4edb7236bad76f4f0c18758d531ec769d7cfbbb55140c 128 0.05/1.00 vMB 167
233,348 233,348 000000000000019d7e59c125359c5e88547824cef437ecda5daeeb1af744103a 165 0.09/1.00 vMB 134
233,347 233,347 000000000000011f7d88e7b71501924c48ab467a037d6252c1d0c3dadaa4a5c4 252 0.15/1.00 vMB 141
233,346 233,346 0000000000000130def4531934eb658a6e74c94bca4b97735dd4092111aebeb7 211 0.12/1.00 vMB 148
233,345 233,345 000000000000010a0d2947185100df187667ef1150731c1538c93f533c3d0249 64 0.02/1.00 vMB 125
233,344 233,344 00000000000000721c21731bd2cc397acb9711bcc57566887859b70426d804f9 386 0.19/1.00 vMB 153
233,343 233,343 00000000000001b693d6dbeeea9c48c3c51f89aaa75c818d7a200aaa793c024f 549 0.27/1.00 vMB 146
233,342 233,342 0000000000000146d1491a8739a3beea1f2632613724e6bf183b76565bc49dfb 179 0.15/1.00 vMB 105
233,341 233,341 000000000000019da8f60180f0ec50cc986515741a0fbe04c0c2aa2dfe1bc173 403 0.18/1.00 vMB 167
233,340 233,340 000000000000013d87734d454de170659b30f85b3a26991c3dac23108a9a9a2d 598 0.25/1.00 vMB 144
233,339 233,339 000000000000006e18c4819e2687c0d7196e78dd767071d04b0e530da329d10e 187 0.09/1.00 vMB 159
233,338 233,338 0000000000000014b1de211bedbc9da36df4f8fd25076630abe13c65c4a7c57e 269 0.12/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 782.35 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: 661.95 GB
    • Received: 14.83 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.