Loading Tool

Explorer IconExplorer

Memory Pool

80,197 transactions
29.63 vMB
0.06773615 BTC
Random Selection Loading Transactions
Max Size: 178.80/200 MB

Candidate Block

Mining Attempt f3d80ad094450445db2ec7b3b8419875fbc1a5cea67fbba86c62b4f09ed37005
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 4ece24fa39bb90cb7c9687ab3e8ca2a071801358b84d484087d9475c6ad0397e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,346
Size: 1.00 vMB
Total Fees: 0.00739419 BTC
Feerates: 78.53 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (304,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,362 610,362 0000000000000000000174b29fdec88cad7be8c7f7bc98d2763275da3da158c9 2,832 0.85/1.00 vMB 4
610,361 610,361 0000000000000000001192e38275b7c501cd1d5a0e0ce57451ca216a32fb066b 2,569 1.00/1.00 vMB 13
610,360 610,360 00000000000000000007acbcb8861b752f199d530efabcd160cf0abb9910d0d5 1,089 0.33/1.00 vMB 16
610,359 610,359 000000000000000000047f8c1c7db9bb69ecb7b39437fe9ffe3662468f1957ba 2,460 0.99/1.00 vMB 8
610,358 610,358 0000000000000000000290402d6040e043a105181ab27253ab284e6a468b165c 1,057 0.33/1.00 vMB 7
610,357 610,357 000000000000000000059500383ae927cf43486994d2adf035e472b24cdc18d8 2,622 0.97/1.00 vMB 5
610,356 610,356 000000000000000000005bba1be63cafdb36049440b1ba16a82b95725559bb65 3,048 1.00/1.00 vMB 9
610,355 610,355 00000000000000000008642da1c5b6b9fc7a94a5b9981595f7b5ba4c9508446f 3,177 1.00/1.00 vMB 13
610,354 610,354 0000000000000000000a1c17c8bdbcb9a4dbda9845f25b9e6202564396208d09 1,608 0.50/1.00 vMB 9
610,353 610,353 0000000000000000000b0d1ea970e9f10f4e47ecafeaaa3b42db9af5abe7f07a 2,122 0.62/1.00 vMB 4
610,352 610,352 0000000000000000001321e5d6265b50847ebbe0287a751183a97b92a5392808 2,962 1.00/1.00 vMB 12
610,351 610,351 00000000000000000006380583ff1677842f8045cf0b38638ac27f205145e2b0 1,496 0.48/1.00 vMB 7
610,350 610,350 00000000000000000006d169311e756463dd818f114f103e3f104e222fb0bde0 2,986 1.00/1.00 vMB 10
610,349 610,349 0000000000000000000f6ed67ab96a2cea672738c1b2c53ff64c928769336ae5 2,102 0.76/1.00 vMB 10
610,348 610,348 00000000000000000013eacd2786507e45856130a73a47e398bf92ffb5adfd42 1,028 0.29/1.00 vMB 9
610,347 610,347 000000000000000000045818c53b0dc0cd6a0a3bb08228b8b8036c0f90a8cef9 2,429 0.81/1.00 vMB 10
610,346 610,346 0000000000000000000ebc1b4aca26e0d0a15a31a6dedcb326ff87edfd9eeb88 3,033 0.92/1.00 vMB 10
610,345 610,345 00000000000000000008b7c1e44aeb5cb15be58862785a2486e51b81ce0dfff0 2,713 0.95/1.00 vMB 10
610,344 610,344 0000000000000000000c0dab894cddb31c44c6e9a51320a79bc5cac5134a67f7 1,357 0.38/1.00 vMB 7
610,343 610,343 00000000000000000008a1cb66ad199bbc7c3980567af277d05258b37dbd0802 272 0.21/1.00 vMB 15
610,342 610,342 0000000000000000000fdf7a9eb4debf14235404a43da56dfbd30037db68805e 1,943 0.83/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.