Loading Tool

Explorer IconExplorer

Memory Pool

35,014 transactions
27.62 vMB
0.06086561 BTC
Random Selection Loading Transactions
Max Size: 138.33/200 MB

Candidate Block

Mining Attempt d6c24139380c0fc8b42fc1c4aa44331edd288d4ef49d332d7dc91aeeb0226f3e
Version 20000000
Previous Block 00000000000000000001ecdfcce0ab12fa730f2a6a14cc128d30915907e7d5a3
Merkle Root 259af403eb343ef9ac401395a8ebf4affcb0614ecbce9a97061ed56dcc52b804
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,484
Size: 1.00 vMB
Total Fees: 0.00827294 BTC
Feerates: 40.21 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,605 (67,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,653 846,653 000000000000000000000dacc6f0474b009e4770e199a147a0483c997ce88f86 4,095 1.00/1.00 vMB 49
846,652 846,652 0000000000000000000355b5baeaa495eafe08347efa5bffb37fa81aaa86ed5d 3,889 1.00/1.00 vMB 58
846,651 846,651 00000000000000000000a2383c4b805e9c71c945d40253e3c089cb536cb55408 3,343 1.00/1.00 vMB 63
846,650 846,650 000000000000000000008f17aa92973ae67ee70d03af8467ac6cd09473110d0e 3,564 1.00/1.00 vMB 110
846,649 846,649 000000000000000000007cd40e5c4a77894c02a0341821bfe20a29df94e8d569 3,074 1.00/1.00 vMB 125
846,648 846,648 00000000000000000001565f3651cda2b114c5eda63b94a7de97a23852d98608 4,441 1.00/1.00 vMB 77
846,647 846,647 00000000000000000000545a317efe176fa14d24ab043837c197de49e6e72cfd 4,254 1.00/1.00 vMB 84
846,646 846,646 00000000000000000001f6ab17b134420f8b6d9dcf975398878f0cbee6392ca0 4,768 1.00/1.00 vMB 77
846,645 846,645 00000000000000000002224a38eaf83ad1141c5e37a10b2a520c42f29e81c964 5,002 1.00/1.00 vMB 85
846,644 846,644 0000000000000000000258b63ee0e882e6b2a207c894b2722abce37b2b5e71d4 4,395 1.00/1.00 vMB 107
846,643 846,643 00000000000000000002d6cb84d677947816816f2167f6a1df00833b43910888 3,658 1.00/1.00 vMB 114
846,642 846,642 000000000000000000006fd5e3baa9348aa8ce58553a08f53b35089e8998e47e 4,129 1.00/1.00 vMB 135
846,641 846,641 0000000000000000000092e94071a1bafae7311028d0012d28aeb0534f590e1e 4,923 1.00/1.00 vMB 142
846,640 846,640 0000000000000000000098c43e96e2b09b1da60224aab034c62562da6c23314b 6,207 1.00/1.00 vMB 161
846,639 846,639 000000000000000000003ae3dbc041f6c0687a74458b4dbe2b9f3295f4fe7112 5,745 1.00/1.00 vMB 169
846,638 846,638 0000000000000000000035207ff490340a3e0360934bd9740e6882145858bdf8 7,167 1.00/1.00 vMB 129
846,637 846,637 00000000000000000000d9c60529321e04efe45c727f9f24ba6a41166d3133e1 6,763 1.00/1.00 vMB 69
846,636 846,636 00000000000000000002c51cdaf108b74ea7232f42f34bd36e3edc5fa4294b4f 6,875 1.00/1.00 vMB 67
846,635 846,635 000000000000000000024e00af1f09e577c52f3d026ccd2bc339b1947e312ed0 6,602 1.00/1.00 vMB 47
846,634 846,634 00000000000000000001db3119fe2e415c63564cd06e89dfb3426be8686cc4ff 6,678 1.00/1.00 vMB 48
846,633 846,633 000000000000000000015c4b4473406b84e7eb5f090aa3465a2b4f2e7bbebd00 6,473 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.90 GB
    • Received: 11.84 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.