Loading Tool

Explorer IconExplorer

Memory Pool

53,292 transactions
29.82 vMB
0.15228701 BTC
Random Selection Loading Transactions
Max Size: 159.90/200 MB

Candidate Block

Mining Attempt 1a11e8c22c584b5ca2ad925279bb9924e5d5b93b40709adbc8abe4ae003eb02e
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 105659cb0a93b8029afa5da0344dc1a0aff5b939b8a3ad9ee6a646feecc69b28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.07911649 BTC
Feerates: 445.47 > 7.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (337,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,205 577,205 0000000000000000001e15ea0b8e78e6cc2a232114187ae3e49160b1effa48b5 2,902 1.00/1.00 vMB 130
577,204 577,204 000000000000000000127d87c2b98d691f55779ffb48257fae794312ed7214b6 2,406 1.00/1.00 vMB 169
577,203 577,203 0000000000000000000a0d40cb2c4da08ce4a8e1c1ce6e50e012944115408bf4 1,713 1.00/1.00 vMB 8
577,202 577,202 0000000000000000000201043a56ec6130c1a1a8a4c1ca5a67811d1ad8428e9e 2,967 1.00/1.00 vMB 86
577,201 577,201 00000000000000000029a05dd72b83def4726972074de14f54ca7eb252298804 2,771 1.00/1.00 vMB 111
577,200 577,200 000000000000000000292ce2c04769ad6497f66f4f75a53f3d102be954d855f9 2,827 1.00/1.00 vMB 129
577,199 577,199 00000000000000000023365cb9d95d9d263939e6830580a82979a52e6ed828f5 1,366 1.00/1.00 vMB 25
577,198 577,198 00000000000000000001df1c7e23ec1cb31e9eb5366cd6e00ae6ebd81e95627c 3,059 1.00/1.00 vMB 121
577,197 577,197 000000000000000000194f0340cad2840a9bfe03c3cadab0491c59dbde7c28ca 2,091 1.00/1.00 vMB 34
577,196 577,196 000000000000000000196a9524cdf3b8d43a650cc8a88dec36b39b77df47800c 2,882 1.00/1.00 vMB 117
577,195 577,195 0000000000000000001f4e3311e02dce20e381200048510630b37b11081666e3 2,529 1.00/1.00 vMB 66
577,194 577,194 0000000000000000000c0b3325765fba15fec7444cfd45ac627af8b0b7b247d7 2,890 1.00/1.00 vMB 80
577,193 577,193 0000000000000000000f8508f70d1b609785c4eb76fee627f73046d3ca123a95 2,547 1.00/1.00 vMB 162
577,192 577,192 000000000000000000138dc9b79ca016153b90c559fadafb34f425245057bf84 2,337 1.00/1.00 vMB 45
577,191 577,191 0000000000000000001bc77c41f720520b684fea9259e17de3999f848e34694d 1,855 1.00/1.00 vMB 67
577,190 577,190 00000000000000000012b0d705ce4c0ecaf96656db3fb95032daa2ee0192020e 1,735 1.00/1.00 vMB 101
577,189 577,189 0000000000000000001fc5b8999ef95a0db3462c3be61d4c61da3dc29eb72671 2,320 1.00/1.00 vMB 115
577,188 577,188 0000000000000000001755dbbd33c31b842022cd83dcd8cbcb4e88c18467fb01 2,418 1.00/1.00 vMB 143
577,187 577,187 0000000000000000001e6c76d37f6dd46c5419d28b438686c256bdcc7db71fbe 2,596 1.00/1.00 vMB 155
577,186 577,186 0000000000000000000e4eaef524b85470ab0917ee66eff59a62d885f3c52ee6 2,585 1.00/1.00 vMB 40
577,185 577,185 0000000000000000001e0be4971840184bf0bca2c39b59d361783b035969c54c 2,501 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.