Loading Tool

Explorer IconExplorer

Memory Pool

82,918 transactions
31.39 vMB
0.09401765 BTC
Random Selection Loading Transactions
Max Size: 190.55/200 MB

Candidate Block

Mining Attempt c90e02bb411c66bc5795428885ac90b50246a0efed2251e139a844d88f4edad4
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root ba637fdbf020e03dd8eb382460aaacc24e874b0c6bc68b175e99681012f5aa81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,168
Size: 1.00 vMB
Total Fees: 0.02576443 BTC
Feerates: 100.69 > 2.58 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (316,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,655 598,655 00000000000000000005684fe18f2fc0f063336ff1f31ffeeb53fc7030e9d3e8 2,839 1.00/1.00 vMB 25
598,654 598,654 0000000000000000000fd994b1ca8c3f0dc642c44fc869d7ae821652a35331a0 2,707 1.00/1.00 vMB 18
598,653 598,653 0000000000000000000aafcd50b2c1d48848d567f2a8e336d7e8caac5557218c 3,041 1.00/1.00 vMB 17
598,652 598,652 0000000000000000000139bdb45da4cda4b505eb74fb0ea15ed7f768e1da57dd 2,664 1.00/1.00 vMB 37
598,651 598,651 00000000000000000001c4818b82ed9476e506d2c1f7a3da744e25f0a081a5ec 2,359 1.00/1.00 vMB 7
598,650 598,650 0000000000000000001431e1e914b1c3e3d5cd0303195a2e6c76a5aeff08fb04 3,272 1.00/1.00 vMB 24
598,649 598,649 000000000000000000098c2374262da36d92f823278b1166c7c099501cc8d38c 1,812 1.00/1.00 vMB 11
598,648 598,648 0000000000000000000ebfade78ef247aa1f25ce4c60a99848f743455629a0c9 2,925 1.00/1.00 vMB 36
598,647 598,647 00000000000000000007b75d0841a2aea1fea2e44a618c6a99e6109420f5f1b3 1,615 1.00/1.00 vMB 7
598,646 598,646 000000000000000000159d08e358cda8066dc24f90b305da0acd54f5d6fbf3b0 2,538 1.00/1.00 vMB 10
598,645 598,645 000000000000000000132ec1ce0bb036d6aaa43a0b80997bc8cb48738ec03041 2,914 1.00/1.00 vMB 38
598,644 598,644 0000000000000000001211f43ef5cf5e98ae4ca633dff9ab968d568e802dae25 2,409 1.00/1.00 vMB 14
598,643 598,643 0000000000000000000f4f477b11033f751cfd558fa8346fcbc2fff2f8274eea 2,731 1.00/1.00 vMB 22
598,642 598,642 00000000000000000013b14fc6f83c3a104c21105421fcac14832e6f1e1e6bea 2,268 1.00/1.00 vMB 19
598,641 598,641 000000000000000000032beab66c15dbc18ce72998e275cfa7fffcea80d128d3 1,478 1.00/1.00 vMB 11
598,640 598,640 000000000000000000083811eddd3021246e4e5afbe848e05244f8b0b183c159 2,132 1.00/1.00 vMB 17
598,639 598,639 00000000000000000014935dc129436cebc6833de8ef0454dcbce31e917874df 3,281 1.00/1.00 vMB 20
598,638 598,638 00000000000000000002bff1c11acfe732432589739c98e914b6820bb1deceba 3,102 1.00/1.00 vMB 23
598,637 598,637 0000000000000000000cf95b7900fc6a3ae96df5b79f70289b8ae3d5c09ac590 2,554 1.00/1.00 vMB 22
598,636 598,636 00000000000000000010445a436cb60eb3ef6f2d16a7a8adc951675917f9c7eb 3,165 1.00/1.00 vMB 34
598,635 598,635 00000000000000000006c853e15c07fefe1ed82ada3fe22c6ecd735b35550bb2 3,422 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.72 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: 702.62 GB
    • Received: 16.63 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.