Loading Tool

Explorer IconExplorer

Memory Pool

82,690 transactions
31.91 vMB
0.09565481 BTC
Random Selection Loading Transactions
Max Size: 189.72/200 MB

Candidate Block

Mining Attempt 357c2610a9e9c036fa48beaff4d4f5769b8e05686e79727efb5c1ee665722222
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root fb02da277d3a36deacde1aabe4849aef43f7c6350157febb88d0670a3e6f4d1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,317
Size: 1.00 vMB
Total Fees: 0.03188638 BTC
Feerates: 101.66 > 3.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (127,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,633 787,633 0000000000000000000418c8480e886baeeee5c5e4c4454fb240f94ed25e989b 2,958 1.00/1.00 vMB 44
787,632 787,632 00000000000000000001276cd0663c853c977f0ad25c8835463a370f2cad6b11 4,063 1.00/1.00 vMB 37
787,631 787,631 000000000000000000058931ea46d3f368ad783024c75656e623d4e188567504 3,321 1.00/1.00 vMB 42
787,630 787,630 00000000000000000005b0078194f5e193e0bebf1ca7884f68aaab2a21753749 5,190 1.00/1.00 vMB 10
787,629 787,629 0000000000000000000532b9a0ef156ef7965c5f89c95a5781c565b8b32985e9 5,179 1.00/1.00 vMB 8
787,628 787,628 00000000000000000004f046d23b30b7b43a872f7a82666bb5b76539451f74f3 3,715 1.00/1.00 vMB 26
787,627 787,627 000000000000000000000644bb4bc9b9ebf9fdddfb46782d77d905407dec86a0 3,522 1.00/1.00 vMB 21
787,626 787,626 0000000000000000000506d70f3d71e95ec5a3d39c59836a792064736b166b4e 3,747 1.00/1.00 vMB 13
787,625 787,625 000000000000000000033ec5ce76a57f3051606791575d3d84dc84c5a8525105 4,609 1.00/1.00 vMB 16
787,624 787,624 000000000000000000011257ed140c06d7cc9eb9e66e4a5c5eda94cdc2f75d81 4,636 1.00/1.00 vMB 23
787,623 787,623 000000000000000000035d619e3e3a9fdb5e99b075866f82f576cbfadfb7ff4b 3,812 1.00/1.00 vMB 26
787,622 787,622 00000000000000000002faba1245f5071939fa8571798c23a8d1833152e5af07 2,763 1.00/1.00 vMB 37
787,621 787,621 00000000000000000003ab37cf06b865d82b2fac64d972621572072a05441642 2,337 1.00/1.00 vMB 28
787,620 787,620 0000000000000000000017959176c20bfc2b1ccb8ca1d980f3dbc0b3a44b77f0 3,905 1.00/1.00 vMB 31
787,619 787,619 0000000000000000000043e0f982b09bbbac30b2f96340a954b54b3fb036a23e 4,515 1.00/1.00 vMB 20
787,618 787,618 000000000000000000039ddfbb14e3d5581077b76844ca96dee18da8c18ce5a0 4,352 1.00/1.00 vMB 27
787,617 787,617 00000000000000000002f94309ce107188bf3b742d40edd0d9e65748826d10eb 3,739 1.00/1.00 vMB 32
787,616 787,616 000000000000000000005d5cc38a5c907b288b6e2a2cd2c4c7a5e5a4eb9ac3e8 4,017 1.00/1.00 vMB 18
787,615 787,615 000000000000000000028e23c155ba1978cdba58b34a6839222b57a640094c79 4,732 1.00/1.00 vMB 22
787,614 787,614 0000000000000000000265d4ae42217ec965bee48f3ecb40b459ddec553b4fd4 4,725 1.00/1.00 vMB 21
787,613 787,613 0000000000000000000352dd233c949b40117d83c8d69dcee9f4a2aa2dd93c59 4,266 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.31 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: 658.72 GB
    • Received: 14.58 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.