Loading Tool

Explorer IconExplorer

Memory Pool

35,502 transactions
27.30 vMB
0.05738400 BTC
Random Selection Loading Transactions
Max Size: 137.15/200 MB

Candidate Block

Mining Attempt 5af9f584759fd0f8f1e665d29a8a2e42083e81a6d7e80c3c986491df86c77a8e
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root d9554cef7bba8d928521b662e6809d94960f023d43a54c5058cd709601d11657
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,065
Size: 1.00 vMB
Total Fees: 0.00570108 BTC
Feerates: 150.93 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (328,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,625 586,625 000000000000000000092e949e70df454300b921dbda05c75bc455647283ea22 2,851 1.00/1.00 vMB 68
586,624 586,624 000000000000000000154aa136a5ddb3621ceaf057ed58af0f9d4ab1a0e2d349 2,203 1.00/1.00 vMB 33
586,623 586,623 0000000000000000001ab5eb5d2938bb18d103f573c181bff997fb5fcafa4575 2,842 1.00/1.00 vMB 42
586,622 586,622 00000000000000000013d958d931efa3fa0fe4e936117e775ccb0a2da23f6d49 3,443 1.00/1.00 vMB 58
586,621 586,621 000000000000000000052a92a3efde8d5ec1b12b675cd50c36a25c289a1c12ff 3,046 1.00/1.00 vMB 80
586,620 586,620 00000000000000000015ce5f71862d564ef3cec0db3e6606ff5c26a03fd80912 2,868 1.00/1.00 vMB 20
586,619 586,619 000000000000000000029c6554c852da3887ee88234f4264c85c114b743e5a85 2,061 1.00/1.00 vMB 8
586,618 586,618 000000000000000000024b3e38133bdd2b9d5d03d8ccd1c6b3aef2717d7f5e92 2,980 1.00/1.00 vMB 53
586,617 586,617 0000000000000000000f94762beaf50dc90d3dfcf7f42a807ab58fbc23f96e10 3,118 1.00/1.00 vMB 26
586,616 586,616 0000000000000000001b78df4b3386951c65a16d8565451cbed63c6cd7e0bef9 3,168 1.00/1.00 vMB 66
586,615 586,615 0000000000000000001cf2082eb568761b18c6728925a36074f3a4ad64c167eb 3,116 1.00/1.00 vMB 40
586,614 586,614 00000000000000000012c826b58fa3bb78342f47b58a8c5fce79bd6cc827e64f 2,930 1.00/1.00 vMB 61
586,613 586,613 0000000000000000000beb5a52cfb656f5f755f378ca678ce59a155f9fafec29 3,418 1.00/1.00 vMB 56
586,612 586,612 0000000000000000001e2ed208b66fb33fa348e0322711f42d716f975ed6a6b3 3,190 1.00/1.00 vMB 63
586,611 586,611 0000000000000000000fdad673194e2375812ca1fa9a3350424926dacc34011e 2,586 1.00/1.00 vMB 28
586,610 586,610 000000000000000000181de1560909de85dcf51c39edc9890f6e717a513bc5a0 2,410 1.00/1.00 vMB 36
586,609 586,609 000000000000000000009cdff149b8468857be36ad93e3f88a90daa09cd07183 3,139 1.00/1.00 vMB 69
586,608 586,608 00000000000000000006aa88e3118a6bf1bea6e2641b61afdb7e24db0096da8a 2,246 1.00/1.00 vMB 47
586,607 586,607 000000000000000000159e0e614869716417d2939544e9fa8a0d1dd72bd17792 3,161 1.00/1.00 vMB 65
586,606 586,606 000000000000000000065e1492a0b10a7212e1ac7424c6531bec35107eaf24ee 2,115 1.00/1.00 vMB 2
586,605 586,605 00000000000000000006e75cc609eb509d6002c0e6ccb669ef0512976b2d5a63 1,857 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.