Loading Tool

Explorer IconExplorer

Memory Pool

43,633 transactions
21.89 vMB
0.06964503 BTC
Random Selection Loading Transactions
Max Size: 121.88/200 MB

Candidate Block

Mining Attempt 21d60ffd84de7e7c879a60250dcc63d15d04de32e473ad56b25909d5adf70b68
Version 20000000
Previous Block 00000000000000000001e617077417fb25ab1cd7726c5719286653a2b2bc0fb5
Merkle Root 89cd81baeba371a9081519aa2d219889965ce8657df952186431e5302765c9fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,920
Size: 1.00 vMB
Total Fees: 0.01458674 BTC
Feerates: 42.96 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,090 (749,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,451 164,451 0000000000000a03bc5b7968af655370abb2cc34e168db15db809afee38f48b4 17 0.01/1.00 vMB 77
164,450 164,450 00000000000009d5377cc4bca3e16a3b3abd7c8f1e32cb07979d5ba90f30b029 8 0.00/1.00 vMB 13
164,449 164,449 0000000000000a9bd0787748d066bc1172cec0810457a24d9c7978403b2c878a 76 0.03/1.00 vMB 113
164,448 164,448 000000000000090f9486c5de5147976678e12ebf2a8f19120d4ef93463124746 112 0.05/1.00 vMB 45
164,447 164,447 0000000000000b73fd80ca945adc86b169d37de1b4865484b96a2b0a79e5d3cc 9 0.00/1.00 vMB 33
164,446 164,446 00000000000007bca86eb5e9a403796ad21274ca68638f67f061393b1d32cbc4 11 0.01/1.00 vMB 383
164,445 164,445 0000000000000b58bb7d56195fc1efbd45f0baeec8d19d562b17b8223b9c2f5f 9 0.00/1.00 vMB 393
164,444 164,444 00000000000006238677524d587702130f33c88d25c94e4e711f8f24457cde55 19 0.01/1.00 vMB 23
164,443 164,443 0000000000000c45ba69135d4afa4ad2271f4cdd65e5ce1bdb81c13ff72383e6 31 0.01/1.00 vMB 301
164,442 164,442 0000000000000a50622f2e410ab9dd0e9a058c1323bc5812373f0ec4b59f475c 148 0.05/1.00 vMB 26
164,441 164,441 0000000000000b6155ff2946566d427ad993a08083dfb13a26f9a1c6bc43cb35 71 0.02/1.00 vMB 3,985
164,440 164,440 000000000000003f19096bedbfb5b5cdbdf57ac0a8a9e67da8c5971c323d32b9 58 0.02/1.00 vMB 191
164,439 164,439 00000000000009c721ff01a48ef81ca2a011afeed31f48abf2c06ce377b997dc 7 0.00/1.00 vMB 37
164,438 164,438 00000000000005a590feaade5a1444c52f01eed3f629af4984a6cac423d9852d 37 0.01/1.00 vMB 191
164,437 164,437 0000000000000c0237fe596020d92587d40230eefc78e190b7177fb2742f64f7 81 0.03/1.00 vMB 201
164,436 164,436 0000000000000239dedbfe18c6b6657dad4bca92f239d5a3753e7848c579783a 10 0.01/1.00 vMB 45
164,435 164,435 0000000000000b65f2686cfe3eba1c4cca88a685f3eed9785e6141a6e3ca1d43 1 0.00/1.00 vMB 0
164,434 164,434 00000000000006b9af9239f41b9b7d5eaa55cf20e3ab1cdf8535bee7c8959dd2 33 0.02/1.00 vMB 101
164,433 164,433 0000000000000a6275b7032c9b7361f5ae0764455750a1e556bc4c65309524c6 100 0.05/1.00 vMB 71
164,432 164,432 000000000000065439d95c06aefb0817f97e5144273d88f3ca9f306ba0ec381b 79 0.03/1.00 vMB 52
164,431 164,431 000000000000026948ad6a255c4754256003ab89c69659a7dedb713ef1334915 10 0.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 780.76 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: 557.21 GB
    • Received: 7.05 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.