Loading Tool

Explorer IconExplorer

Memory Pool

44,926 transactions
26.53 vMB
0.05388060 BTC
Random Selection Loading Transactions
Max Size: 140.67/200 MB

Candidate Block

Mining Attempt c0f52cca185c0d5f2e0b727435ba0a22246828a4fe85bec4ab4f9efea1529114
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 9498dfc5eec97661d525ee28a2d2364b1d5b80fbb2f7880377c3231183eb5825
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,285
Size: 1.00 vMB
Total Fees: 0.00519956 BTC
Feerates: 40.21 > 0.52 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (70,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,696 844,696 00000000000000000001d5b8d4c67a9e65d06c11407760e4a071c30e6d586814 5,659 1.00/1.00 vMB 22
844,695 844,695 00000000000000000002a36d9e9d8c54cf4c09b166b6e3c15ac3759c66bc006c 7,161 1.00/1.00 vMB 18
844,694 844,694 00000000000000000000274271ee1fedacd2c21b95b253473065390f8144b6d2 6,535 1.00/1.00 vMB 19
844,693 844,693 000000000000000000019ac5df632c0afcac2dd46d0d173feb1f245109f628ac 5,933 1.00/1.00 vMB 19
844,692 844,692 000000000000000000026b08a08110e60ce3ac0764cfaa70b7fcf47f861c3d7c 6,383 1.00/1.00 vMB 17
844,691 844,691 000000000000000000028e80c32f91bf1d2559b33c44c52ea5d9d35aef0668dc 5,507 1.00/1.00 vMB 18
844,690 844,690 0000000000000000000094fe05174d73842c462cde9c0c4bdfa6223b123dfae3 4,856 1.00/1.00 vMB 18
844,689 844,689 00000000000000000000c0638f9db0b87a711397a5b6ddf37441d83aed9cdfd3 1 0.00/1.00 vMB 0
844,688 844,688 00000000000000000000562f4c5deb15bb334349d9c7ac3b1f7f67728412af93 7,162 1.00/1.00 vMB 13
844,687 844,687 000000000000000000003a8632ab70145917b83e0ad260e3ba085ba42176f694 6,425 1.00/1.00 vMB 14
844,686 844,686 000000000000000000017abde520bbed3cb806851b4c0854dda904d6f28a4894 5,808 1.00/1.00 vMB 15
844,685 844,685 00000000000000000002d092832367134006bee4c26cf04d41f488345e669ba2 6,316 1.00/1.00 vMB 13
844,684 844,684 0000000000000000000221db8603fd6538b2ae29dfbecb19767ecae3e25d675b 5,276 1.00/1.00 vMB 15
844,683 844,683 00000000000000000001e1b9c3842aee0b10be39242c1e20d5a09394af6a6707 6,794 1.00/1.00 vMB 11
844,682 844,682 0000000000000000000043adf24c7f2b3c6a38a179c665cda9f02006703dc67a 3,605 1.00/1.00 vMB 17
844,681 844,681 00000000000000000001a8e5fde1d1428c42213fcfe2239f8995206475a481db 6,378 1.00/1.00 vMB 12
844,680 844,680 00000000000000000003325f0e14fd4a86d1a5ad2dba246cdd17c017595208de 4,638 1.00/1.00 vMB 14
844,679 844,679 0000000000000000000113c8e86e324f68d6b2ae69421480cfec0334495c5d56 3,600 1.00/1.00 vMB 14
844,678 844,678 000000000000000000016e7eee8f15af56e5e1fefb14bfe26f662c5ad1507f0f 6,147 1.00/1.00 vMB 10
844,677 844,677 00000000000000000000bea968fd40a414f9450113e898f3b0b8cccdbf1f3ab3 5,728 1.00/1.00 vMB 12
844,676 844,676 000000000000000000013c4f3ee0dea58a9e4361ba552e17aad4d4886dbcd5b0 4,584 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.08 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.