Loading Tool

Explorer IconExplorer

Memory Pool

82,468 transactions
31.88 vMB
0.07746877 BTC
Random Selection Loading Transactions
Max Size: 193.80/200 MB

Candidate Block

Mining Attempt f017a24c07f53d81115482e315a611d7a0eda94e740fcc2d179716804826262e
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 309dbfe34ee86585617177c4cf49c6e4e0caa8aa3c9e4af0a1535ff4b091148b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,350
Size: 1.00 vMB
Total Fees: 0.00764122 BTC
Feerates: 146.96 > 0.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (531,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,671 383,671 00000000000000000447bce157a1127d5e44adde039a1db53ad13e8fefdcac40 708 0.37/1.00 vMB 28
383,670 383,670 00000000000000000959b689c2779ec0b279eba79b9a097d6dad261c81dfd0af 602 0.29/1.00 vMB 30
383,669 383,669 0000000000000000000da8cc7575ecf6abc7c645e64c386ba1e81c65e27ea6e8 638 0.29/1.00 vMB 29
383,668 383,668 00000000000000000c14745999040c3a868d99ffbe172eb95ea5d4628cb2c318 1,083 0.50/1.00 vMB 33
383,667 383,667 000000000000000002f428a1db07dd0be8a6ff34f59bce08fb11d50a83f51e7b 1,101 0.50/1.00 vMB 33
383,666 383,666 00000000000000000f87f7e57230f6765333e0ccc9f3ae3f74e022f0216dc102 477 0.25/1.00 vMB 32
383,665 383,665 0000000000000000045c247b8f695c3309b307b6797b997f0d72c187249eb1c9 659 0.81/1.00 vMB 13
383,664 383,664 00000000000000000056284f400297f4a6f1b160cd379b091c4ef5f0864ac45a 968 0.36/1.00 vMB 46
383,663 383,663 00000000000000000c5ebcf43d762dc6d7489db339050e23c23e7bec79f95869 469 0.25/1.00 vMB 21
383,662 383,662 000000000000000003d2f3dd259def83f9026f049eb2b751878d96855528c5e2 366 0.25/1.00 vMB 19
383,661 383,661 00000000000000000317a484a0b85d6a8f471db4926bba8d3de8be81f7b14896 377 0.22/1.00 vMB 19
383,660 383,660 000000000000000005375c2ab92cc72a63b438a0c15509ef4b3e7aeeb8d77523 884 0.48/1.00 vMB 25
383,659 383,659 00000000000000000432288acd3f1adc5598161034a27b8c46639d1a7ce0023f 1,757 1.00/1.00 vMB 33
383,658 383,658 0000000000000000040e57cf2e1aa0061a608641bf4d7bf5bfa3f5cc17b6feef 2,024 0.75/1.00 vMB 38
383,657 383,657 0000000000000000063fa7c4eff4e24a4e483e50447343856dafb3b4ad57e460 61 0.07/1.00 vMB 7
383,656 383,656 0000000000000000053da4b3909201b3528c0708a9746b05d43440fad6a8d63f 956 0.44/1.00 vMB 31
383,655 383,655 00000000000000000899a9b4da9d55a6ceb4cd855806b6b3def92d75f4e59d0c 391 0.16/1.00 vMB 35
383,654 383,654 00000000000000000be5bb5e89405c6ad2118663769314b61f6f3ebe374b0175 567 0.31/1.00 vMB 26
383,653 383,653 00000000000000000c3a89615c317462d86c386ef2b1d0bb1f5def4a9851febd 567 0.27/1.00 vMB 29
383,652 383,652 00000000000000000125a1a22264d06625b596e2a5daa094a7529c77c94e93a7 813 0.36/1.00 vMB 33
383,651 383,651 00000000000000000ee7c0e441e8d5d1e482da61aa6351fc8d6ba6e5e00d3905 1,631 0.69/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.