Loading Tool

Explorer IconExplorer

Memory Pool

42,011 transactions
26.40 vMB
0.07197983 BTC
Random Selection Loading Transactions
Max Size: 137.91/200 MB

Candidate Block

Mining Attempt 7d87c8bd5f8ad07368aef7e8ff42a2284e988590fd29886a8f3b48e621c6a68c
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root eef1494f2030671b5cb187dc2f27f5d5bf67f416b78bb967417fbe272ad67dee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,515
Size: 1.00 vMB
Total Fees: 0.02359602 BTC
Feerates: 151.16 > 2.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (56,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
858,237 858,237 00000000000000000002c0a731b0c683fa5d0a0d7a3452e295cc6353cadab905 3,638 1.00/1.00 vMB 6
858,236 858,236 000000000000000000024c8805525c9e7cc96f4b563492a2c639f751f51b12eb 4,900 1.00/1.00 vMB 7
858,235 858,235 00000000000000000002b7335485bcacd785c034c14de65bcfa01a671120af46 5,365 1.00/1.00 vMB 4
858,234 858,234 0000000000000000000018cb626b4c163fc8ae3712ac89f9312dac79c8873bb3 3,874 1.00/1.00 vMB 5
858,233 858,233 0000000000000000000083364e4f92f51c607b0724e80f8f1e40abea8b7e0dbe 4,398 1.00/1.00 vMB 4
858,232 858,232 00000000000000000000f34ea1842fbff599562da37cc53740ec17ddfcabd43a 7,012 1.00/1.00 vMB 3
858,231 858,231 000000000000000000015dea7ac0358bc4c7e7d6fc9c52e8e6af5bcb1bb63779 6,041 1.00/1.00 vMB 4
858,230 858,230 00000000000000000000d1c21fb120180a9f88769ff39132ba7f95d7bd0ca961 5,692 1.00/1.00 vMB 2
858,229 858,229 00000000000000000001a02a640b6e82400c96f3ae49e697034e0b98f5226fa7 3,688 1.00/1.00 vMB 8
858,228 858,228 0000000000000000000041b2b5f531ae4d4fd3523f8bd119c84d9e8ac3114511 7,448 1.00/1.00 vMB 3
858,227 858,227 0000000000000000000001ccd3f83324d1fa3115dc08e346307613292a4ff5da 6,752 1.00/1.00 vMB 2
858,226 858,226 00000000000000000002d0014796d06638d7bb72bf4115b6a5f2b173ae00237e 4,203 1.00/1.00 vMB 8
858,225 858,225 00000000000000000002962206137b7e243f0b713576a733e041b8138a58c240 7,621 1.00/1.00 vMB 3
858,224 858,224 00000000000000000000edcec89dcd247e358e6f9bbfa33d19ff214ff84d0147 6,967 1.00/1.00 vMB 3
858,223 858,223 000000000000000000013ba77340576a24f3d5387527a1325a8c06cf9d2a0a17 5,357 1.00/1.00 vMB 5
858,222 858,222 00000000000000000001fb0f6add43c91deb5d9e349820af6b5697e19f3b324a 3,870 1.00/1.00 vMB 5
858,221 858,221 0000000000000000000123066f4b1643eca9b5b0fa32cd942e38eb2f0d0b597c 5,907 1.00/1.00 vMB 3
858,220 858,220 00000000000000000002b7451aa179bc36d147c2fdba4819f6c9be361d4e8ad2 5,836 1.00/1.00 vMB 4
858,219 858,219 00000000000000000002bff55f1ed78bdbf87d1c235a2bc6531d1c5187a4c0b9 5,449 1.00/1.00 vMB 5
858,218 858,218 00000000000000000000ae8b56f3046b686a4a9975a9e94307078c8e19ad7ac6 4,566 1.00/1.00 vMB 5
858,217 858,217 00000000000000000002b0f375b190540a3729a3f84c7aa4a8a050bce9770cea 6,473 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.16 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.26 GB
    • Received: 13.84 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.