Loading Tool

Explorer IconExplorer

Memory Pool

42,137 transactions
26.23 vMB
0.06031468 BTC
Random Selection Loading Transactions
Max Size: 137.32/200 MB

Candidate Block

Mining Attempt 9c35e1ac394817c287ed3b7d1621760bae403c845526c355f9f221cdc0119477
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 7d964099be0798b8d4e75a9b250cb0e5af400247a053d467afa54454d76763c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,178
Size: 1.00 vMB
Total Fees: 0.01220118 BTC
Feerates: 100.00 > 1.22 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (273,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,534 641,534 00000000000000000000ced2106f8037d605b33243d0575359f94990cbbe28fb 2,709 1.00/1.00 vMB 110
641,533 641,533 0000000000000000000bb107e21b5d0b13af2dfdf90f57d9fd63fae61559e882 2,686 1.00/1.00 vMB 118
641,532 641,532 00000000000000000005165c7982bbc1a58e4d4fbd63e9db5d8311617f9a69f0 2,687 1.00/1.00 vMB 103
641,531 641,531 0000000000000000000a00a0c5c4365e2ccaf401d7e699fb546a88d8681c9290 3,117 1.00/1.00 vMB 123
641,530 641,530 000000000000000000068fbd7285c758c67376ee6f8dc8f87484e061f979ea57 2,541 1.00/1.00 vMB 112
641,529 641,529 00000000000000000008d3f81b7b1a31abf2158f463346f6953e5948388a8dc0 2,851 1.00/1.00 vMB 173
641,528 641,528 00000000000000000006b91e5bba4e11ac7d38467ea828460de0cefe7cfb9d27 2,744 1.00/1.00 vMB 170
641,527 641,527 0000000000000000000a5c917a1c515f822a447b06524d9fbde7883d3df9cbd9 3,091 1.00/1.00 vMB 191
641,526 641,526 0000000000000000000efbcc0f5ac177b8b9e6c41090cd52e0cf153a2d2f224c 3,051 1.00/1.00 vMB 153
641,525 641,525 0000000000000000000dbbb7fc830ec572fa66b3eaa57e49240c39f0f5dae4ab 1,693 1.00/1.00 vMB 121
641,524 641,524 00000000000000000002095d75abded099eb3697d2cbe43d124e253aa5592984 3,115 1.00/1.00 vMB 132
641,523 641,523 0000000000000000000c0677e662a5fe635c37402a202b97d9451a1a8cc12cd4 2,559 1.00/1.00 vMB 166
641,522 641,522 000000000000000000064a7559a63780d0b693951b7e4563dd458e63018b56a6 1,807 1.00/1.00 vMB 130
641,521 641,521 0000000000000000000c6c598a94f9079e56946459d4aef854e24181f3815b13 2,637 1.00/1.00 vMB 154
641,520 641,520 00000000000000000006bfb950b26421ee3d531afea7cf1acbc6d5eae350ce20 2,891 1.00/1.00 vMB 142
641,519 641,519 000000000000000000096c16fd0f06b5ef65b8384ae9af602a1d3fcf94322b20 2,168 1.00/1.00 vMB 158
641,518 641,518 0000000000000000000688a7f7d1cedf76c381fc1e3a32596cc260a0b34a3c22 3,231 1.00/1.00 vMB 169
641,517 641,517 0000000000000000000c1e55310f99c31aefc839ba409b5f6b511c9197a25fc2 2,543 1.00/1.00 vMB 169
641,516 641,516 000000000000000000070f30764893781ff78ee522aa6645d4b89d0f45e79d63 1,497 1.00/1.00 vMB 166
641,515 641,515 0000000000000000000185fb2d41fe94f8ae0d44694c812d7ab990513e80a265 2,929 1.00/1.00 vMB 187
641,514 641,514 0000000000000000000548612d876ff904f99bc1e2258cda4aa14fb857aca46e 840 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.20 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.96 GB
    • Received: 14.06 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.