Loading Tool

Explorer IconExplorer

Memory Pool

27,734 transactions
12.45 vMB
0.03909538 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.17/200 MB

Candidate Block

Mining Attempt cc5463ce416747d00822e3dbc13242fffc0e64849a17e850d2398266b1cf4b09
Version 20000000
Previous Block 000000000000000000000f78b5039183da5ed41eb05942de3a2a266776018bfb
Merkle Root ded3812b59823960d8650fe9dc5ca830b11d60f4be8ca036c42aff2a0c0621c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,631
Size: 0.99798275 1.00 vMB
Total Fees: 0.01794679 BTC
Feerates: 99.70 > 1.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,689 (739,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,633 174,633 00000000000008bfc9f70714ebd15be35cde9c3e5494e545d4a7f57c647d7ccc 18 0.01/1.00 vMB 28
174,632 174,632 00000000000001f08eb4fff7a375111918444e363f576c64833ac83fa70243d3 78 0.02/1.00 vMB 185
174,631 174,631 000000000000041345287bbafdb406c84ed52daf1a6a4cbe35480bfd842b4938 28 0.01/1.00 vMB 163
174,630 174,630 00000000000007cd2c1620d01a56e70d92f96512f7bf0bc8a447f56b2c856f1e 49 0.02/1.00 vMB 53
174,629 174,629 00000000000005329fe3cb3900d77fe9bb86d071803af833588a53908a3a0540 25 0.01/1.00 vMB 98
174,628 174,628 00000000000004fa0fe024cdde1a1d28a5a867e7d29f8fa167ea62ac007ba041 24 0.01/1.00 vMB 168
174,627 174,627 00000000000006898b4bb52373c34ea190a9b6a0e748b4b9d8eb29afc19ea771 60 0.02/1.00 vMB 210
174,626 174,626 0000000000000156d1ecd00c017e88f5487cf409ca14687ac678b48c7e4b14af 49 0.03/1.00 vMB 1,957
174,625 174,625 0000000000000663b44ffb7deaa988b32b13a736472356cb4cf0b5c8766d8d3e 4 0.00/1.00 vMB 70
174,624 174,624 00000000000004de3ee223d551bb0b86a54bad4a98aadc8f9ff50ce57c60c586 1 0.00/1.00 vMB 0
174,623 174,623 00000000000008f4e5194dfe224f96704944435f0d0679fd3268227299b85138 11 0.00/1.00 vMB 254
174,622 174,622 00000000000009022eeb7473a7a361472fa133fcbb6b1950caa960f421c0cc5f 145 0.04/1.00 vMB 24
174,621 174,621 00000000000005bf423048d5fe1a94560ef974fdc391096754342ae0af04dd70 125 0.05/1.00 vMB 132
174,620 174,620 0000000000000492cbdc9d2f372a9425791b05621efd21d6c0e610a8efa0bc4e 82 0.04/1.00 vMB 76
174,619 174,619 000000000000004ca469694b022d773163cfd9745ca2c2985e3feaad5c247069 9 0.00/1.00 vMB 31
174,618 174,618 00000000000003c7139bb5276c0bab869137b3efcee3411b3d5bdca615a82912 57 0.02/1.00 vMB 308
174,617 174,617 00000000000005b87aed17712f7877dae5aa4d82686bbb9a2a8c8c53ab29331e 56 0.02/1.00 vMB 100
174,616 174,616 000000000000095be621405218029522536155748e6b7ca49e1defb8c699357a 26 0.01/1.00 vMB 6
174,615 174,615 000000000000086adef5c4999ee9afec57f611a0e49db5f22b4c55fbd78af2bd 68 0.02/1.00 vMB 235
174,614 174,614 0000000000000699baea1a2e07116cea9f69534672f19515907179656bdca88c 28 0.01/1.00 vMB 120
174,613 174,613 00000000000008a97a02ca66fb63503e474e54464bb0177bae6bfb185c9ea28c 81 0.02/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 780.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 490.33 GB
    • Received: 3.37 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.