Loading Tool

Explorer IconExplorer

Memory Pool

81,932 transactions
29.98 vMB
0.09553544 BTC
Random Selection Loading Transactions
Max Size: 181.92/200 MB

Candidate Block

Mining Attempt c474a6a14e7a2ca5d5aa4d4fb0bb3fbeadffc3a123fbab3c521a6784e90cf595
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root 5fc94611c12f301c06a4b4cd319e3a7d38d2f8b2be2fb76c70b2cb8d76cf738c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,212
Size: 1.00 vMB
Total Fees: 0.02662649 BTC
Feerates: 301.57 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (335,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,716 579,716 000000000000000000197c453c8e6b615d21981d02df641cd744a3662c411bee 2,653 1.00/1.00 vMB 35
579,715 579,715 000000000000000000085624136a476aca5fad480adb52510443c080ee248cf3 2,807 1.00/1.00 vMB 38
579,714 579,714 0000000000000000001867e90f1eadcd83152b07a5439d223e4bf943487781c5 2,524 1.00/1.00 vMB 41
579,713 579,713 000000000000000000153c929f90b849439f38cf5401a7a27629d3a2c32747ff 2,496 1.00/1.00 vMB 92
579,712 579,712 00000000000000000022817a0b25497258d936664f428871cee1be73d45de851 3,255 1.00/1.00 vMB 102
579,711 579,711 00000000000000000017cf70f1cc797fd185f495ccc267d7c1e0a8b0dab92985 2,529 1.00/1.00 vMB 83
579,710 579,710 0000000000000000000f2ab87ab78c406a27585a7d9059da0d2b812662eb6ebc 2,984 1.00/1.00 vMB 103
579,709 579,709 0000000000000000000f8f02b52955263ae8c249227a73e26cd0865f1de1b2d4 2,889 1.00/1.00 vMB 74
579,708 579,708 000000000000000000140558b164566dcb139b89b8d6cb7608f679b260848eac 3,215 1.00/1.00 vMB 88
579,707 579,707 000000000000000000110bad55e1e1e9a2422c19e00897e2eb6faaa113f837ce 2,754 1.00/1.00 vMB 57
579,706 579,706 0000000000000000001592848746167940b69d7579eac496268f5babc480f917 2,534 1.00/1.00 vMB 31
579,705 579,705 0000000000000000001d3841b742a06570140a9ab9cdb52c5975193ff7212870 2,005 1.00/1.00 vMB 64
579,704 579,704 0000000000000000002372f089ca08983750d23b98009be773d3472be5d2b95c 2,533 1.00/1.00 vMB 31
579,703 579,703 0000000000000000000e8f7f6e2b6e2bfcf09425980f8c909adda12de843e4f7 2,865 1.00/1.00 vMB 42
579,702 579,702 000000000000000000068627cb8343fbdaca79d1efa18bc75334615596687461 2,960 1.00/1.00 vMB 79
579,701 579,701 0000000000000000000775380df92d0d21bd62137f51be3512eca6afcf494981 2,111 1.00/1.00 vMB 34
579,700 579,700 0000000000000000000e865105c2a3e8f53c058b58dcb7c58ea0a87db239b4c8 1,709 1.00/1.00 vMB 48
579,699 579,699 000000000000000000205a189cefe59e14bda86d95aca763674ebda5b125d62c 2,407 1.00/1.00 vMB 57
579,698 579,698 00000000000000000016b84dd934b8dde3987cea4e1dae9ea8cabf5b135f73b0 3,004 1.00/1.00 vMB 104
579,697 579,697 00000000000000000012102b00804ecb21fca1df0e7666b296cbadd774034ebd 1,763 1.00/1.00 vMB 54
579,696 579,696 0000000000000000001c03855bc23d96b918f72e7f42b65e823dff3e7360ad4d 1,780 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.60 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: 671.75 GB
    • Received: 16.00 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.