Loading Tool

Explorer IconExplorer

Memory Pool

34,995 transactions
25.70 vMB
0.08104630 BTC
Random Selection Loading Transactions
Max Size: 130.32/200 MB

Candidate Block

Mining Attempt 0f2db829a55ca856dc1deea1d04cd521eab35fbaa4680b8ee9f6776a714687c2
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root b8155dc436eedd8fe85b21acc66fba5d45fe965c85c8b734e3a74db5d9405497
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.02876995 BTC
Feerates: 150.71 > 2.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (906,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,463 8,463 00000000e017389c0490147e53ff28845b007ed51fcdc5e54f50fcaa3831d2da 1 0.00/1.00 vMB 0
8,462 8,462 00000000fad20effda3e87cd77d15cad42364b58f66fca28dda4b34363c671a7 1 0.00/1.00 vMB 0
8,461 8,461 00000000f90147358404dfd986c23e2f9cac57537a7ceab02c350e2c38bb20ae 1 0.00/1.00 vMB 0
8,460 8,460 00000000d36813aaa6d2e7515029679f142b0a42be684e23e91498648bacb7b9 1 0.00/1.00 vMB 0
8,459 8,459 0000000030c24b159bdf032c24fb14eeb798320e9f4e11d636aeb8eae48b9e71 1 0.00/1.00 vMB 0
8,458 8,458 00000000af567d147c0ff1353285ad51e2b904c958b36c45e5d4a99c124d6092 1 0.00/1.00 vMB 0
8,457 8,457 000000006ef058072941c3af8ff373e2a8fd59fe1caf0c6795b2cc54d1fa2d71 1 0.00/1.00 vMB 0
8,456 8,456 00000000eba4f5990ca6e790a8611124e774acc8f5a662056d2b960e0a02c806 1 0.00/1.00 vMB 0
8,455 8,455 00000000c858ffba5731087a945836fcb2e778ce6446ff3e8a40b77a44ef6945 1 0.00/1.00 vMB 0
8,454 8,454 000000000031e03f8f396ba4d1ae91489983fc878e3f4295e15052edf33858a5 1 0.00/1.00 vMB 0
8,453 8,453 0000000096dbaac683385c185df9fc82677b5aa72d36be2799dd4fadcf79a32f 1 0.00/1.00 vMB 0
8,452 8,452 00000000ab84f38f87cd4b1c237a668d8db911ace09e3bce09b034e3c77cb023 1 0.00/1.00 vMB 0
8,451 8,451 00000000cdb32825ea7611cdf2981d663362301c5a0883f062cce4da77ad50c1 1 0.00/1.00 vMB 0
8,450 8,450 00000000e74a842e631ddd610026648b888dcd3b19cd2367d9f89334c64b0244 1 0.00/1.00 vMB 0
8,449 8,449 000000008075febe41a0a338a29d96f1a77adc89b5ef40528a5c6a203ed59443 1 0.00/1.00 vMB 0
8,448 8,448 00000000f328621d6fa600202fe79cff93d99118acf9e08d31222e53172ec53f 1 0.00/1.00 vMB 0
8,447 8,447 00000000265863deee05eb6eaf6e5bdda8c83c9a91e4e23d78750bc9496e07a7 1 0.00/1.00 vMB 0
8,446 8,446 00000000479f42a88e1cb6c9fc39b2f7e42baa50685624eddde3bd517cf323fe 1 0.00/1.00 vMB 0
8,445 8,445 00000000c3015f3cc282595568401ed7ed512f399fc6fa7a33ed5de63d5abe83 1 0.00/1.00 vMB 0
8,444 8,444 00000000f097d15d4a19c0d1d9ebd4847f92c56c1d7e773d01dcff0aabc71e2b 1 0.00/1.00 vMB 0
8,443 8,443 00000000ee985adaa7242745800b7702d48558fbc517358be4fb597368f8b217 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 642.86 GB
    • Received: 12.56 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.