Loading Tool

Explorer IconExplorer

Memory Pool

79,260 transactions
29.44 vMB
0.08893045 BTC
Random Selection Loading Transactions
Max Size: 178.15/200 MB

Candidate Block

Mining Attempt d26bda6db521ececfea2af0cca9bc4e384a357fd3939fc80a0a2e47caec9daa7
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 0f42db11cdcdb3e91ca94ec3513d68fc1abfd3a2fc0a95abd8719593215f504d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.02714844 BTC
Feerates: 301.60 > 2.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (177,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,017 738,017 00000000000000000005f54bf65b1ec9e8a3fb14876c30fc2bd5b93633146bcd 2,998 1.00/1.00 vMB 32
738,016 738,016 0000000000000000000827372605e95dd0eaba8c5ad8a814786938b537232fda 2,614 1.00/1.00 vMB 11
738,015 738,015 0000000000000000000782b931f8798dfbe2c628a3e092e83ba80a3c9da2dfd9 2,983 1.00/1.00 vMB 21
738,014 738,014 0000000000000000000488f35c1d360184cccc037c20cb72d2717395f0878050 1,819 1.00/1.00 vMB 15
738,013 738,013 000000000000000000002238647348a1fa9b21a6b5c1b99980050b978f11278f 3,253 1.00/1.00 vMB 18
738,012 738,012 00000000000000000003d6e76e60d95260762c65f421e8b0a97abe6a1827d4b7 2,986 1.00/1.00 vMB 31
738,011 738,011 000000000000000000024d931a48e5cf104b6cf4f750180d5b6d003eb9d6ca99 3,028 1.00/1.00 vMB 23
738,010 738,010 000000000000000000062c074d23d95934388d5323f2adca066e3119c500de92 3,256 1.00/1.00 vMB 21
738,009 738,009 00000000000000000000d78fff64002403fa32c2555ff4d7107a585bf6d1b18c 2,860 1.00/1.00 vMB 23
738,008 738,008 00000000000000000006ed567004da1d3fae7fc5fe5e5d5587fbba1e7884270e 1,013 0.35/1.00 vMB 9
738,007 738,007 00000000000000000002ad40ebd7f2dae882f780cce8d5120d8700021531b88d 2,463 1.00/1.00 vMB 8
738,006 738,006 0000000000000000000414d5e887a57965d9c571643a4ce4c8de43dd137c0c4b 2,757 1.00/1.00 vMB 17
738,005 738,005 000000000000000000063ee0334fef649691e368bc2de18abed49186d76fec0a 2,763 1.00/1.00 vMB 26
738,004 738,004 0000000000000000000756389e50b8fa7bbdcdc3cd5433f89a288a7c3972b36c 886 0.64/1.00 vMB 3
738,003 738,003 0000000000000000000671f2303b30688b857b038cada667550f650efa3a12be 1,864 1.00/1.00 vMB 8
738,002 738,002 00000000000000000006a42d89972c9a9961fb387dbcd95a5db03689ad1e5e6c 1,721 1.00/1.00 vMB 18
738,001 738,001 0000000000000000000537876eb235088c3f5458a28f7ac7c03de06dd99e2e0a 1,388 1.00/1.00 vMB 22
738,000 738,000 0000000000000000000005fd0dbd14507a20f2394fdeac2df33573b128409045 2,240 1.00/1.00 vMB 4
737,999 737,999 000000000000000000018336e5303ca39dd2955b843c4eadd7faca0339ff9189 2,226 1.00/1.00 vMB 12
737,998 737,998 00000000000000000000d0be698f926d4f32c007845e4dca04e5b34e6e897159 2,686 1.00/1.00 vMB 18
737,997 737,997 00000000000000000008f668ab442a29fa25811b496a8f31ec8aa7cd1ef5e0a7 2,039 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.