Loading Tool

Explorer IconExplorer

Memory Pool

78,735 transactions
30.03 vMB
0.08987700 BTC
Random Selection Loading Transactions
Max Size: 179.42/200 MB

Candidate Block

Mining Attempt cd59c4d03b46cc525f1fead7db20970cafb47b5f4e67fa16dcf0046b6a29462b
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root b2b7b94e724b8250f783d26ca569967f9049f9340efd5f477ec39b0e27585007
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,952
Size: 1.00 vMB
Total Fees: 0.02046190 BTC
Feerates: 150.61 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (86,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,988 828,988 0000000000000000000189c69ec2cd285a615292104aa0a4dcc38bfa8f937b4a 2,142 1.00/1.00 vMB 37
828,987 828,987 000000000000000000009ecf8cd3dcc30a76f74ac263c71dc1c9043e62f33106 2,611 1.00/1.00 vMB 51
828,986 828,986 00000000000000000001a76d4f489c9c069ad84a184ebb1ae642c910df4dde8a 2,079 1.00/1.00 vMB 45
828,985 828,985 00000000000000000000905b25731459eee78c5190b0894816f8b6e9b448e587 764 1.00/1.00 vMB 27
828,984 828,984 000000000000000000005c2d94c19094f1cc6a85598e5a1a59217e71e048884e 1,296 1.00/1.00 vMB 30
828,983 828,983 00000000000000000000d3c64274b1fbf419019d9eb21f33010a4649f17b7a95 1,347 1.00/1.00 vMB 34
828,982 828,982 000000000000000000025402af37e392a38a4f1b401a29f10729af5a60f62755 882 1.00/1.00 vMB 28
828,981 828,981 00000000000000000002d35372185a9b6ebbf3f81efa59692a6deb2d154ec9a4 1,358 1.00/1.00 vMB 33
828,980 828,980 0000000000000000000125390d55342a489bf142113574f3ace1af48c74718f5 2,726 1.00/1.00 vMB 50
828,979 828,979 0000000000000000000088ea8c24eddd43db9f7e8c30226d0dbd954c1abae3a5 203 1.00/1.00 vMB 23
828,978 828,978 000000000000000000030f2ba6fb6ff2c3feb9b62ac3d4aea4f57fddb6ca72f2 1,061 1.00/1.00 vMB 34
828,977 828,977 0000000000000000000101eaf2f8d5c015804e87e4470f863de715da3a83fd12 153 1.00/1.00 vMB 23
828,976 828,976 0000000000000000000150b1cd68863b24abc0c74247d683d37c94eaec69f140 578 1.00/1.00 vMB 30
828,975 828,975 00000000000000000001586d924f1ea7a0c2a08417f2451fb3b3644520af1dac 2,278 1.00/1.00 vMB 38
828,974 828,974 000000000000000000038828ecd6b5cf4203e584ab90bb187e36a038a9824210 2,801 1.00/1.00 vMB 61
828,973 828,973 00000000000000000003b46cc1b0fec739ca2d8e09d397e2fb12dc90f143c538 2,037 1.00/1.00 vMB 48
828,972 828,972 000000000000000000012c5b5586bd7f3f30c97b758598afb8fd082a96b25061 908 1.00/1.00 vMB 33
828,971 828,971 0000000000000000000337ae4337e9957893070380cdb2573ae4d1e3c5236829 1,119 1.00/1.00 vMB 34
828,970 828,970 00000000000000000000434b97b96c9fae02f9c3d6ca9aa93bb72d8947de94f7 1,086 1.00/1.00 vMB 25
828,969 828,969 0000000000000000000284bce842ba2eeed5cab55d31470f3d2715c644478ac2 2,723 1.00/1.00 vMB 54
828,968 828,968 000000000000000000034a99f5e65a68a1f11e5c3ee3b35776186467d7acabfb 748 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.