Loading Tool

Explorer IconExplorer

Memory Pool

42,874 transactions
27.92 vMB
0.06175585 BTC
Random Selection Loading Transactions
Max Size: 147.17/200 MB

Candidate Block

Mining Attempt 877a70df97414d5b5a9863e13b7bec4e60b32cafed7af9088dcf229822f9cf6a
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 78dbd60cf1c8e039b52c836eb0fdcb093510b15d2ba5f66687c0b4a172739317
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,376
Size: 1.00 vMB
Total Fees: 0.00890738 BTC
Feerates: 84.58 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (492,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,199 422,199 000000000000000004e712e47e5d8cc18df87eabbfd0b55598caf7dd0c05ad6c 1,467 1.00/1.00 vMB 28
422,198 422,198 0000000000000000050bd06af29d7e7b382bd095122f52057e4ccb5d94b80f65 2,661 1.00/1.00 vMB 79
422,197 422,197 0000000000000000001c2b6be10b13573a17aa337f27739549c09de4eb58f293 600 0.73/1.00 vMB 28
422,196 422,196 00000000000000000023487ee97c592fcfd12699e7afc0626612ebe6993b3577 1,844 1.00/1.00 vMB 47
422,195 422,195 000000000000000000c90a22e00f05e351dcfac82b0db19630a6ef6db7b6fe98 2,685 1.00/1.00 vMB 72
422,194 422,194 0000000000000000043b55c9c26bd8aa74721927286a63c0b5e490e14653e31d 2,644 1.00/1.00 vMB 75
422,193 422,193 0000000000000000027132cd26ab143b7fb13ed317c7f7d4c9924e1b03b466a7 62 0.05/1.00 vMB 52
422,192 422,192 000000000000000000bf73dbe5f600efcb58b75eb2cde33321c2ffeac7c9a7cb 1 0.00/1.00 vMB 0
422,191 422,191 0000000000000000043aefd86f5f52bcc453b9299a23fcda7dc3032a260b25d3 973 0.88/1.00 vMB 33
422,190 422,190 0000000000000000021ab887ee95484b7f9cbfe4e23d1765c595002af597893d 1,708 1.00/1.00 vMB 47
422,189 422,189 00000000000000000376a1aec33870d16dda063ed9d4a0df09de34f6fdbc17f5 1,557 0.99/1.00 vMB 25
422,188 422,188 0000000000000000049c16cc88f0153391ce6ce2d7f190696eae70f6c3c76ff0 2,101 1.00/1.00 vMB 64
422,187 422,187 000000000000000000df02ca723d54d21161ac886cecdeb1d1f2ac46e5dde0b1 2,217 1.00/1.00 vMB 55
422,186 422,186 000000000000000002b08fe6e7034319c9fa9ca4580662e632012ccee15ea24e 1,420 1.00/1.00 vMB 51
422,185 422,185 00000000000000000063158cde45cf185a12ff272d711ee7d97c3ff95f995432 2,501 1.00/1.00 vMB 55
422,184 422,184 000000000000000004d9709ad17b9f6effed665ff004deb8ecde48aa9469a55c 2,385 1.00/1.00 vMB 85
422,183 422,183 000000000000000001f8a8d3b6f03bc2fabcfe6d4408861b5b8d0ecfafcf32c7 1,533 1.00/1.00 vMB 90
422,182 422,182 00000000000000000303b94f10aec9ab4405318e7aeb3b74ec296c6b6b68bcb7 1,348 1.00/1.00 vMB 86
422,181 422,181 00000000000000000057c0b5022cc6add2ededb896d38565175e0224542c7abf 1,341 0.65/1.00 vMB 58
422,180 422,180 000000000000000002bfba561e2d609528687d4093c5066c5f12d3e3cbdce01a 111 0.17/1.00 vMB 19
422,179 422,179 000000000000000000bce7c7f4ab9a6e40eb076e3bb1d9e505354491f82c20ca 1,085 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.