Loading Tool

Explorer IconExplorer

Memory Pool

31,684 transactions
24.94 vMB
0.06728403 BTC
Random Selection Loading Transactions
Max Size: 124.55/200 MB

Candidate Block

Mining Attempt 4e8d2e584d27820a9e6dd433622034c6738d4690637652f932b30ba82b1b8161
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 7b99ff19820f18e01ad8e23bf934114543d70f743789501adca6c9f5fd3d09c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,763
Size: 1.00 vMB
Total Fees: 0.02131276 BTC
Feerates: 100.60 > 2.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (393,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,521 521,521 000000000000000000003e6f8f9ebb55cb97cad5d3f8555aa62ebfa8cae32d4d 1,254 0.58/1.00 vMB 18
521,520 521,520 00000000000000000012c5927de21e2c3ab3c607efa663c4cce6f3fbf39f7acf 1,126 0.92/1.00 vMB 7
521,519 521,519 0000000000000000001a5dbc5124eb8c341de908e609258463d29c9f40a2729f 2,336 1.00/1.00 vMB 35
521,518 521,518 0000000000000000003831c7e81cfaa0fdffc5158f2c614af66e7122aa80e6e0 663 0.24/1.00 vMB 25
521,517 521,517 0000000000000000001efb206700602fa17499d0b078c29a10db42ccac8d3f24 920 0.33/1.00 vMB 25
521,516 521,516 0000000000000000003d8bd517e1c9afbd7ef32d4727ec6c048dff660945eca1 589 0.33/1.00 vMB 24
521,515 521,515 0000000000000000003b3557e21a2090542b5c1d85961434d2b2ddf9aa2d08ef 589 0.86/1.00 vMB 16
521,514 521,514 0000000000000000000cd84869f856b3ed83124250911933ee9bb23bcfde2c05 1,310 0.99/1.00 vMB 16
521,513 521,513 000000000000000000446d1afe0ba15c78632fd35062ac7b72e2d95742fb05d3 30 0.01/1.00 vMB 42
521,512 521,512 0000000000000000001bec8346ef79a599be4c47e8c576496d659b215e57db5e 443 0.18/1.00 vMB 44
521,511 521,511 0000000000000000001c74c84a9760ef3572ef0a76b9a74fae6d78dfbf9d41ea 1,193 0.89/1.00 vMB 13
521,510 521,510 0000000000000000002ca40efe9f1def6efa251aab64754c7cbae4f2ffe830c4 773 1.00/1.00 vMB 8
521,509 521,509 0000000000000000001e839ac8342bfd0121972d8bb470be04cb359774eba68d 1,818 1.00/1.00 vMB 10
521,508 521,508 0000000000000000002fdaeaa5e1bc9efecf17566fb36d867fa9fd519aa2261c 2,264 1.00/1.00 vMB 35
521,507 521,507 0000000000000000003229defe59023daf42aa5b6e6530eecabbfb3d9d239bde 1,372 1.00/1.00 vMB 23
521,506 521,506 000000000000000000182dee00b770880c03296726069e51b4fe74dc81687324 3,169 1.00/1.00 vMB 21
521,505 521,505 0000000000000000000d060b911bcd80d4fb7505f602964423ebfb85a280f09b 2,279 1.00/1.00 vMB 53
521,504 521,504 00000000000000000005522e5b1d7592542a66f52bdaf2859d323d28d2e2ecc3 1,983 1.00/1.00 vMB 28
521,503 521,503 0000000000000000000cff49231bd53a6858c8be6c285097452b575f22fda9fe 162 0.04/1.00 vMB 31
521,502 521,502 00000000000000000042fd0bd4a8f22771316a9f45e2c5086c29fe9178bf9d05 2,385 1.00/1.00 vMB 24
521,501 521,501 000000000000000000238494d37dea8e644b108de7402828f924f9eec640a9c6 748 0.81/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 642.82 GB
    • Received: 12.55 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.