Loading Tool

Explorer IconExplorer

Memory Pool

81,228 transactions
30.19 vMB
0.13407097 BTC
Random Selection Loading Transactions
Max Size: 181.56/200 MB

Candidate Block

Mining Attempt 7734e2a6ea07525fd86b2703f1b8549007c6b0e00acfad181b8a67ead80460d0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root fb28aee0e185bf02bc1a9bb8c98b418af44b6615d3bda0ec67389e85eb12d62d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.05653964 BTC
Feerates: 242.90 > 5.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (216,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,625 698,625 00000000000000000006834e81bd4ef161a81b6f682d01fe4616fa2a0b1d322a 2,666 1.00/1.00 vMB 19
698,624 698,624 0000000000000000000d3a45e49dcd5521b19498c7d01bc034647c22409e4510 982 0.87/1.00 vMB 7
698,623 698,623 0000000000000000000e82e3fe558f63e23fb6c2e1f100033ff5cb88b6fbe118 2,368 1.00/1.00 vMB 22
698,622 698,622 0000000000000000000161f1798b8c79518dbd59d84ba7cb2c12a7bb9a71ad6d 812 0.92/1.00 vMB 5
698,621 698,621 0000000000000000000cbb4f3deda2cef0a9f660e4b908b565db600dbe70df4a 2,409 1.00/1.00 vMB 14
698,620 698,620 0000000000000000000a56dabf630d08228b4100ed0a07bcaa3a297db7017596 1,408 1.00/1.00 vMB 8
698,619 698,619 00000000000000000009fe894db95b518cc451f738e47a24934030ccc0ae4fcf 1,215 1.00/1.00 vMB 5
698,618 698,618 0000000000000000000876418318f961f0a473e12b2fb1d9038e3dbe3e5b690d 2,700 1.00/1.00 vMB 14
698,617 698,617 0000000000000000000999d2c4b31a86484f3ca5c3390c18e450c102cc7fafc0 1,985 1.00/1.00 vMB 6
698,616 698,616 00000000000000000000539343102e2dee7b047442248b6d8e44764c5af554cf 1,839 1.00/1.00 vMB 7
698,615 698,615 00000000000000000003c5233755fd30a280a2b71ec8bfdd3f5fc023f0328029 1,901 1.00/1.00 vMB 11
698,614 698,614 00000000000000000001e32c4cf4df25218ea91702068fba774e231067b9e53a 1,735 1.00/1.00 vMB 9
698,613 698,613 0000000000000000000d7be6f0c58e70724267a575d47a825ed3a69c5d69784b 2,323 1.00/1.00 vMB 14
698,612 698,612 000000000000000000003678efb2769ef76c57454261c407062f978f2309daa1 2,714 1.00/1.00 vMB 14
698,611 698,611 0000000000000000000e56011d96d71134c758b669242df7d5237604d38258d9 1,282 1.00/1.00 vMB 8
698,610 698,610 0000000000000000000dca8d75dd0e0f78624504d784b82b69e504c97aacb7da 1 0.00/1.00 vMB 0
698,609 698,609 0000000000000000000bde7a1d3aaf99239ed9e5478242fd638bd5c12d5f61d3 1,229 1.00/1.00 vMB 17
698,608 698,608 000000000000000000074b01f71bdc0749aa4cfbc32c56998804a0bb6660fce6 653 1.00/1.00 vMB 4
698,607 698,607 0000000000000000000bec8e7bfe5da53a37bad2bac17742ed279971d688b4fe 458 1.00/1.00 vMB 5
698,606 698,606 00000000000000000002b8d488cf55a48ba251d6b532c474bec08f574a1bbdf5 828 1.00/1.00 vMB 6
698,605 698,605 00000000000000000003b90b15df244c6af05293dbaa403f4303c9bf6a96a182 1,729 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.67 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: 674.16 GB
    • Received: 16.43 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.