Loading Tool

Explorer IconExplorer

Memory Pool

86,040 transactions
32.94 vMB
0.13456585 BTC
Random Selection Loading Transactions
Max Size: 195.91/200 MB

Candidate Block

Mining Attempt d6d993d6571243f0e7b34a4b9272a8c5a1d6e9c222e4110b348d9878cdf80a53
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 16c48904674ec3e1119ffcd20e10ff50c62a65df25eabf7d47de802e259e8cb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.06235044 BTC
Feerates: 387.56 > 6.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (315,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,104 599,104 00000000000000000010ef75fb4fbcbee54ee3bd76e41ae3f81ab6def5b13249 368 0.11/1.00 vMB 15
599,103 599,103 0000000000000000000cad3f9e03590d7c16e6c81b74678d30328b4f1fa0da99 2,924 0.98/1.00 vMB 15
599,102 599,102 000000000000000000039a484014aaae02ea1495ca27e61cfd32bbde47348105 1,344 0.36/1.00 vMB 22
599,101 599,101 000000000000000000100bc5c0f9238238d3ffc0249f8bcb149909efa7ce65ad 80 0.06/1.00 vMB 10
599,100 599,100 00000000000000000010408a9a94c69409b8d1f6ba36f136ea3875a5202d7f23 3,260 0.92/1.00 vMB 3
599,099 599,099 00000000000000000006a818b48a6731f83b35bd1e191475cf91f3db792483da 3,027 1.00/1.00 vMB 29
599,098 599,098 00000000000000000010c5027cfbacd0613f28c0fe46d00fa6b1d45de4677c99 3,473 1.00/1.00 vMB 9
599,097 599,097 0000000000000000000cc5f89a21a352c8b4fa4b37db578abb124ed2d10e3fd6 2,573 1.00/1.00 vMB 17
599,096 599,096 0000000000000000000aafa88f5a9eab35b9052bb99a0d4a983edd3f2736d0db 3,335 1.00/1.00 vMB 22
599,095 599,095 000000000000000000098e24ea10e6633217f6594c8191a78d520329f5d70088 74 0.02/1.00 vMB 8
599,094 599,094 00000000000000000000f879a275970df75215fe61181e56338e39140fd8be9e 1,189 0.34/1.00 vMB 14
599,093 599,093 00000000000000000010792af362c9dc85b9f1c413ab88eae28f11172830c6c9 1,383 0.36/1.00 vMB 16
599,092 599,092 0000000000000000000e75d3f0675d35c16d80185eb8dd30d3917af5a2f11b48 3,132 0.92/1.00 vMB 7
599,091 599,091 0000000000000000001322fdf34be94181e83602df8c4ef943cbaa8a57d04bf1 3,186 1.00/1.00 vMB 25
599,090 599,090 000000000000000000075954ac9c1967006f104f37925de0626dc83b0369597f 3,290 1.00/1.00 vMB 9
599,089 599,089 0000000000000000000479ab9fdb893f539e23bdc6852ff895f4d9394b207905 2,939 1.00/1.00 vMB 13
599,088 599,088 0000000000000000000df8aea1da9bc7a64397979e5c9995089d8eeeabdaa295 3,108 1.00/1.00 vMB 34
599,087 599,087 0000000000000000000d1c471cbcf2819e59c344507fc5ce939021b23a6b932f 167 0.06/1.00 vMB 34
599,086 599,086 000000000000000000133688268e76a7ddbaa92e8acbd11d35c069501c1b170f 773 0.22/1.00 vMB 14
599,085 599,085 0000000000000000001510cc07a30185c1288da1b08564d250ddda163207a191 2,162 1.00/1.00 vMB 4
599,084 599,084 0000000000000000000c48ed3cd7b7b76b7fb3494bd0c7ee7b5d522425d51de8 3,067 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.31 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: 659.33 GB
    • Received: 14.60 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.