Loading Tool

Explorer IconExplorer

Memory Pool

82,366 transactions
31.12 vMB
0.15016360 BTC
Random Selection Loading Transactions
Max Size: 185.10/200 MB

Candidate Block

Mining Attempt edc846a32b2e7cf272cfb7949526b7b6626258f8b0b9b6fe5224b16a221c570a
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root a17de9a5ed6ce775e95a04debfdb8a4ab2331771a8232ec649696fa90a5b1b3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,888
Size: 1.00 vMB
Total Fees: 0.05689766 BTC
Feerates: 269.69 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (147,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,521 767,521 0000000000000000000757d6a46d99d513c09ab9392a0f5a5077e3e2d8fece4e 1,421 1.00/1.00 vMB 7
767,520 767,520 00000000000000000006a518db5c2fcb02ae95ba6aeb035605ae51ba09e6c2f4 1,916 1.00/1.00 vMB 13
767,519 767,519 000000000000000000081820ae50eb566eb6a5910d901b35f25976acad4f3f7b 1,187 1.00/1.00 vMB 16
767,518 767,518 0000000000000000000369380dec358bdd5dd439d8f28af916d24c234fcd8455 3,430 1.00/1.00 vMB 15
767,517 767,517 00000000000000000001466acf338a77e30f67ab055dbcf1b9a4e78fe63365fd 2,977 1.00/1.00 vMB 33
767,516 767,516 000000000000000000076794a44bb5208940b9a020acbe238537b26f731f7fbf 2,529 1.00/1.00 vMB 5
767,515 767,515 00000000000000000002423099326cf94fc5eb0e2bae5ac2b93f16c5923a7ba7 2,539 1.00/1.00 vMB 11
767,514 767,514 0000000000000000000398aa645a0b93daa2180f7039b4b1cf0a2aecd848e78c 2,880 1.00/1.00 vMB 22
767,513 767,513 000000000000000000036485d14676e1a86ed796f8d36f2bde1a11d23d865cde 2,941 1.00/1.00 vMB 22
767,512 767,512 00000000000000000000aa2b14e0fb8c15c027261f96974a86fd7275a6f54e6d 3,847 1.00/1.00 vMB 28
767,511 767,511 000000000000000000061e3165510811e5853ebb058e05761d6892bf0fadc74c 1,070 0.34/1.00 vMB 14
767,510 767,510 000000000000000000076a5c4b06614bcdf0694b9efcd480a4867638a3cda362 460 0.18/1.00 vMB 12
767,509 767,509 0000000000000000000817ef5b215b9c92a85a6aaf14c98fc9fc1dc7a2dee92d 398 0.27/1.00 vMB 7
767,508 767,508 00000000000000000003044878e81123d39fee0a79802698cd4fb007441e8af1 378 0.11/1.00 vMB 16
767,507 767,507 000000000000000000065583c64564e70d3991103a4d9f14bd58a9bbb89cd04f 29 0.10/1.00 vMB 3
767,506 767,506 0000000000000000000744d9e6922bf3636e021e78aa0f378e16f67a9d58bd51 2,687 0.99/1.00 vMB 13
767,505 767,505 00000000000000000004a7a48d8e7122f47ff96de03185f594ccc15032bc2ab0 571 0.19/1.00 vMB 14
767,504 767,504 0000000000000000000621fe4aba2b0b19df53355149f51414fd045dc5b4e211 1,658 0.65/1.00 vMB 7
767,503 767,503 000000000000000000045bae453b04339ad26a6e9547ab3ee2b5bf22579a69a0 2,630 1.00/1.00 vMB 5
767,502 767,502 0000000000000000000372f839be8ad0c8fb23d44912277caf1cd50f35623dde 2,859 1.00/1.00 vMB 18
767,501 767,501 00000000000000000005c033d42794fcf11ee1f79a9abb2dc61b1363198b9fa7 3,264 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.