Loading Tool

Explorer IconExplorer

Memory Pool

45,478 transactions
28.67 vMB
0.09707104 BTC
Random Selection Loading Transactions
Max Size: 151.73/200 MB

Candidate Block

Mining Attempt a2064b7d0ccbb3be70869642bd7e2334c6621a1543626c7f2861c0a12e26ab10
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root 600a78fae8d5095b8805cf70594e71e8ca9f8546a89802950f4aff1ee3b1f5f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.04158971 BTC
Feerates: 200.00 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (503,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,466 411,466 000000000000000002c90f74a057869832951334fc5bac0366518ee22dc3df2a 2,780 1.00/1.00 vMB 57
411,465 411,465 000000000000000002ad8a4aa174ec2b58fd0b08322db78b754770b44f949e4d 1,028 1.00/1.00 vMB 22
411,464 411,464 00000000000000000341583bf8a3b2c4b58ad0168ebbed8d58329e779864012f 2,183 1.00/1.00 vMB 49
411,463 411,463 0000000000000000017d6ad61011da9e5be3ab41d797b1da9c177200c538d30d 948 1.00/1.00 vMB 22
411,462 411,462 000000000000000002cd0ba6e8fae058747d2344929ed857a18d3484156c9250 1,354 1.00/1.00 vMB 27
411,461 411,461 000000000000000001236dfd34dc452eb916337dad718d87f64665afd13b85d3 1,590 1.00/1.00 vMB 31
411,460 411,460 000000000000000004909c2e8a9dd964d071db4cc5f1d82d9ea764108e727bb1 2,785 1.00/1.00 vMB 60
411,459 411,459 000000000000000000dfb427e74ac59d8a6c990690dc5bde67292ef56c171593 2,062 1.00/1.00 vMB 40
411,458 411,458 000000000000000004b86ce0b8d8cea34d96ecc4953b9ce2ed8aed9f76adee37 2,328 0.99/1.00 vMB 50
411,457 411,457 000000000000000004c094606657af394193c2dd3d11e84c31cc79de080f94ec 2,277 1.00/1.00 vMB 54
411,456 411,456 000000000000000004ed0fbb295556b5502fbe42000e81a3e8eaf7042d58cde6 2,461 1.00/1.00 vMB 49
411,455 411,455 0000000000000000043a6cf39180380eae4ef7073b7c633dc7b189cf12e6331c 2,687 1.00/1.00 vMB 39
411,454 411,454 000000000000000002c438210642b8aa8b7dfaacae55824f767422dd11cfe0d1 2,919 1.00/1.00 vMB 101
411,453 411,453 0000000000000000058d115c53ad5c73870b4ef28c87cd8770a5497a23204908 684 0.86/1.00 vMB 13
411,452 411,452 00000000000000000535c221a18bfe2fb87bee76010f4b2b62031bd2676cc190 1,874 0.99/1.00 vMB 31
411,451 411,451 000000000000000003cc3ae7af416698be8601fdb15c8e8a5d0784c6c4ed43d6 1,605 1.00/1.00 vMB 42
411,450 411,450 000000000000000004e6db7eb22673f0cb5ac97ce5951d5c0999a7313fff37f6 2,194 0.75/1.00 vMB 47
411,449 411,449 00000000000000000356e568bfbad92bcf566d9040cc478ad6b2afa6019c55c5 3,020 1.00/1.00 vMB 73
411,448 411,448 000000000000000002ce4032d9d0fcbd012ae5dba6390b37e480d1dc5e40f5ad 2,207 1.00/1.00 vMB 38
411,447 411,447 000000000000000000ce86e3f4bbc07253fa44a84b0cdb7c30fe89647657f2d7 1,414 0.58/1.00 vMB 49
411,446 411,446 00000000000000000122d9484335c70f706873ebea59b675a6039c15c94b6c90 1,796 0.90/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.10 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 651.64 GB
    • Received: 13.61 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.