Loading Tool

Explorer IconExplorer

Memory Pool

45,585 transactions
27.37 vMB
0.10411300 BTC
Random Selection Loading Transactions
Max Size: 144.32/200 MB

Candidate Block

Mining Attempt 9d21b7d3e64762a97a54e0f6f7ab7098dac0bd39a0fa224900eb206886a140e3
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 2326fb1822315436da13c33cc769238ee028ce49cad397bcb4264aba9f1e19a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,050
Size: 1.00 vMB
Total Fees: 0.04876421 BTC
Feerates: 201.07 > 4.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (826,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,224 88,224 0000000000133b608e9ea4230913ff7d1a30374408bfa39fcf880adc9b9b2c1c 1 0.00/1.00 vMB 0
88,223 88,223 00000000001289b8488eef0a7c878edb20d4993d26c3b835c443e111918de94e 3 0.00/1.00 vMB 0
88,222 88,222 00000000000fef84a55c07ea133c3adc965a7108d5fc700a89c3abeea866f32c 1 0.00/1.00 vMB 0
88,221 88,221 00000000000c1554f4d36cfd55cf862b994b9e84743000ee8ab97136cc206130 2 0.00/1.00 vMB 0
88,220 88,220 0000000000199fae8d23a45d617d5e815b286dbb19012be48c389a6193f10508 2 0.00/1.00 vMB 0
88,219 88,219 00000000000974b55ec46955512f2e0c1721e1b537b1b2eda6803cf1af16b365 2 0.00/1.00 vMB 0
88,218 88,218 000000000006c32a440c6e2875093186e3088daf96efa30b3b43acf34faf1d98 3 0.00/1.00 vMB 0
88,217 88,217 00000000000e19733a28a9a30c32987adc95846ebcdfd5db6682297ce4db37b1 4 0.01/1.00 vMB 0
88,216 88,216 00000000000cbc550813d742dd011ff9b3c4ccb33d002c2ea0e2d4ad3bfa6fc4 2 0.00/1.00 vMB 0
88,215 88,215 00000000001bff967e70deaf8224e11c83b75ea3b91c26eb7f0c5264998dd1af 2 0.00/1.00 vMB 0
88,214 88,214 000000000016a99cbf23978029c5edf4e7f6d49865e7139bbe5beba22ba27984 1 0.00/1.00 vMB 0
88,213 88,213 0000000000004e1b89fa0e1d63b03dca9a857061ff58026e8ca238168b5d07b0 2 0.00/1.00 vMB 0
88,212 88,212 00000000000e21f10f70e6fa675cd5f9396c9e93367815297057bd1e5c239d14 1 0.00/1.00 vMB 0
88,211 88,211 00000000000da3f4f07275b81371d2d85c391994dd1aaf9e3aa1f6163227a413 1 0.00/1.00 vMB 0
88,210 88,210 0000000000033f5358e139fbdfba438d36c4ce8d7afae0c025c98eabdb87042d 1 0.00/1.00 vMB 0
88,209 88,209 0000000000120ed6640a4c6c771fbcd5fdfdf51a005bdddb563d55055ee8f84b 3 0.00/1.00 vMB 0
88,208 88,208 00000000000f7984033a02d8feca601267fbebb81694bcf4945ed24cdb1e49bb 4 0.00/1.00 vMB 0
88,207 88,207 000000000019827b99316e0c0570b4e6c4f60cf18b611404639b46fe2391965f 1 0.00/1.00 vMB 0
88,206 88,206 0000000000012c8df786e7714e52bbd2ba5610ae3c53644edbfe4ec0dceed964 1 0.00/1.00 vMB 0
88,205 88,205 00000000000a33cccb404d220627e8e3f83d08812a071f02eddb8e841ee1d955 4 0.00/1.00 vMB 0
88,204 88,204 00000000001a36162a2f33dee90f83d915e1a6ad918a42f85b1a31672102e78d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.17 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.58 GB
    • Received: 13.95 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.