Loading Tool

Explorer IconExplorer

Memory Pool

14,881 transactions
10.93 vMB
0.05105484 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.87/200 MB

Candidate Block

Mining Attempt 5af6b69e560e04522827055bc276a673e6cf51dc4053cda4a58dd1a46ddeee69
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root 0409bb16cd934c4cdab2376a087e39a4f80a8172ba8e99774b7822574912a6dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 0.99799225 1.00 vMB
Total Fees: 0.03033880 BTC
Feerates: 202.69 > 3.04 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (813,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,660 100,660 000000000003a73d31bbae2cebd925e32d08d280fd48dd43cbcecd0ac2d3b0b6 1 0.00/1.00 vMB 0
100,659 100,659 000000000004151207bec18d5304995cdc6f2f2de936f80c7146459ae3a14af7 2 0.00/1.00 vMB 0
100,658 100,658 000000000000a2afe9576b74bff9575933dd07f628d66c7564aab8f732f6d576 2 0.00/1.00 vMB 0
100,657 100,657 000000000001a387484341726024456a750f989a767e36749f8c8e4cf60c0502 1 0.00/1.00 vMB 0
100,656 100,656 000000000001063b9461d72d1a600f27f14f04eca82d3aec0a2090cca0d3cf26 1 0.00/1.00 vMB 0
100,655 100,655 00000000000227677e55f042c3d380f818a7f37335a475f79898393e5ee99475 1 0.00/1.00 vMB 0
100,654 100,654 0000000000021ac4d4ea879783659fc0f51d6066348354a8ae3814ff572d8ba7 3 0.00/1.00 vMB 0
100,653 100,653 00000000000226441ea1e1ef61162bed5d3cbd69defbdc28405e77432a586d26 2 0.00/1.00 vMB 0
100,652 100,652 000000000003b3e573816075c867fabf51426cef792fa09f90076ec9d2c55910 1 0.00/1.00 vMB 0
100,651 100,651 000000000003f964a8cdf2d92241daf6a335bf571c031a93c4c90530210bea99 2 0.00/1.00 vMB 0
100,650 100,650 0000000000038c1916ecf3113bc813025ca0f9fc65b02f413dd443f42bc7445e 4 0.00/1.00 vMB 0
100,649 100,649 0000000000040bcdba41707b1812e712aa01f203d4d39210797e912f7e8e5128 1 0.00/1.00 vMB 0
100,648 100,648 000000000000a5053743180addeb1cd91bb286ff9fa73a68fd2875bb411c385d 1 0.00/1.00 vMB 0
100,647 100,647 0000000000019a178189fede64f8211e3200af842fa2a3d250e7c76647a65cfa 4 0.00/1.00 vMB 0
100,646 100,646 0000000000023c073f9034366cfb8ac1c05169d5ddd6283058a22869c392cd02 1 0.00/1.00 vMB 0
100,645 100,645 000000000001da435b50f3490bfe0cc6b80128549bbc6cc4e9eb4c75d2e623f6 1 0.00/1.00 vMB 0
100,644 100,644 00000000000004267a8f8aa54ad414918fb7a4eeb9bdb68cb340245e53b5bd4d 1 0.00/1.00 vMB 0
100,643 100,643 00000000000240b8e6cbd054bbef8c82cb20f9814f38a6a47ae54c9adbe15645 2 0.00/1.00 vMB 0
100,642 100,642 000000000003912c4164922fa116f901312e22a5645f47cc4025a1833fe4fbba 4 0.00/1.00 vMB 0
100,641 100,641 0000000000031d9fb6649b1559118c27dc1cc4b9e858a4e20f144de3ec32be37 6 0.00/1.00 vMB 0
100,640 100,640 000000000001fb6d4df8572cc88b5c26aa1ebd04095d21a2da252fe689060bfb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.28 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: 516.61 GB
    • Received: 4.46 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.