Loading Tool

Explorer IconExplorer

Memory Pool

46,167 transactions
28.18 vMB
0.10678053 BTC
Random Selection Loading Transactions
Max Size: 147.83/200 MB

Candidate Block

Mining Attempt 5a8408b4d4e9b3b022706302484f5c84f6819399e4ffb91cff5462e747258c93
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 5b1166938dab72efd80de1d1848f0eed1d00b50ffc0ca52eace59c630381aa7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,596
Size: 1.00 vMB
Total Fees: 0.04427420 BTC
Feerates: 265.25 > 4.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (177,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,184 737,184 0000000000000000000706f5dbff95b534b6a2e57145304c1b3c0c40268c9f9f 2,926 1.00/1.00 vMB 7
737,183 737,183 00000000000000000007625ec43f2b0f236a965eef56e6e8bb855585c615af39 2,273 1.00/1.00 vMB 9
737,182 737,182 000000000000000000068498805cc84838d31323274e2c025ea4c44a8a19a5c9 1,973 1.00/1.00 vMB 18
737,181 737,181 0000000000000000000346f0dbe6d5d1527b44a2a86d592b6cfe70f8a07b783a 2,313 1.00/1.00 vMB 17
737,180 737,180 000000000000000000083cea5158bce5bcc9198bb06e4a70b71bec879fadf453 2,897 1.00/1.00 vMB 22
737,179 737,179 0000000000000000000812b3056ada7585814e32166fc564b980e28e0ec393b4 3,125 1.00/1.00 vMB 21
737,178 737,178 000000000000000000019e95f1906e00c89b8f661e7a3ab179312c97f60955da 1,269 1.00/1.00 vMB 6
737,177 737,177 000000000000000000056faeadfb8ba996aa57a7789d8708ef4841481f6a05a7 2,741 1.00/1.00 vMB 8
737,176 737,176 0000000000000000000665583d263bb9421a95036821b02530288d4857a4e17e 2,193 1.00/1.00 vMB 12
737,175 737,175 000000000000000000039cdb780c3a7b1ba3155bb28cbdc34ea58d0a06b2cc2d 2,023 1.00/1.00 vMB 16
737,174 737,174 00000000000000000003bd0bb42f7fe339984fbf543291d52192196b7174699c 2,271 1.00/1.00 vMB 14
737,173 737,173 00000000000000000005ea43e020a0f16a76b303684704919b56a9109b93041b 2,915 1.00/1.00 vMB 24
737,172 737,172 00000000000000000004ef8abdd0bffab3f87ced000c2598cc57bbdfb73e231a 1,778 0.98/1.00 vMB 9
737,171 737,171 000000000000000000033f450faccd774d2c8a4fc1b71bedd903ecad2a8c92d1 2,315 1.00/1.00 vMB 13
737,170 737,170 00000000000000000003f8e3e2481de942a1a5df8adfbeaaf8cc1abb13d07192 1,244 1.00/1.00 vMB 14
737,169 737,169 00000000000000000001750edcee14e76372ed07650820011ca6887e79c4e0a9 1,135 0.32/1.00 vMB 18
737,168 737,168 0000000000000000000497b343fcf476372bf3ef76a3f8151a5e6a03ca6a5457 332 0.14/1.00 vMB 16
737,167 737,167 0000000000000000000441f7f149bc603f31bca2c55e8b7addc320e5e84be2fb 1,043 0.38/1.00 vMB 16
737,166 737,166 00000000000000000001b418d7f9f1ac1123fc6208278491793a9134e35c7359 2,524 0.80/1.00 vMB 12
737,165 737,165 000000000000000000053b24004616d59fb9a910afe7b001510ac09c4677e898 3,234 1.00/1.00 vMB 16
737,164 737,164 0000000000000000000896299a7a6b4ea38bef1d93be3f9184158adce8e5e70e 2,643 0.93/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.42 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.