Loading Tool

Explorer IconExplorer

Memory Pool

25,917 transactions
10.63 vMB
0.05005737 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.69/200 MB

Candidate Block

Mining Attempt d84e96864133162a91da2782d6668cd8e34bd418470b87f6be0e1c055a8f4cda
Version 20000000
Previous Block 000000000000000000011dbd85e36dfd2a83aada163322bd4646a82ee615b9df
Merkle Root 958ea18e05e5a8bc4288914041933d63c87dcd838a0f57b3236bd3dd230f66c8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,651
Size: 1.00 vMB
Total Fees: 0.03245848 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,552 (658,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,052 255,052 000000000000003e74ef97fab3041ad58b6c6ee74d3a5a04e3885ff93abb9cba 697 0.25 vMB 156
255,051 255,051 000000000000002dbdad6b2def5af0e475afd56c34bea3f2d754ee855007812a 146 0.08 vMB 73
255,050 255,050 000000000000003ff8261c405318ff6da6042ebb71aea630edfce93d8b27102c 753 0.28 vMB 62
255,049 255,049 000000000000001002f2db2eb87cba87f20cd28853058dc36f48219d8b99eeb6 476 0.25 vMB 139
255,048 255,048 000000000000000c6c464946578b39c2697a9363de6065091a7ca9e97986244c 372 0.14 vMB 116
255,047 255,047 000000000000002f1e271d342015887adddc861860434cafbdbf7e4bfd035cfc 221 0.09 vMB 108
255,046 255,046 000000000000001563a3af855dd4bcea809deed6daec7dc328905f7e2fc8b702 232 0.09 vMB 77
255,045 255,045 0000000000000028107aa5fe4302ecbdc4ebfbaa011375fc5ab0b25badc9e0d1 115 0.09 vMB 65
255,044 255,044 000000000000002974dffaab0fc822f6a01f79a9cfbf9989e58633c477e66ca4 86 0.20 vMB 55
255,043 255,043 000000000000003869a9e54b6a0b876ea3d6431acef8ced56692b30516d0a7a0 227 0.25 vMB 78
255,042 255,042 0000000000000034cd2f3ca5715afa7e621c1af3943b171e98831ec0aa3a5fca 252 0.33 vMB 81
255,041 255,041 000000000000001bcaaf94a8d9a2c1a8634125177ae65c5edd2abfcf66705593 400 0.16 vMB 63
255,040 255,040 000000000000003afa49b65637b87541814dc9a3a54faa001807b8a0b278b328 157 0.07 vMB 107
255,039 255,039 000000000000001acf01767cb68f78e20e4807518c0f161d64cf8689a824d1f2 701 0.25 vMB 129
255,038 255,038 000000000000000eb95ddce5ba20c6548dfef4508aa73727c48362f93055e004 338 0.15 vMB 100
255,037 255,037 000000000000001b13ff8211ac041ac177899f2e4dd12ed86cc0534359243629 336 0.13 vMB 130
255,036 255,036 0000000000000032627d4339b85f1684e66042c3d758aefeae482f89506b6898 144 0.07 vMB 62
255,035 255,035 0000000000000020c6379fcbfb37344d13a41d864aae7865f89db3f22f92d038 117 0.05 vMB 140
255,034 255,034 00000000000000077c1c7abb02638e657a7a29d2c3694582a610e3c89f36cede 375 0.13 vMB 138
255,033 255,033 00000000000000402e818b82c15ac07de6e9d342f165ca82863f79f11c451664 118 0.06 vMB 73
255,032 255,032 00000000000000049d7eac0ec7ccbaca8681dd762c38121e7728cc5e8b3bc037 733 0.31 vMB 95
Previous 10 blocks ↓
Total Size: 779.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 417.79 GB
    • Received: 2.24 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.