Loading Tool

Explorer IconExplorer

Memory Pool

74,408 transactions
27.56 vMB
0.07078186 BTC
Random Selection Loading Transactions
Max Size: 168.09/200 MB

Candidate Block

Mining Attempt c1d983097581c3f348b2d3cb32994e478f87323d2ca14160a5b81af9e079ff96
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root c1ed2b323ca7040d722b0e638011efd6dbdc6a42d55d4253373b3a229cc23a40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,289
Size: 1.00 vMB
Total Fees: 0.01203395 BTC
Feerates: 65.93 > 1.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (467,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,709 447,709 00000000000000000029b5345bfee1b5da60a8e8ccd213fe61cae26a3d210ac0 2,617 1.00/1.00 vMB 95
447,708 447,708 0000000000000000020a09d2c37f09d89caf87d8d1b4358d75a34232c234d5e8 1,603 1.00/1.00 vMB 68
447,707 447,707 0000000000000000025d532de25c58fc109af065c36451083c125f2fbc575841 1,419 1.00/1.00 vMB 52
447,706 447,706 0000000000000000027ae072867b5f22b4a8e7fef7a336011c1fbc1bd9687109 1,916 1.00/1.00 vMB 61
447,705 447,705 000000000000000000de828e62de7289db32a014ebee824b404f127612d1a43a 1,607 1.00/1.00 vMB 73
447,704 447,704 0000000000000000001a7cfc06c96f02d3f4988a23487cb4e5a5792cd111946f 1,922 1.00/1.00 vMB 67
447,703 447,703 00000000000000000068522a34c2b3fe1e3353d09364a42b0a80cbd55cedfc37 2,260 1.00/1.00 vMB 76
447,702 447,702 00000000000000000310e10f6804d37098c23ef84c9d3077ae1c61305de44c05 2,763 1.00/1.00 vMB 107
447,701 447,701 0000000000000000010330999ae60d44eec78c105263fd933b8e6db04b1559c3 2,888 1.00/1.00 vMB 84
447,700 447,700 000000000000000000afe276d3991f6cecad15034b0544c0641ca9f72d9ea5a5 3,165 1.00/1.00 vMB 83
447,699 447,699 0000000000000000030d94c38fd05c2e856ae08f3e8f25d3dfab8a6ce68013a6 2,329 1.00/1.00 vMB 80
447,698 447,698 000000000000000000f981ba6acdfccbfbf4c3143241692e1195710cb3592433 1,608 1.00/1.00 vMB 65
447,697 447,697 00000000000000000239e34b3bbe0a9f08e856be6343777975ffccb1083f76f2 1,908 1.00/1.00 vMB 70
447,696 447,696 000000000000000002d308035487c135de7a5e335c027ef8df1f5d3313e081c4 2,287 1.00/1.00 vMB 85
447,695 447,695 000000000000000000e1c66bae8809c2300dac567cd0b1917862ebbbeefc648f 2,447 1.00/1.00 vMB 105
447,694 447,694 000000000000000002673526c5395808636c3b82cc2287d26dcfcfb8e7188565 2,347 1.00/1.00 vMB 65
447,693 447,693 00000000000000000098418a614f48593077bf17838d9c45481c6f175eede257 1,726 1.00/1.00 vMB 83
447,692 447,692 000000000000000001a7d4edfb0d42f58f81332435b4d26604c4eea8b0b6aa28 1,759 1.00/1.00 vMB 75
447,691 447,691 0000000000000000027f9c426b9b9f98aa97922083b6e8d297e1ce789c9ac4f6 2,832 1.00/1.00 vMB 98
447,690 447,690 000000000000000001c94da2c1326f3d2f1f2cff0f15a4b9f4e3a492973f714b 2,565 1.00/1.00 vMB 100
447,689 447,689 00000000000000000173328bf7817dc0beaba00d053a2e26fa10e2399c8dbf44 3,035 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 711.78 GB
    • Received: 17.12 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.