Loading Tool

Explorer IconExplorer

Memory Pool

78,225 transactions
29.73 vMB
0.11279936 BTC
Random Selection Loading Transactions
Max Size: 178.62/200 MB

Candidate Block

Mining Attempt 38daff44b62a8382fd2ba480e37f19f2632def9f5c0d0e5a78e8b0dc34b3bc90
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 8eb41b888b830bb2ace8d970fae6917a079a8a0f07f30e4f57950540ea89926a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,079
Size: 1.00 vMB
Total Fees: 0.03304989 BTC
Feerates: 660.76 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (442,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,626 472,626 000000000000000000a4ac36d1240f6cfa293f04485fe32adb9d707e3450fd3b 2,018 1.00/1.00 vMB 277
472,625 472,625 0000000000000000011094e2e3f61b7e298aa53d8d05ca6bdd17d4eb55c61f23 2,056 1.00/1.00 vMB 295
472,624 472,624 00000000000000000002749089df7b6ee80f5cd5a41c8e64316c1a7e067273fe 2,397 1.00/1.00 vMB 330
472,623 472,623 000000000000000000ccdcc2247bae0f4ad0fbe125c9dd5f46f96f77dc891ae9 2,458 1.00/1.00 vMB 365
472,622 472,622 00000000000000000059a78c30e5c6b1a2b999868fee6676ec75da2f2437b54c 2,069 1.00/1.00 vMB 389
472,621 472,621 000000000000000000e9c0de9c696b7d7801ebb49879107d7b54888ce53f78d0 2,541 1.00/1.00 vMB 404
472,620 472,620 00000000000000000033ea141ca13f5b067fd83acdcea3c977d9bcc69d0d8c38 2,002 1.00/1.00 vMB 228
472,619 472,619 0000000000000000011878b129384abfc4e04d3c8b50534219772b324bbee85a 2,390 1.00/1.00 vMB 366
472,618 472,618 0000000000000000015a2a28d367d16f6482df0aad3da5538eb4deabe5dbc952 1,478 1.00/1.00 vMB 75
472,617 472,617 0000000000000000003d89a2e737706305b408313163fabb8d0b9c099e9c2b1c 2,457 1.00/1.00 vMB 359
472,616 472,616 0000000000000000004421bd0a6d849c54f0d29a433ff121353aa8684f7c3fc5 2,492 1.00/1.00 vMB 341
472,615 472,615 00000000000000000045221939d923ca7872b4237c7c45886a445d9573a2c3fc 2,321 1.00/1.00 vMB 354
472,614 472,614 0000000000000000003386cccf8456e57741e483e131aebc1476efcc95094a54 1,200 1.00/1.00 vMB 146
472,613 472,613 000000000000000000033611654edd5c0d4c3d81ab10ae993cab46f8bea9cc04 1,610 1.00/1.00 vMB 242
472,612 472,612 000000000000000000b4c2988ce57f6d164716d4e4f2d812e3f1330a5cc39084 669 1.00/1.00 vMB 78
472,611 472,611 00000000000000000123dce6ac4f955af6c2f0c9f2ab4585405e823b89a8d528 337 1.00/1.00 vMB 43
472,610 472,610 00000000000000000145b13d0b6f7a213545a11e24c7140fa2347cc60cc7f932 493 1.00/1.00 vMB 21
472,609 472,609 000000000000000001200736fcb73c3d02dcbc2994751a1e90f08974076bf61e 1,591 0.87/1.00 vMB 311
472,608 472,608 0000000000000000013e7ffa420802109d2fa274489018344fc686c3395ae717 870 1.00/1.00 vMB 80
472,607 472,607 000000000000000000a7417019e15a2570c7e6af023e7bf2a4e026e9b32ee8d0 949 0.51/1.00 vMB 292
472,606 472,606 000000000000000001685d0edeae5441a02930178d8f2eae32a76828341d9f83 1,697 1.00/1.00 vMB 90
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.04 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.