Loading Tool

Explorer IconExplorer

Memory Pool

77,051 transactions
28.60 vMB
0.06477765 BTC
Random Selection Loading Transactions
Max Size: 173.57/200 MB

Candidate Block

Mining Attempt bb772fb2987201d85ce588698a04e69609a1e6281983cfa370826b48d9de9b1d
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 377a5c6ea5c0e9b1440f493ab71417cfbc7aad11d094eb8765a969568e92a5f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,846
Size: 1.00 vMB
Total Fees: 0.00521474 BTC
Feerates: 100.72 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (506,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,393 408,393 000000000000000005d8276c1f16cb9efbb9312fb7c5419a586dd4842f435f9b 1,052 1.00/1.00 vMB 18
408,392 408,392 00000000000000000004a079cd7d0c92b6bc408971ae941897956ddebd19a1b1 2,862 0.99/1.00 vMB 54
408,391 408,391 0000000000000000056e393846539dc2cb6637c9d620c2bc8fb39e8dd7a6c9dd 1,652 0.99/1.00 vMB 26
408,390 408,390 000000000000000003f26c92456eee71ccbf68a115b55df895e6698d9e158a81 3,100 1.00/1.00 vMB 52
408,389 408,389 000000000000000000377145adf401a52f95bb33d72a86dd80e316e98f929b77 3,029 1.00/1.00 vMB 59
408,388 408,388 000000000000000003dcedf661782fecd35de90e6e5ceadaa88e4c1fcec37ec8 2,010 1.00/1.00 vMB 35
408,387 408,387 000000000000000003d112b213e53ea9c1b565222d56d196d9f0215356677fb3 1,104 1.00/1.00 vMB 19
408,386 408,386 0000000000000000012f9def9901e8fd17265eb982bc7d652d8408c9b39be92d 737 0.73/1.00 vMB 20
408,385 408,385 000000000000000002fa416c24a3c1a1a6019029c46cdd4a6ba2e57094140acf 2,200 1.00/1.00 vMB 40
408,384 408,384 00000000000000000460387b1595a169459142cd3d4b4f441e01187b08b27ea7 807 0.37/1.00 vMB 32
408,383 408,383 000000000000000001a5884273db7a5321dc33b83c6ddb73f8f374b67e488c1a 1,556 0.76/1.00 vMB 35
408,382 408,382 000000000000000000e764aa4fe026b56b65e32ab27dd1a7676ad19cdf12ea9d 693 0.70/1.00 vMB 20
408,381 408,381 000000000000000000669c362891076353133206fca67ef9eaeb01a7dfd0f9d3 1,025 0.52/1.00 vMB 40
408,380 408,380 000000000000000000bb237dcaaa5da1e8cbe689f1446c0a1a605a295e1249ce 1,542 0.98/1.00 vMB 24
408,379 408,379 0000000000000000054b0c988b4b20eccd77fb09ea422325e6dd1ed3047095e9 1,370 0.85/1.00 vMB 29
408,378 408,378 0000000000000000034fb222c821b27e44034253f3b61c4412d5adb06520925f 1,277 0.46/1.00 vMB 40
408,377 408,377 0000000000000000010844e2432d5b755bb33d76f2f3a3555dcba2a67f413ad8 313 0.49/1.00 vMB 11
408,376 408,376 0000000000000000007210d95366977bc03fbe659f7fe565d283a4c6134ff8c8 1,509 0.56/1.00 vMB 40
408,375 408,375 000000000000000005386f40bce4e58e17987f74d11ac82cc53f53cd0e1c57fc 511 1.00/1.00 vMB 14
408,374 408,374 0000000000000000018292f382f3f5bab770be48471eef84e6bd1aae4cdbdd34 1,994 1.00/1.00 vMB 34
408,373 408,373 000000000000000005529075d43ad71725f754cc09b44ca1c8757f61696275e7 2,920 0.99/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.57 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: 671.10 GB
    • Received: 15.86 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.