Loading Tool

Explorer IconExplorer

Memory Pool

43,330 transactions
26.38 vMB
0.05830276 BTC
Random Selection Loading Transactions
Max Size: 138.64/200 MB

Candidate Block

Mining Attempt 1555c17e7bcd51cdb3270413eb0909ff3b2a6c16f17c65dc8b3631d4358d9e03
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root b3bf2a1d3f9fe813769b7de99ae324dd10fbde914f97d342b15225d0ca2d2f82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,145
Size: 1.00 vMB
Total Fees: 0.01003348 BTC
Feerates: 150.52 > 1.01 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (395,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,180 519,180 0000000000000000002df2898cdd8622bff117872f776295c6759d85067d6bdd 1,358 1.00/1.00 vMB 16
519,179 519,179 0000000000000000001819caa3298a40c951fc7781d316cc5f9e68a18bd523a4 1,243 1.00/1.00 vMB 22
519,178 519,178 000000000000000000447d78ec6fc55c801b5765b9ebf2a384dd6fa720511321 883 1.00/1.00 vMB 15
519,177 519,177 00000000000000000018ff140d3e98bcd4b564f06eb9008b1b0c8e08cd65d026 1,991 1.00/1.00 vMB 33
519,176 519,176 000000000000000000413bba90063d1dbf7c806e2c6886b533afa8805b15f72f 2,931 1.00/1.00 vMB 36
519,175 519,175 00000000000000000029d0797b6540f575da98031c0c5d3759f23e4ea882737a 2,153 1.00/1.00 vMB 17
519,174 519,174 000000000000000000261e903b48cd3215097fbdfd3b0085e64c5b644ea16b8f 2,005 1.00/1.00 vMB 33
519,173 519,173 00000000000000000030776c1434df38c55baef73d253d879a48eebb6bd8de2b 1,880 1.00/1.00 vMB 26
519,172 519,172 000000000000000000119fe0186d9be92b42d94ddcbe7a52ed8e614f4413a598 1,808 1.00/1.00 vMB 24
519,171 519,171 00000000000000000033d12672875a0bbc828fc2f2aa02ad6efb92c92db6c0d9 2,090 1.00/1.00 vMB 24
519,170 519,170 000000000000000000370518ea8dc09d8f63296aff7e85d4985d36b6c97d5380 2,517 1.00/1.00 vMB 27
519,169 519,169 0000000000000000000c3c659462a9a6b6cada4ac647bc0b7e8dd184215d7976 1,868 1.00/1.00 vMB 32
519,168 519,168 00000000000000000003f4224f940b9628876260ffb5f198297aece68dcba876 1,544 1.00/1.00 vMB 52
519,167 519,167 0000000000000000001c9d658a282a84ab707b1c7961a9e6216f6c4bb98120c1 2,256 1.00/1.00 vMB 28
519,166 519,166 0000000000000000001e0145f407c0e2413e557793d5d08a0158cfd557ed31fd 2,503 1.00/1.00 vMB 106
519,165 519,165 0000000000000000003638e50550b5d7db8f14e5a53162de851a893f055ed215 2,860 1.00/1.00 vMB 28
519,164 519,164 00000000000000000042fa74a46276438501e14330d54c5aadad6cd29ca333c1 2,650 1.00/1.00 vMB 28
519,163 519,163 00000000000000000021e2b4ec0368ec3e93122b3d2e50b6ee590ada966d6596 2,103 1.00/1.00 vMB 41
519,162 519,162 00000000000000000023fa8fd1f5524d970e9003ef42105cab3b684c3343be12 367 0.13/1.00 vMB 33
519,161 519,161 0000000000000000000a4ea2aa7cfe51440ee2a73485e88ba84a1eef11a13696 182 0.10/1.00 vMB 19
519,160 519,160 00000000000000000005a8f634b71707b273dd443c1f73ffc3455763780fb26c 221 0.06/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.95 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: 647.07 GB
    • Received: 12.89 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.