Loading Tool

Explorer IconExplorer

Memory Pool

40,390 transactions
28.52 vMB
0.06462372 BTC
Random Selection Loading Transactions
Max Size: 145.77/200 MB

Candidate Block

Mining Attempt 071fcb772b3b408c184cae043b5abbdf9d47356870310f4bf3763954aeacef00
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 5a2977e852a7ea310112dbee3f6cf2548ce87aa12129a372bb9ec2a62828e19b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.00957011 BTC
Feerates: 100.19 > 0.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (332,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,371 582,371 0000000000000000002039bc5712437ecc77525d1e4d1dffcb6306fe0015a20d 3,039 1.00/1.00 vMB 141
582,370 582,370 000000000000000000087df148c74ce1a0b24528e4d59ffffd17207e0508d63a 2,460 1.00/1.00 vMB 49
582,369 582,369 0000000000000000000d93e2366460757209bc265090d3aa35b48c1e238ca9d5 2,528 1.00/1.00 vMB 94
582,368 582,368 00000000000000000002b4bcb819dfbc2c97423f67366fd8357b4c542647c51d 2,457 1.00/1.00 vMB 48
582,367 582,367 00000000000000000017857fb56f01e0af6fa396e0b60b8d83ee63fad20e280d 2,869 1.00/1.00 vMB 49
582,366 582,366 00000000000000000007c5a08ba37db5b538bc49edfef627f431a7ce981f6b80 2,977 1.00/1.00 vMB 70
582,365 582,365 00000000000000000013107e73e9937a833d455b64dd1e169a4ac4e42c13d4ce 2,751 1.00/1.00 vMB 68
582,364 582,364 00000000000000000024ff8a99e39dbe10b34baa27a80ced228da6e98fdfd4c7 2,715 1.00/1.00 vMB 106
582,363 582,363 00000000000000000007bc6e73f3e1dcc1b975e7a9ad7f0819ffaba374bc723e 2,905 1.00/1.00 vMB 77
582,362 582,362 00000000000000000021514047b42ea47287d9856b91cf3b24ca106e46de9a9c 2,741 1.00/1.00 vMB 95
582,361 582,361 0000000000000000000a00f41fae9013eb481ca6c6518fe05687f25103995ce3 2,849 1.00/1.00 vMB 68
582,360 582,360 0000000000000000000e11603b341f683da902888f7a685e50fdc7c65a5cca54 2,246 1.00/1.00 vMB 65
582,359 582,359 00000000000000000024427f5eea11efcb38695e0dd7ae292a8e9c623d06ac24 2,434 1.00/1.00 vMB 90
582,358 582,358 000000000000000000054d4891e0d5bca8079e015d1ff9f6bd443e6e06a30573 2,912 1.00/1.00 vMB 106
582,357 582,357 0000000000000000000bd96be933069f616ba50ebb87853111fa6bdc05dbcccf 2,768 1.00/1.00 vMB 89
582,356 582,356 000000000000000000062ca273ac6929dd5313d5d6268a4fcc70849aabe53864 3,043 1.00/1.00 vMB 62
582,355 582,355 00000000000000000009990e22ab6a64fdf87e3a3f795e88cfe0240e28dc0d10 2,583 1.00/1.00 vMB 83
582,354 582,354 0000000000000000001d71fabdb0b6b1f7d2e4aaa0d6479250317f74d532c518 2,099 1.00/1.00 vMB 84
582,353 582,353 00000000000000000006db22c0b3db8fd7f8dd61269cf1bfcad677a2f13aa00d 2,820 1.00/1.00 vMB 93
582,352 582,352 00000000000000000004efab8a52aa0a09ee6f1354383bb30a5ec39ad5f1cee6 2,732 1.00/1.00 vMB 95
582,351 582,351 00000000000000000004456ebbcc46f86cda3c72fee0208a2cb9f1e5d4411460 2,546 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.