Loading Tool

Explorer IconExplorer

Memory Pool

40,884 transactions
25.82 vMB
0.05045017 BTC
Random Selection Loading Transactions
Max Size: 134.89/200 MB

Candidate Block

Mining Attempt fb3a313ba58624a42e68abc685ae49c4ec7cc8b69a915c0731bae21747d3f8ff
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root ac8c79dbbe8a6ea0c89171f78825534043a9e342f8bbd14aaf693f3637b6fafb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,701
Size: 1.00 vMB
Total Fees: 0.00360876 BTC
Feerates: 100.28 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (83,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,212 831,212 0000000000000000000184da1807a95887c19af4eca5287ed956966c82563015 2,517 1.00/1.00 vMB 29
831,211 831,211 00000000000000000000a6366e8b2c0d9b72b9ff6f6d3285b704f0f02ce7513b 2,558 1.00/1.00 vMB 15
831,210 831,210 000000000000000000002c834e6ac93cc79945f48f633b8ec48a1f1bfc3276ed 2,557 1.00/1.00 vMB 15
831,209 831,209 0000000000000000000155199a66ac48f95d51b2d5fbba8715e7996f8e6ca052 2,875 1.00/1.00 vMB 17
831,208 831,208 000000000000000000031232f834fec344b340ba1d1062aac51b610d9c888344 2,871 1.00/1.00 vMB 23
831,207 831,207 00000000000000000002c64373a0ecd77793e6ce5af80c56cfcb368aadfcc531 2,871 1.00/1.00 vMB 29
831,206 831,206 000000000000000000013d3550fd22aa9078a018b52f4f4ca27d4833995369a6 3,376 1.00/1.00 vMB 29
831,205 831,205 00000000000000000002cf5ca2091a8f8c8d5722cd1629bb79d34226a2bd2aa6 1,984 1.00/1.00 vMB 25
831,204 831,204 00000000000000000002a2922d2e373e26de0f014ea68031c8610b318848d183 2,440 1.00/1.00 vMB 19
831,203 831,203 00000000000000000001c33771b94efe2de115d7eb48cbbb5c6aaf204f1fda16 2,873 1.00/1.00 vMB 14
831,202 831,202 00000000000000000001eff064ff6cc7c95c3ce50167d95328553420aa5531fb 1,853 1.00/1.00 vMB 11
831,201 831,201 00000000000000000001bf0ffc4e073fdf40caa42781f8b8441dbff8eb7993b5 2,714 1.00/1.00 vMB 20
831,200 831,200 000000000000000000003d87df89d5bbee65ab87ae6c79a967cf28221813c936 1,883 1.00/1.00 vMB 13
831,199 831,199 00000000000000000002bf1cbdf94aa9ab6eaf20cda1d25ed8e0c848b66e6e1e 1,288 1.00/1.00 vMB 12
831,198 831,198 000000000000000000020925e9ea398b7d7467015b59f70781b5d41a2e068b0a 2,817 1.00/1.00 vMB 18
831,197 831,197 000000000000000000035a8b37214ccca13c8e2e4ec274775ad7f2a72969eb58 3,070 1.00/1.00 vMB 17
831,196 831,196 00000000000000000002be848ffd9af5f5c5cb260c161d6decab934176beac27 3,388 1.00/1.00 vMB 16
831,195 831,195 0000000000000000000281d09f957ce41a7b483681c4e36862d02fb9ea3dc082 2,978 1.00/1.00 vMB 25
831,194 831,194 00000000000000000001968e0e86df987d0ae4260d2771de216c56e2ba16b743 3,282 1.00/1.00 vMB 26
831,193 831,193 0000000000000000000188a85f0cd6acba250f92bcd3aa87f29fe9b056ffd400 3,394 1.00/1.00 vMB 28
831,192 831,192 0000000000000000000078485dfa10a7cae9a0798523d60014716559c6a4c43e 3,382 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.93 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: 646.27 GB
    • Received: 12.83 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.