Loading Tool

Explorer IconExplorer

Memory Pool

39,690 transactions
17.55 vMB
0.14030603 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.78/200 MB

Candidate Block

Mining Attempt ef14d53956859e1496b19f04e73015399c32f679a7da702530124a52fde6a0ea
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 0c39bb3e5488a34c11868dbe8aed27e940d62931df1a63af10bf595f84a66591
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.03730008 BTC
Median Feerate: 3.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (713,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,320 200,320 00000000000002133af3561d80d348e3902d31c0814f96f5a55255bd73d9a5ff 354 0.15 vMB 130
200,319 200,319 0000000000000578714b9dc440741fb6430f12fd0c99846d55e90c896756af0c 552 0.22 vMB 113
200,318 200,318 00000000000002b6e1c3582617b7a1a8ca855439f5053878251ab5714ec11ba0 25 0.01 vMB 34
200,317 200,317 0000000000000123fe7d39a34f2b137b6d162f58538c776744a54deb5e9d300c 142 0.05 vMB 113
200,316 200,316 00000000000002f5141d01747f06196ef28a16cdfe809037d5bee0ae12ec05da 141 0.05 vMB 92
200,315 200,315 0000000000000005f484e8aa0bdd7bd5b7d377ad585e7b201bac33292f209320 256 0.14 vMB 113
200,314 200,314 000000000000052ce2c5a85ef41df81bf65be1bd514bd1330578eb87676a8dd4 92 0.04 vMB 112
200,313 200,313 00000000000001889a35b0d2dbdd96168c1d4106bf345ed40a8ed9deeab69f98 70 0.04 vMB 119
200,312 200,312 0000000000000497df6ad93c0069ceb12a4e0660645fac636909ba76245631e3 439 0.16 vMB 152
200,311 200,311 0000000000000140096e7807ae143e038a526735eaad562a61cd9c37aba4d2c2 81 0.03 vMB 111
200,310 200,310 00000000000004a07a30abce2ea8e7c83bd03c66623404932ea5022af2df4d27 96 0.03 vMB 102
200,309 200,309 0000000000000542818123f926400d838cc6692a14f3900e0ceedbaa5d98792e 39 0.02 vMB 171
200,308 200,308 00000000000002da8abe53d04bec45590c368a6c9191fe9a1cf47348e3200049 107 0.05 vMB 369
200,307 200,307 000000000000023ddd06142eae0d9132015c1009482c05ec65f3fbdf82a31113 84 0.05 vMB 308
200,306 200,306 00000000000003fee6c2c572686a9ea4d788922797fc960a2853707fbcd38345 72 0.05 vMB 55
200,305 200,305 00000000000002edb2bdcdda7ccc36a150616e61cd9d42fc7d6fe848d53b473a 7 0.00 vMB 28
200,304 200,304 000000000000035de6d3e51bc000e37a1a208855cc145b68317939e0ef258daa 54 0.02 vMB 466
200,303 200,303 000000000000030b8b84efdca1ec3a3d12a2d7b0ed2bf2c60ff76ecac1c51e40 654 0.25 vMB 158
200,302 200,302 00000000000002beabae66b2038d902e64c01d56cb6cdc701a312907d57b1ce5 216 0.07 vMB 84
200,301 200,301 00000000000004d08921e3b4002091a24fc47b19323925483693bc87d51a52bd 6 0.00 vMB 165
200,300 200,300 000000000000008f6d9c93f92bc3bcd605708c5d0002f50514fb89a5b72e2a97 141 0.05 vMB 423
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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