Loading Tool

Explorer IconExplorer

Memory Pool

27,740 transactions
13.04 vMB
0.08410547 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.66/200 MB

Candidate Block

Mining Attempt bb3c3783cbe881d9c92a7f6028a5d5167e5c6acc0c29ab28a851779b09405b5d
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root ea28654005b8150625443560fce737c577c63d85eb8ce86297dcb8710e135d2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,806
Size: 0.9979995 1.00 vMB
Total Fees: 0.05050213 BTC
Feerates: 502.67 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (658,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,043 255,043 000000000000003869a9e54b6a0b876ea3d6431acef8ced56692b30516d0a7a0 227 0.25/1.00 vMB 78
255,042 255,042 0000000000000034cd2f3ca5715afa7e621c1af3943b171e98831ec0aa3a5fca 252 0.33/1.00 vMB 81
255,041 255,041 000000000000001bcaaf94a8d9a2c1a8634125177ae65c5edd2abfcf66705593 400 0.16/1.00 vMB 63
255,040 255,040 000000000000003afa49b65637b87541814dc9a3a54faa001807b8a0b278b328 157 0.07/1.00 vMB 107
255,039 255,039 000000000000001acf01767cb68f78e20e4807518c0f161d64cf8689a824d1f2 701 0.25/1.00 vMB 129
255,038 255,038 000000000000000eb95ddce5ba20c6548dfef4508aa73727c48362f93055e004 338 0.15/1.00 vMB 100
255,037 255,037 000000000000001b13ff8211ac041ac177899f2e4dd12ed86cc0534359243629 336 0.13/1.00 vMB 130
255,036 255,036 0000000000000032627d4339b85f1684e66042c3d758aefeae482f89506b6898 144 0.07/1.00 vMB 62
255,035 255,035 0000000000000020c6379fcbfb37344d13a41d864aae7865f89db3f22f92d038 117 0.05/1.00 vMB 140
255,034 255,034 00000000000000077c1c7abb02638e657a7a29d2c3694582a610e3c89f36cede 375 0.13/1.00 vMB 138
255,033 255,033 00000000000000402e818b82c15ac07de6e9d342f165ca82863f79f11c451664 118 0.06/1.00 vMB 73
255,032 255,032 00000000000000049d7eac0ec7ccbaca8681dd762c38121e7728cc5e8b3bc037 733 0.31/1.00 vMB 95
255,031 255,031 00000000000000097a7bb96f664f984f8820590ec38afb66daf0ac198dbeacaf 105 0.04/1.00 vMB 98
255,030 255,030 000000000000003f24414c366bc9e1b1f5bce735352f7f77589eaef53ddbee36 261 0.11/1.00 vMB 107
255,029 255,029 0000000000000034b1ed9a9759a54a030de519ce3f6d99d2a8f15de8c48e6f48 100 0.04/1.00 vMB 86
255,028 255,028 000000000000000b8e8259fadbc931a34c07c6745bbbba427a8a9949815fa02d 491 0.18/1.00 vMB 106
255,027 255,027 000000000000000de31f0d5a2c1cea9f9906744bad0bc54db33e5cde55581580 53 0.02/1.00 vMB 62
255,026 255,026 000000000000001efebe5378f912d70e1b72dee1820d6f051198808790c5446b 263 0.15/1.00 vMB 105
255,025 255,025 0000000000000000ea66c0e2ead06eae60d3b3e6d12b1c74e76a97f3a1e657f6 62 0.04/1.00 vMB 67
255,024 255,024 000000000000001a70722fc6af720fabcd789047b98ae9e147533b50a53efc55 684 0.27/1.00 vMB 109
255,023 255,023 0000000000000035b36f85a52e1e16dc8e33100fa70d4ada9bd1c5a228e5c365 332 0.14/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 780.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 492.47 GB
    • Received: 3.43 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.