Loading Tool

Explorer IconExplorer

Memory Pool

82,957 transactions
32.08 vMB
0.08227111 BTC
Random Selection Loading Transactions
Max Size: 194.83/200 MB

Candidate Block

Mining Attempt 3ce6aec63e53fde33bbef0d0b33fdcc6e9a85d241a988b94b618497dbe0d4fc6
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root ce4f2261da8c7c883e9b83c4334346622c52badd590927b35d606ebcddae5e02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.01203025 BTC
Feerates: 146.96 > 1.21 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (506,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,648 408,648 0000000000000000037637a00db845c809e30c8ec82c3a97134203aca6470c98 730 0.39/1.00 vMB 28
408,647 408,647 000000000000000002a2522f7794ff76dcbe2dafe60156c5181ee55fd9631932 613 1.00/1.00 vMB 13
408,646 408,646 000000000000000002c1fdd5e3737cee2cec84ae8ff5b98d52e51ae57a75d679 1,779 1.00/1.00 vMB 27
408,645 408,645 00000000000000000349ea0518dfd464904d8b755fd88037f1d4f88873ced789 105 0.03/1.00 vMB 57
408,644 408,644 0000000000000000001cecf9c79071e6edd53e0069accf4a4052c3e0988fb7a6 1,399 0.58/1.00 vMB 36
408,643 408,643 000000000000000004ca0f0cc7d2b3fabe9eb8c5d642eef92d66a821ed4be6d0 993 0.54/1.00 vMB 29
408,642 408,642 000000000000000005044a2f08341fbf99a70a84ca5de3d7328c88296e5e4942 2,344 0.93/1.00 vMB 39
408,641 408,641 000000000000000005a7f1bbc285765f0e47da32c0361a9f5256500af230859a 895 0.39/1.00 vMB 35
408,640 408,640 000000000000000005c9d8fcc26e777d6266993a05f30b3d6f835b9086a349d1 641 0.31/1.00 vMB 44
408,639 408,639 0000000000000000037963a9d2b8620d34a8c35571d03c3bd8f5a45007f76ec5 413 0.17/1.00 vMB 39
408,638 408,638 0000000000000000057e54956d8b38e14eb7eef2900d5021bd6e6ecc87197bfe 1,861 0.89/1.00 vMB 45
408,637 408,637 000000000000000000d846404b6451f1d41a29797c7f3ba7edf9ac4455ac4703 2,681 1.00/1.00 vMB 41
408,636 408,636 0000000000000000049eab97c70534af7aff3642d67fc45de90c67357e4ad386 1,127 0.47/1.00 vMB 35
408,635 408,635 00000000000000000490f0ad7e49b190a150759d48ffcec47421c54cbe855ece 867 0.99/1.00 vMB 19
408,634 408,634 000000000000000002a916596194958406cc7041bdce9c6d603fb851ed2c0d29 1,739 1.00/1.00 vMB 30
408,633 408,633 0000000000000000058700aab3d2e667e92c37ad0817339a1f808c58cadba8d5 1,942 1.00/1.00 vMB 42
408,632 408,632 000000000000000005b0518a8d9d644af7f33148a05c46a90f3ba12714629208 763 0.34/1.00 vMB 36
408,631 408,631 000000000000000004b35c03ac164b76bb1870225e63fe3e3222bcc428300918 1,025 0.43/1.00 vMB 34
408,630 408,630 000000000000000001f37e809f5714fb10848e1dbfa0b1797d8f3d51c8b36ce5 966 0.59/1.00 vMB 26
408,629 408,629 0000000000000000025e9a693bec5b5ec73c232bee26d5cda7a71f00e2238aee 477 0.99/1.00 vMB 11
408,628 408,628 000000000000000003f5234d2adac01b90f6a37a2b46048ab506698c0f262c9d 397 0.22/1.00 vMB 38
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.