Loading Tool

Explorer IconExplorer

Memory Pool

46,274 transactions
20.31 vMB
0.05077375 BTC
Random Selection Loading Transactions
Max Size: 116.38/200 MB

Candidate Block

Mining Attempt 13562480ecc04afa1ed352334c7c49b82e70a0d76d63a63df254e71770ef6063
Version 20000000
Previous Block 00000000000000000000b153e89bf60d39de4bb1a3db4f3ff187db0dc9b98002
Merkle Root 1132dbdc5604278f4db7dc969102e4522e92982010387afa9407a7cd15850eb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,173
Size: 1.00 vMB
Total Fees: 0.01075651 BTC
Feerates: 509.18 > 1.08 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,952 (739,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,992 173,992 00000000000004e528056d0c778f3bd2237254a8375fde754525bf1025000936 36 0.01/1.00 vMB 298
173,991 173,991 000000000000095b36b83840b9103ef6735445ac33b7bf46b379dee86f4d6df2 56 0.04/1.00 vMB 68
173,990 173,990 00000000000001d0929398bbe73ea6ee54a9f859f594f3b05edc9b2cf36e3f2b 110 0.04/1.00 vMB 401
173,989 173,989 0000000000000075bb15dd9d231cc7d8fae65ea2881ff2e28bb0a5e2428eee98 39 0.01/1.00 vMB 188
173,988 173,988 00000000000000c9be952c3e0c33fe520e7e9e26ab282c9b03b9537fbca603c5 13 0.01/1.00 vMB 246
173,987 173,987 0000000000000033ffbcc1b9b00f7af88c93ba535395c3be8e0dd3e7f0d7ae16 20 0.02/1.00 vMB 76
173,986 173,986 0000000000000777e4b4b3ee406bb652ac85cb0665c4d21629291b82201b74a7 106 0.04/1.00 vMB 241
173,985 173,985 00000000000004c7b1f4e369bcd2b3a51a2343155c00a4318cb956677f52551a 16 0.01/1.00 vMB 221
173,984 173,984 00000000000006a3fca09878852cf952f216991312b5a95f3caaed3ac6255d13 24 0.01/1.00 vMB 60
173,983 173,983 0000000000000129b594da72202c0ec61cfa3820c889efb57b8815ddfb26df23 5 0.00/1.00 vMB 67
173,982 173,982 000000000000059d63e5ad61b39c3dd4acfc89cb4d17f4c9fbd090558dbf7213 51 0.02/1.00 vMB 129
173,981 173,981 000000000000091d1b4216717614c9e703d9f6001ba8408976cae41f32727de1 11 0.00/1.00 vMB 57
173,980 173,980 000000000000034b56d08bde2b9a8e20c47022038f05192f8cfaaaabdc7ea672 15 0.01/1.00 vMB 702
173,979 173,979 00000000000000ad0bd7cb3e12bf4a51c1dc14042e0c92e6c8da3cbdb1078bdd 141 0.04/1.00 vMB 107
173,978 173,978 000000000000081a2b3abd1edcfe45b7a5f71605b9561fb46fac1eb83d9b9f0e 1 0.00/1.00 vMB 0
173,977 173,977 0000000000000841fc9a90ce1343666cc90687cae38d250a096af11a64df6096 12 0.01/1.00 vMB 55
173,976 173,976 00000000000002aa00fb4d87bec557c6747449d2c4c03bb2fca92ce2307ab650 13 0.01/1.00 vMB 59
173,975 173,975 00000000000002f32b32f8e9098975c60903739931373c6dca0a7b710ea4d038 13 0.01/1.00 vMB 44
173,974 173,974 00000000000006fd6e02d99e9503123f21587c45ff95cf463fb52c05e8bb1c8e 34 0.02/1.00 vMB 103
173,973 173,973 00000000000006eccbef3dc8e3ffe1c7aee1433ad5136809888078f28f8c2783 1 0.00/1.00 vMB 0
173,972 173,972 00000000000008b65b4abca80dd8002493e95942c0b8979d951c7ed3e2659617 13 0.01/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 780.52 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: 535.05 GB
    • Received: 5.88 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.