Loading Tool

Explorer IconExplorer

Memory Pool

84,430 transactions
31.99 vMB
0.11283327 BTC
Random Selection Loading Transactions
Max Size: 193.80/200 MB

Candidate Block

Mining Attempt d2d450e5a56d9114bb6ad18043985511b5c69cdd0009dd60691628dca1d991be
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root d17ed2792ef74d6fd604801c4aa086c78ba47595866f702c141826fb18dcc92f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,477
Size: 1.00 vMB
Total Fees: 0.04018782 BTC
Feerates: 100.69 > 4.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (840,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,179 75,179 000000000030a6ec2a900139662604cc452f1e14431f0a7e7a8f2e2e635f1cb6 1 0.00/1.00 vMB 0
75,178 75,178 000000000045dbc662bdf13add2c14a05c9e60f1437185c1f9a83c61845fb95c 1 0.00/1.00 vMB 0
75,177 75,177 000000000056e1af98697f2490b04b70aaad80fa93ec35919b5a8a72d6a1b009 2 0.00/1.00 vMB 0
75,176 75,176 0000000000723d2b129a169af071a218a603eb1fa8bf18867867f677b0c4b773 1 0.00/1.00 vMB 0
75,175 75,175 000000000043a3027fccf8fe95d52fc06c9d8f601e7245984bfce2b5d30aaa5d 1 0.00/1.00 vMB 0
75,174 75,174 0000000000789e85af4c8c0a67384f6af8f7ab45fcd9e63b0742d39ed244a634 1 0.00/1.00 vMB 0
75,173 75,173 000000000063a5591f3693e0b58831469e923cf80bb1795de47f36a200304634 1 0.00/1.00 vMB 0
75,172 75,172 000000000019664501e44a7f1f9d9c0911601d9aec9b761f39e0d429ef7c4407 3 0.00/1.00 vMB 0
75,171 75,171 000000000036ec34053df7689a02635319c897d5965e05fbbe3d2c5d687b460d 2 0.00/1.00 vMB 0
75,170 75,170 00000000007dd62d96d383e0c0a9d4530546028bd7f1791bf5795c5e054e2783 1 0.00/1.00 vMB 0
75,169 75,169 00000000006383b8727e7cb23880cc087c7e404c85ee469205314d7a4a06befc 3 0.00/1.00 vMB 0
75,168 75,168 000000000073482dbb4eda2116c93a2710fd13bd8eba73aa4283036a623abd1e 1 0.00/1.00 vMB 0
75,167 75,167 000000000067dca9a4b0b1bb0e17718e1d44381c7b821a961f87e6c76cbae342 12 0.00/1.00 vMB 0
75,166 75,166 0000000000224fdde60a21f3ae236df7d5df5e5f037c1772357162261e4640c9 1 0.00/1.00 vMB 0
75,165 75,165 00000000002f2d82475346c3428520ed2b4543d4afde18ce27ac469ad6a8d37b 5 0.00/1.00 vMB 0
75,164 75,164 00000000003fd172465ac84dc3b1b5b37a838b8737abcc7f76e2913ddac23371 1 0.00/1.00 vMB 0
75,163 75,163 00000000004f7b7c5694b647d2881f6908ee8695f961cbe86fe692ace2e1c129 7 0.00/1.00 vMB 0
75,162 75,162 00000000001c00aeb4b1f13a129fa7badcbee5a9d58c9151139ecef288985026 1 0.00/1.00 vMB 0
75,161 75,161 0000000000605e6a89e47f38edcae78937b030581706915603c99e694111087b 7 0.00/1.00 vMB 0
75,160 75,160 00000000007b5fc93afccbdb5b67c21d4187edb2a488fa4335969894f61dd4ab 1 0.00/1.00 vMB 0
75,159 75,159 000000000061bf160a325ab0540f3cf3ebad1ad64c7454f20f6618ad0f3ecbae 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.72 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: 703.52 GB
    • Received: 16.64 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.