Loading Tool

Explorer IconExplorer

Memory Pool

76,127 transactions
28.40 vMB
0.06630025 BTC
Random Selection Loading Transactions
Max Size: 172.07/200 MB

Candidate Block

Mining Attempt 7e2f42423429e7cd5cd1f0f8d2c6a6b23138f744c09e42188edce7562703897a
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 8bd7e2ffdc987a720fce1d8f8954d97da0f91b14849d0132052200c01f964182
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,831
Size: 1.00 vMB
Total Fees: 0.00743067 BTC
Feerates: 73.20 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (660,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,626 254,626 000000000000001a34e2a5d28529ed825805b5f9bdb1186b3a60e33d7289ec58 266 0.15/1.00 vMB 80
254,625 254,625 00000000000000246a6b9c66f1e3601c78ebf5ef262a1431c20913f493edb55f 122 0.06/1.00 vMB 98
254,624 254,624 00000000000000276b1212260f0b22edeeade0c11a83464a5cf0745bb3c9ac8c 668 0.25/1.00 vMB 148
254,623 254,623 000000000000003d33f51d34dda4d917435ba7bbd26194c74a42c320e936c810 150 0.06/1.00 vMB 115
254,622 254,622 000000000000000e0af977b4a5f0c472f88332a17820d51cc8a4dbd65ad0564a 354 0.16/1.00 vMB 110
254,621 254,621 00000000000000299704ecd401c6b39710a45f1bfa952773633caacbdd8757c0 102 0.04/1.00 vMB 71
254,620 254,620 000000000000003ec422a4bb051708428c6a7c7d0cff71e65651d3613a1003c7 229 0.16/1.00 vMB 56
254,619 254,619 00000000000000106aab60ba25cded75fd5304261f039e2f672e120a5140ee48 669 0.24/1.00 vMB 118
254,618 254,618 0000000000000037c1ac62af654a553d57f9eb1a41203523c5abc5ef028ea92a 772 0.30/1.00 vMB 127
254,617 254,617 000000000000003d21a3388dd37b3fa90732024cb52e59c2f06558eba7a76f2b 278 0.14/1.00 vMB 92
254,616 254,616 000000000000003d13cd1e6c41c7ba72998938b10ddf048d0d452151266807df 394 0.19/1.00 vMB 74
254,615 254,615 00000000000000151fd5277d29a5e1b2fdc15b76afb98f16e5af78124a3265f8 1,501 0.50/1.00 vMB 96
254,614 254,614 000000000000003f5145b8f65923eeab714f4dafe91802ee77c4c5071387bc49 637 0.30/1.00 vMB 139
254,613 254,613 00000000000000289762c0f3ac779307d51762da4fca4644b24ae659b6929a0c 128 0.05/1.00 vMB 156
254,612 254,612 000000000000000d3a46e00fac561c1b10525532a11e2b3f5070dcb151479b71 505 0.21/1.00 vMB 102
254,611 254,611 0000000000000006dfa2c2f7bafef40cc9e5861edec78fc0349321a57e430f6b 251 0.11/1.00 vMB 106
254,610 254,610 000000000000000fbb6c5eba81513d8b96ebc8cdd5acb915d9dd73ab803749c2 574 0.24/1.00 vMB 120
254,609 254,609 0000000000000004039d88f03c329fbd84da8d8c97b85d3558aeb60f11934049 118 0.07/1.00 vMB 85
254,608 254,608 000000000000001ac723e54ea3c092038003f94841148acbe8efdd44ebd8c3b4 245 0.11/1.00 vMB 63
254,607 254,607 000000000000003d19bcc6e67227f542ba0e5da77a5b48451b551aeb97971948 642 0.25/1.00 vMB 118
254,606 254,606 000000000000000ff213f4e9f0f43eee62a8bd5bfe95d8db0f19f8ecbe9c857d 155 0.10/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.37 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.