Loading Tool

Explorer IconExplorer

Memory Pool

79,173 transactions
29.32 vMB
0.09749561 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 368beb9793782f16320d2caef00b914fc6546b6b8d51c81995050b8b515bd1c2
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 627531d948645d48bd82f648a6695eb4cc0c0a046699a6c685e410e7d5604e7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.03533543 BTC
Feerates: 150.62 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (205,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,186 709,186 00000000000000000004061098c7e9ce2eb1dfb7ef728c9c1b4bf29325e28d51 544 0.30/1.00 vMB 10
709,185 709,185 00000000000000000001290fe75e75d6a5b25a5e4f4e30ae652e9549842f4674 1,952 0.82/1.00 vMB 11
709,184 709,184 00000000000000000004ae24f7f25413ad3b241a1c5c3412d4f65fdbd89be5fc 271 0.13/1.00 vMB 10
709,183 709,183 0000000000000000000c47cb178b2aa2dc93a7dd5352f73e7182b3c50ed8d2b0 1,094 0.33/1.00 vMB 13
709,182 709,182 0000000000000000000413bc23850963cb26cdf99338448b09a360f84d780c16 284 0.09/1.00 vMB 6
709,181 709,181 00000000000000000007cfad8a62e2ba2d9888d6b1435b4e8454096e55ae5b38 2,562 1.00/1.00 vMB 13
709,180 709,180 0000000000000000000c1068db74ab3ec30b05a1e2bc8fbf95417d56dcf11b18 306 0.11/1.00 vMB 10
709,179 709,179 0000000000000000000057e94082b2cf37ef57c8791dbcee1820585ebc582f39 1,733 0.80/1.00 vMB 9
709,178 709,178 00000000000000000009934d1a5d7325be7e5155a340d77df559a219dbd3bf5b 2,017 1.00/1.00 vMB 12
709,177 709,177 00000000000000000000bad5e8ffb5a31ea9f9b839572d31b43c0b58d5f9d0ef 593 0.18/1.00 vMB 14
709,176 709,176 0000000000000000000a81e2b2b79986b0a018aae2b3d186eaded61236f5bb2f 1,835 0.66/1.00 vMB 11
709,175 709,175 0000000000000000000841fe0288adc677f924241015f21a8ded83ade0857dd9 1,494 0.78/1.00 vMB 11
709,174 709,174 000000000000000000098b8f0c9dbc4ab96bbc0ca3c64a89ebd3334da302859f 289 0.09/1.00 vMB 17
709,173 709,173 0000000000000000000b2fa3ab28198af7328d2565767206fd0c5218a4b71595 2,493 0.88/1.00 vMB 12
709,172 709,172 00000000000000000005d25b1c426c3e1f1d80e5b0d56db1f5e1d03c8f81d1b2 658 0.34/1.00 vMB 12
709,171 709,171 000000000000000000054193ad08825a88e83e862c17119181ab9cc3156ebf1d 80 0.02/1.00 vMB 23
709,170 709,170 0000000000000000000b4438892bdb0d03880b845c025f9d219750bb9bc5ee9b 683 0.43/1.00 vMB 1
709,169 709,169 0000000000000000000b61aed3ade81969eb61c154bc995030ea99562952b393 2,083 1.00/1.00 vMB 12
709,168 709,168 00000000000000000005f26a15d1c127fb14488f8fd2076b37b955642aa2aaca 1,276 1.00/1.00 vMB 5
709,167 709,167 00000000000000000008b459b2f80c450905796bddc4e9294159079f8686da04 2,509 1.00/1.00 vMB 13
709,166 709,166 000000000000000000018093c3cbff43a1bce04f906f4aa1254fdc9e7614a57b 1,111 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.