Loading Tool

Explorer IconExplorer

Memory Pool

40,985 transactions
26.32 vMB
0.05613261 BTC
Random Selection Loading Transactions
Max Size: 137.73/200 MB

Candidate Block

Mining Attempt 4550eaab8b06fb0d6c6f875219ec51d5f84caa976c68d28d8e076a1699acf34e
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root e7f1bc8097cbdb61ffb20d0904fcd21e4df505166ed09d5893a559924cd9bb5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,610
Size: 1.00 vMB
Total Fees: 0.00803985 BTC
Feerates: 100.00 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (785,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,496 129,496 00000000000011747f86604379f3b1add324bfb7899473275a38483471b0a447 46 0.02/1.00 vMB 303
129,495 129,495 000000000000114ee8a5443c5cc84818874debcfae34890d9f1924111246af4c 104 0.04/1.00 vMB 2,075
129,494 129,494 0000000000000a6bfcd004cc046afa81df393217141dce093108d8854eea985d 3 0.00/1.00 vMB 0
129,493 129,493 00000000000013ce668a072746a1ef26f5ae4fc6b14c2e49c2d5041bf13713dc 50 0.01/1.00 vMB 624
129,492 129,492 00000000000002f66278b83bc17be01eb6d856e8aa66b65e281046d66b597005 128 0.05/1.00 vMB 1,005
129,491 129,491 000000000000078170a0d0152f243635c08d9795973c6273924745b9c78c6bcd 12 0.00/1.00 vMB 1,219
129,490 129,490 000000000000073d56f996756bf05f4bf2d054e7890bee595bf419d30f9f9e9c 26 0.02/1.00 vMB 829
129,489 129,489 0000000000000ff267cdeddbbde9f82b5b538e63ea5561a6728ec07ad8b5f713 136 0.05/1.00 vMB 736
129,488 129,488 000000000000171dd9c6a192488a7a5b9781ab57a433960c2f747a7d20d71ceb 176 0.05/1.00 vMB 225
129,487 129,487 00000000000014184b613ef66b4dc9c973ecf249b162d37d06754c1ba9610048 76 0.05/1.00 vMB 699
129,486 129,486 000000000000111fd4a8349ebe7db738fab4fbd81d9fd8f5b0b971da3f15f1a7 92 0.05/1.00 vMB 282
129,485 129,485 0000000000000e5346adaad4ae84a064412e1a89a5b3b0c4703a08748b92dd07 46 0.05/1.00 vMB 78
129,484 129,484 0000000000000925fdd64438433b5348487f92f985cd82d1c915ba47c8efd4a9 1 0.00/1.00 vMB 0
129,483 129,483 0000000000001879a16ef6900cbdfd97863bafa5e3e7ab49e18e612b851ecf76 61 0.03/1.00 vMB 964
129,482 129,482 0000000000001a7793ef45c7b472936aded5b06a06daa8d928bc84303afd76ad 69 0.04/1.00 vMB 527
129,481 129,481 00000000000006231bfffb802c4dd87467a3caf2468bd43b59ccaa19286679fb 1 0.00/1.00 vMB 0
129,480 129,480 0000000000000f109759d1fbf0258d517499b8e0bed1eda3ab6e8bac32be299d 60 0.03/1.00 vMB 113
129,479 129,479 00000000000016df55aa7e72e46aff3fbb8c42e0322afc1d78181254250c6ee8 29 0.02/1.00 vMB 1,654
129,478 129,478 00000000000016b15afa9f8bff4eb720db7d37f03df2ab98d70a4dcfb15221e3 53 0.03/1.00 vMB 754
129,477 129,477 0000000000000b6114b9db166dd9810d01aaa063d00aae4a0ee1041140730a86 5 0.00/1.00 vMB 0
129,476 129,476 00000000000015abf8c508431e5b7de846dec3deb87ebe0a515a8f2e7b58e837 13 0.00/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.