Loading Tool

Explorer IconExplorer

Memory Pool

79,032 transactions
29.97 vMB
0.12203972 BTC
Random Selection Loading Transactions
Max Size: 180.03/200 MB

Candidate Block

Mining Attempt 182502e35e7f871a59d352919830a33c49398c31c28f8d32f8a31ddc3a5edea5
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 36bf0d8380e9b719f91e513157881e5f2f530e4cfa4b2fd70b7be549dcc9232b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,743
Size: 1.00 vMB
Total Fees: 0.03807370 BTC
Feerates: 673.02 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (301,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,364 613,364 000000000000000000008d1935b192beece93702c6fafd87f3e536fbf983fb94 2,990 1.00/1.00 vMB 8
613,363 613,363 0000000000000000000b42e2b6eae72eab91991d5ff522464959823317e7dfbd 3,092 1.00/1.00 vMB 11
613,362 613,362 0000000000000000001206450664695253edd40cfce8ad389cbff405f9fe3ccd 2,819 1.00/1.00 vMB 26
613,361 613,361 0000000000000000000ce20772ba5b0367e79d5e3a2419b9ec1e1f22d47985a9 2,899 1.00/1.00 vMB 26
613,360 613,360 0000000000000000000012a82faf7c5a73e967b77e52930a9cb3664246159837 2,702 1.00/1.00 vMB 20
613,359 613,359 0000000000000000000a33d4e443533d176046259adf718f41281e2670522dfe 741 0.29/1.00 vMB 21
613,358 613,358 0000000000000000000d5c971081930ec5d4340195ca6d500793b9c2ec6a6e93 220 0.05/1.00 vMB 14
613,357 613,357 0000000000000000000c74debdd655866b2e48f18fd38b7fbf0aa3e3c32e8da6 1,090 0.55/1.00 vMB 11
613,356 613,356 0000000000000000000e11c95f0796611f083a8de29e3a4ff990edc2d709e8c0 334 0.09/1.00 vMB 15
613,355 613,355 0000000000000000000f4c9735b3bbd3812baf2b6d1b2dfe4550fe9d6ae2ba14 708 0.24/1.00 vMB 22
613,354 613,354 00000000000000000012a7fa0bc52a447821c2f0317af952a370c6c6708d0c25 556 0.16/1.00 vMB 21
613,353 613,353 00000000000000000008f357833a76fcb49e89ce4d58256f62bb683ae6ec885f 1,964 0.62/1.00 vMB 18
613,352 613,352 00000000000000000007b70bb66a14bd2f8c2c336e354e935d91b65c35370df0 3,200 1.00/1.00 vMB 17
613,351 613,351 0000000000000000001088c6407227269a53a2b2f79389893201202b278a531f 3,542 1.00/1.00 vMB 4
613,350 613,350 0000000000000000000fb19d5e3d46d7e83c0de98a45d443059d9a1a381bd1e5 2,823 1.00/1.00 vMB 13
613,349 613,349 00000000000000000009a9ef8c8fac32a026c7f8f03139dc5f52b2752bc62b34 3,150 1.00/1.00 vMB 30
613,348 613,348 000000000000000000018031e9e745d675a019f1ba4ffae7a4995d6e20a40c90 2,506 1.00/1.00 vMB 23
613,347 613,347 0000000000000000000086fe704cb0483184f06a65d02f1f417edcb72745f208 2,695 1.00/1.00 vMB 24
613,346 613,346 0000000000000000000c3a4d114b4e6e589f82e789a495c5e30f9ccdd28d2048 2,392 0.84/1.00 vMB 12
613,345 613,345 000000000000000000059dfcb68beb5c034789487298abc76b58fdc8724bf7d7 3,009 1.00/1.00 vMB 9
613,344 613,344 000000000000000000126566fe321182d8710368bf2972f955593535169d281e 2,537 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.