Loading Tool

Explorer IconExplorer

Memory Pool

20,721 transactions
9.71 vMB
0.01810098 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.34/200 MB

Candidate Block

Mining Attempt c49d0201c0d91f1ea9c57721a4c28b835d58336549961f14aa66db8a2077d8a2
Version 20000000
Previous Block 0000000000000000000043eea178b38fa3bd84a0f7f327bc9361b70128bdc1ee
Merkle Root a121767b189ad3928829e42b2c80531f36f396af0728c4e898dbca1d9f0fb3fd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,075
Size: 1.00 vMB
Total Fees: 0.00274324 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,554 (658,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
255,031 255,031 00000000000000097a7bb96f664f984f8820590ec38afb66daf0ac198dbeacaf 105 0.04 vMB 98
255,030 255,030 000000000000003f24414c366bc9e1b1f5bce735352f7f77589eaef53ddbee36 261 0.11 vMB 107
255,029 255,029 0000000000000034b1ed9a9759a54a030de519ce3f6d99d2a8f15de8c48e6f48 100 0.04 vMB 86
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: 10
  • Data Transfer:
    • Sent: 419.19 GB
    • Received: 2.25 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.