Loading Tool

Explorer IconExplorer

Memory Pool

38,751 transactions
27.36 vMB
0.06299159 BTC
Random Selection Loading Transactions
Max Size: 139.47/200 MB

Candidate Block

Mining Attempt c535d31dea920a756bcb250a27856df5b4448852b0c8ab818bd0878b616fb6a9
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 21b8f11d2c91cac92d6ac5b610b5de558c6b03c17560e98b9e7c32fe4e2cf08e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,618
Size: 1.00 vMB
Total Fees: 0.01120058 BTC
Feerates: 60.16 > 1.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (77,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,297 837,297 00000000000000000000bc37946ab67984c0c39e2d9170d2aa4d050af0eef133 2,735 1.00/1.00 vMB 17
837,296 837,296 000000000000000000023bfc88b49d28e65ac93eaa6859d4d2708feee776c78b 2,816 1.00/1.00 vMB 31
837,295 837,295 0000000000000000000115568db8d8a0f7b466b31ff45682b8c4bb4ab8d71f43 2,815 1.00/1.00 vMB 20
837,294 837,294 00000000000000000002f94313ac657eb5cd6df5f9895ee82a6850c597fb4907 3,601 1.00/1.00 vMB 26
837,293 837,293 00000000000000000001e9ad74c1b6fa2ee0e45ab076a2b2c81042e34044f682 1,777 1.00/1.00 vMB 11
837,292 837,292 00000000000000000000b38acaf4a90afbe964943070c43cec6c2cfa55ca7021 2,667 1.00/1.00 vMB 32
837,291 837,291 000000000000000000032f345ae3ac40e3e0ebd67067842b74253d961cb7d081 2,665 1.00/1.00 vMB 26
837,290 837,290 00000000000000000001250c8739a77ecefe6ed985e974b2ebfb196c78c9b04d 1,978 1.00/1.00 vMB 11
837,289 837,289 00000000000000000002a141a89fea47e9eb900e83b5e34484f1a1fec2a95b77 1,994 1.00/1.00 vMB 11
837,288 837,288 000000000000000000019dd60ec23ccf0c9accdc07e7587d10bf5c0677ce7b46 2,508 1.00/1.00 vMB 16
837,287 837,287 00000000000000000000723ae3fdf845fae93bd74e499e5ed2bf4bf586f52900 2,848 1.00/1.00 vMB 18
837,286 837,286 00000000000000000000c4c8fef1ece278999482a524b1a48bd2546a3d949dc6 3,222 1.00/1.00 vMB 15
837,285 837,285 000000000000000000028e2c1906906ea349fea9d9ac92449efcdc1041627b40 3,128 1.00/1.00 vMB 22
837,284 837,284 00000000000000000002e445bb201b7bdd772b26de9625e58231685c649923a8 3,058 1.00/1.00 vMB 22
837,283 837,283 000000000000000000024c81172d2598a2a1a4d26070b5869adc83ca4dd5f653 804 1.00/1.00 vMB 19
837,282 837,282 00000000000000000001a7c2e6781d7c9ec8a6dae343a436a1458418fa39d3c9 681 1.00/1.00 vMB 19
837,281 837,281 00000000000000000002f3848bedb4cba0030064de97bbc45feebfd7cd12124c 1,358 1.00/1.00 vMB 20
837,280 837,280 0000000000000000000268dfd916dc06382ac330b9695f4b6dd7cfabb9b7c39b 3,074 1.00/1.00 vMB 22
837,279 837,279 0000000000000000000013e068c80d71ee803f0e76bd140221e8b2ab2631e7ba 2,981 1.00/1.00 vMB 27
837,278 837,278 00000000000000000002c305e712a18fdecb85d4b4eb4324564e406fa4a7870b 3,138 1.00/1.00 vMB 30
837,277 837,277 000000000000000000035322d0498baefc2907f139676b1547d67374bf9cfece 1,301 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.