Loading Tool

Explorer IconExplorer

Memory Pool

46,215 transactions
28.17 vMB
0.07481230 BTC
Random Selection Loading Transactions
Max Size: 149.13/200 MB

Candidate Block

Mining Attempt a71899e180fdec5a4ddf9eff7945fac1218b1f611041bd2dea75376de967ec0f
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root a1da9fb47c8dc17cd8601faaca98385bf344dac856bd6997e986a7a8758e8a7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,908
Size: 1.00 vMB
Total Fees: 0.02049741 BTC
Feerates: 101.53 > 2.05 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (148,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
766,002 766,002 000000000000000000015457bb8e35444eae295f2b1e10acac71fb00e1e3dbbe 2,655 1.00/1.00 vMB 24
766,001 766,001 00000000000000000006754bde7eb2f796dcf4ce9f704a9a326cf1d28ba00dbf 2,799 1.00/1.00 vMB 37
766,000 766,000 00000000000000000006f493912152702c2c21d251f357aed0f5f16d8c873728 1,766 1.00/1.00 vMB 17
765,999 765,999 00000000000000000001a3909792e3ca57a66a79dcd27b757f36d8e720277cf1 214 0.13/1.00 vMB 8
765,998 765,998 0000000000000000000051d3039ef29b0e00872fd367efb8f4bf3dee1510f4f4 2,099 1.00/1.00 vMB 12
765,997 765,997 00000000000000000006723d7f0e691aae4bd758e4a7879e6e2fdb856131528a 3,023 1.00/1.00 vMB 20
765,996 765,996 0000000000000000000126045da7f1016bfa537068bf7bce8489de1d59d72c02 332 1.00/1.00 vMB 2
765,995 765,995 00000000000000000003b552346397efc79e4df33d2efe6a088d55ebb4498d12 2,182 1.00/1.00 vMB 11
765,994 765,994 00000000000000000005195aa19b814c5931f430362e7641edbab6e1c6f3929e 3,447 1.00/1.00 vMB 28
765,993 765,993 00000000000000000007692ed2782e4771030e2cbf91ace21459fb53e042d3cd 564 1.00/1.00 vMB 3
765,992 765,992 00000000000000000001c8150cd23c1cb9619391ff6cbb68eba1dbc8dbf15fc7 1,353 1.00/1.00 vMB 7
765,991 765,991 000000000000000000029060f932d4b47b4f6aefb7b5404730df41d5edd2eb59 2,289 1.00/1.00 vMB 23
765,990 765,990 000000000000000000019e0b0004a91010b557be966bfae8718a584d0d15a656 2,145 1.00/1.00 vMB 13
765,989 765,989 000000000000000000025dce734286526f59ebef8b4056ee6e6eb6106dee7258 2,002 1.00/1.00 vMB 9
765,988 765,988 00000000000000000005dfe3e9530d504842991a6686d8c20c5e2d5ab10aff1c 2,614 1.00/1.00 vMB 16
765,987 765,987 000000000000000000015e13a57934c6f87646a8b20d537f60289cd1da9f6679 1,690 1.00/1.00 vMB 4
765,986 765,986 00000000000000000006d5c34e7ea84c7aa05f4faa651ceaf5de0997f05caab2 1,691 1.00/1.00 vMB 10
765,985 765,985 00000000000000000000ab0d29ad96de67e80cf3ada42b93bad733d2e230fdbf 1,586 1.00/1.00 vMB 14
765,984 765,984 00000000000000000001f585edeb339bee85ba102d5c2be3882d33e3404c7a7b 3,147 1.00/1.00 vMB 21
765,983 765,983 0000000000000000000021dfb5106aecebf260f9acdcbfa68ff7147908b2a5e5 2,172 1.00/1.00 vMB 29
765,982 765,982 000000000000000000063bf493a9590e01f0d5836c76768b6d2cdb64a3da0e8c 2,928 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.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: 656.77 GB
    • Received: 14.43 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.