Loading Tool

Explorer IconExplorer

Memory Pool

45,516 transactions
26.70 vMB
0.08353161 BTC
Random Selection Loading Transactions
Max Size: 141.74/200 MB

Candidate Block

Mining Attempt 3fb211e54041e3940fb10a346d9d8ec63f2e0252c6541c9defb9e74a85e74c8a
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root 5500fc98df008d03a5f50c415f4388dd241feb1209b837c8a33f3cdb4b9e4da1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,709
Size: 1.00 vMB
Total Fees: 0.03435937 BTC
Feerates: 101.64 > 3.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (99,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,892 814,892 00000000000000000000f47c78e2a04d8c01236bb95ff7216f4d5ded9596249f 3,433 1.00/1.00 vMB 25
814,891 814,891 00000000000000000001a1ed313288143020b33791725120bb335c7a218163d6 3,364 1.00/1.00 vMB 26
814,890 814,890 0000000000000000000107fe6328b7c1305bdb5ce65ffb369d50c6059af527c5 3,414 1.00/1.00 vMB 28
814,889 814,889 000000000000000000028287f086f95d6f2257fe23a94eacc3e7c053610b5109 2,846 1.00/1.00 vMB 13
814,888 814,888 000000000000000000017adde7f26e7009f694870fd98466ff46f365bbcf5c2d 3,378 1.00/1.00 vMB 23
814,887 814,887 00000000000000000002c5fa1a69759a1f38820292686301e84df25ecac4d59f 3,367 1.00/1.00 vMB 26
814,886 814,886 000000000000000000003efb394b65149d15ffac6dea912552781dfc67a9d324 1,765 1.00/1.00 vMB 15
814,885 814,885 00000000000000000002405092bc39bce30512b47a7ed6f4b6751dd251945b40 2,114 1.00/1.00 vMB 16
814,884 814,884 000000000000000000014110cc01f9d149776e50c04c82b6a54f5a2b133b1b99 3,450 1.00/1.00 vMB 24
814,883 814,883 0000000000000000000199e2d434339386929f22848eec99795a73158f7f2e1f 1,808 1.00/1.00 vMB 13
814,882 814,882 0000000000000000000164dbb81fbea0a98f09eae1ff2a51493cb3a633523891 1,783 1.00/1.00 vMB 17
814,881 814,881 00000000000000000001e56c839e237d1a143dd9f6e65707b2ec95f538a9db99 3,749 1.00/1.00 vMB 24
814,880 814,880 000000000000000000033c7f4feb88c1cc5593c7c588877ac4d00c54cc55fee9 3,497 1.00/1.00 vMB 33
814,879 814,879 0000000000000000000365ff7535528e43b5c6793e840c2b2a0a38e1648c930f 2,964 1.00/1.00 vMB 12
814,878 814,878 0000000000000000000247fbf25cbe8f92c4df6c83a6473ce2fbabe54da03647 3,476 1.00/1.00 vMB 28
814,877 814,877 00000000000000000001e43a55d1b943c63311593536636d48e314477ba21639 3,411 1.00/1.00 vMB 20
814,876 814,876 000000000000000000022bd3a58ac40fa7f017ff1365d1d12b89cd3f168644f8 3,385 1.00/1.00 vMB 16
814,875 814,875 00000000000000000004141915a4d0c2639998028224b09522b1f5d57ea12a6d 2,938 1.00/1.00 vMB 29
814,874 814,874 00000000000000000004640673138d22342b8d5f24e95fdebc8f003d43289d73 3,263 1.00/1.00 vMB 22
814,873 814,873 00000000000000000002adeb823c9f94249a3624e34839d8ba5a7c7d456becc5 2,431 1.00/1.00 vMB 16
814,872 814,872 0000000000000000000221184cc216b3800c9f63754fbf4e7ed850b675eb93ff 4,155 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.09 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.