Loading Tool

Explorer IconExplorer

Memory Pool

39,770 transactions
28.61 vMB
0.07558019 BTC
Random Selection Loading Transactions
Max Size: 145.12/200 MB

Candidate Block

Mining Attempt c5efaf68d6493dbe4ff5ce0d3532712db4be32142b4ce54ee7e07de3b32660b2
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root cd128ac26e80b34aa1050023d20319049eca42dd615a617ca5807dcc10c5f854
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,382
Size: 1.00 vMB
Total Fees: 0.02026213 BTC
Feerates: 150.93 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (694,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,803 219,803 000000000000017ef0427f8e79a03652af19b9117820c3fb4d101f9889f91df9 304 0.25/1.00 vMB 85
219,802 219,802 00000000000003d21feff0aa22fe91ed50d523192bf6d47dd9b6755de896b512 604 0.25/1.00 vMB 238
219,801 219,801 000000000000044121b4e46041e13d728dd6e0959d02dc8cbd6c1bc4ff58e8a6 674 0.25/1.00 vMB 257
219,800 219,800 00000000000001f03f611c9f763e6a5f747c92cf4693e4f8aa05f47f99ed6440 548 0.25/1.00 vMB 184
219,799 219,799 00000000000001842967f6a3894c18102d816c9ae375bdf4f410822278c9ee6b 10 0.00/1.00 vMB 29
219,798 219,798 000000000000013f9f459a0a2d26742aa20c2ee41e34a4ef32eceeaff9e3b2a0 723 0.25/1.00 vMB 230
219,797 219,797 0000000000000087b4033e04a3c29f680709c161a59cdd7192091dd060187cc4 300 0.12/1.00 vMB 203
219,796 219,796 0000000000000004e0ad3d8883ddd841550d05df664bfe2454f9b2733a11a9a3 226 0.11/1.00 vMB 132
219,795 219,795 00000000000000e3d639d89fd4829a516ec6ac39e5c72380df2cc5cc605b1739 628 0.25/1.00 vMB 216
219,794 219,794 0000000000000062d2f1229428612b434515ff6c540b6186e4ac45308a079216 168 0.08/1.00 vMB 132
219,793 219,793 000000000000027b8e6ba4f3cbeb38e7a4e48c514e669b316e21d70357a786de 411 0.18/1.00 vMB 175
219,792 219,792 00000000000000d899ded4ffe68049fe47a9de9a3159f1f7a8801d037bb8170f 524 0.21/1.00 vMB 187
219,791 219,791 00000000000004b18bc2f0f59a5bd16e1e4c787c14fa95f6eb1415ec42728b36 492 0.35/1.00 vMB 112
219,790 219,790 00000000000003dfe69ca6fac4784d3c94153279e0f90ba3040257b74284fac1 726 0.25/1.00 vMB 235
219,789 219,789 00000000000002909c904d521948b4f42f52adf9d0b7567b21ec02e0cd253d1a 261 0.11/1.00 vMB 250
219,788 219,788 000000000000011d244316fb544312ca4c84eb8d92ec2dd0d2d5c180b61c4481 128 0.05/1.00 vMB 40
219,787 219,787 00000000000003ee7cfa0178feb95e82cd0ef0e577da2afec1d89fb7a95a87e4 565 0.37/1.00 vMB 105
219,786 219,786 000000000000021f3260b6335fc956ed397784be6f94f1759bf847051cc563be 636 0.25/1.00 vMB 220
219,785 219,785 0000000000000391598d9f4cd53054ba195ddb0b53f20435cbbc611f18d0a329 708 0.25/1.00 vMB 214
219,784 219,784 00000000000004aa0bfd2e00850b6f47fad09bd3ea827daf6559b517508e20f0 666 0.27/1.00 vMB 217
219,783 219,783 00000000000004c427e30aebb75f72b6210d65c6d5fddbf84c51b6b2c009d868 1,069 0.46/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.15 GB
    • Received: 11.87 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.