Loading Tool

Explorer IconExplorer

Memory Pool

50,555 transactions
30.29 vMB
0.12435654 BTC
Random Selection Loading Transactions
Max Size: 161.56/200 MB

Candidate Block

Mining Attempt 954241c087c31d65387c93afa6fcd2a340afab696351461cd95a7a0de701fb93
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root b87e98a11520c285e25e89092f6e5a3043eb1982ae44001367bf496f3d248ac8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,312
Size: 1.00 vMB
Total Fees: 0.04910350 BTC
Feerates: 179.69 > 4.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (179,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,675 735,675 00000000000000000007c3b3423c6b3dd991fdea7b0fcd4bf9e3a8ad4560ec69 1,942 1.00/1.00 vMB 12
735,674 735,674 00000000000000000006cf0ebae5992f4e58a510fb4ad5b794e2d1c1c350c2b7 2,683 1.00/1.00 vMB 18
735,673 735,673 000000000000000000055f860c112bb5728c6f2608ca72d7c8b39cd2c08c1e33 2,244 1.00/1.00 vMB 7
735,672 735,672 000000000000000000011c4751f482f4f8a74bf29f0254fd18e2214beefda96c 1,471 1.00/1.00 vMB 5
735,671 735,671 0000000000000000000310f071552286f653e14890cffaa5d9d73dac9ef9c7ac 1,899 1.00/1.00 vMB 5
735,670 735,670 000000000000000000007686f261f5acc230b4c343b3827f67198ed777c8f094 2,551 1.00/1.00 vMB 11
735,669 735,669 0000000000000000000311621a6ea372df521a4865f869caa935a48747c251b5 2,074 1.00/1.00 vMB 7
735,668 735,668 00000000000000000002e1098412e3be3b675c0e056c9674b7ac4770a8e53d90 2,351 1.00/1.00 vMB 15
735,667 735,667 000000000000000000019f5ed3399f0aa0ad044759cd78e2d8157d145f53eb84 2,667 1.00/1.00 vMB 19
735,666 735,666 0000000000000000000297417d9a47cd94190f7f837360dc9d7e90eb414aaf59 2,870 1.00/1.00 vMB 25
735,665 735,665 000000000000000000096ecdfa798f4d2def7ae0f9602371c7c0aa4693b66518 2,381 1.00/1.00 vMB 17
735,664 735,664 00000000000000000008745ff1d5a2f2fb32f5a42b8bed504d946bef6256615e 2,190 1.00/1.00 vMB 11
735,663 735,663 00000000000000000002f5efb0273ce8cc1032cadd58a4651b713b4b5de4cdb1 2,404 1.00/1.00 vMB 11
735,662 735,662 00000000000000000003e53a01f6598449feb563198fb3daabf94db20e2afa9f 1,981 1.00/1.00 vMB 16
735,661 735,661 000000000000000000056c2cdc3a748642d3e89e1fcd76123111475e6c1d8c0b 3,197 1.00/1.00 vMB 28
735,660 735,660 000000000000000000044539de1469c5b87c53a34361d1b2cf9ea8fbd604e43b 3,040 1.00/1.00 vMB 17
735,659 735,659 00000000000000000002bec290eaf3670f3e8d33703249d620054736f2efd5e5 2,029 1.00/1.00 vMB 19
735,658 735,658 000000000000000000014b3c2e3b6e71a7d7afa51cf3f7fcd2b00ec9fb835377 3,178 1.00/1.00 vMB 27
735,657 735,657 00000000000000000008d1a495a439d669a43cd9efc0eab914d3e7b124aa0cf6 3,506 1.00/1.00 vMB 16
735,656 735,656 00000000000000000008f772ee1f70192254f87a7161e89d1059066c66266dee 2,093 1.00/1.00 vMB 15
735,655 735,655 0000000000000000000638ea467764dfe54d5ff6db5294489df13cd1b62acef8 1,031 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.69 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.