Loading Tool

Explorer IconExplorer

Memory Pool

41,587 transactions
25.99 vMB
0.05623421 BTC
Random Selection Loading Transactions
Max Size: 135.97/200 MB

Candidate Block

Mining Attempt ba1ced3134b03644eb4fa49167fc39fb9b0e012a91f014772c5f60d60c81aa7a
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root d02cb6ee1a4223e00d44b176e7b82eabc6a7ff9711d55574bdcd912738ce78d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,162
Size: 1.00 vMB
Total Fees: 0.00901663 BTC
Feerates: 100.00 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (92,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,309 822,309 00000000000000000000002095eb0263fe9ff393ad4b6cac66f27bcdf3f56b06 4,307 1.00/1.00 vMB 235
822,308 822,308 00000000000000000002e3334d2140dd45e9083c846d7d57da4cb010c8e2da44 4,555 1.00/1.00 vMB 199
822,307 822,307 0000000000000000000367ff211c408eb5048d42c26914406fe517bf4208ec2f 3,734 1.00/1.00 vMB 274
822,306 822,306 00000000000000000000c077b03025d5fc24a1b8e043802585051df7361aa5f1 3,574 1.00/1.00 vMB 241
822,305 822,305 000000000000000000010d456bb6404f6462ca4ead2dfa6ef79e144f56e276d4 4,036 1.00/1.00 vMB 247
822,304 822,304 0000000000000000000272d73c4d9f4fff54a39af53893adb5a517aa50d50239 4,187 1.00/1.00 vMB 197
822,303 822,303 00000000000000000004073c0fc923ec651c07b8ee27a49dd70b2e72bc5f4cd5 4,494 1.00/1.00 vMB 216
822,302 822,302 0000000000000000000043ffcf041132a350835bb510bc81dd450c13e482a36c 4,358 1.00/1.00 vMB 203
822,301 822,301 00000000000000000000d8e91124c73c1fd51e7afe98abc7bd1dc03b0ff92141 3,504 1.00/1.00 vMB 238
822,300 822,300 000000000000000000033fc0e741cf47d7f8d53b3c79c5e6b5f7bdc21c166e06 3,845 1.00/1.00 vMB 286
822,299 822,299 000000000000000000032f5f7dac06c25383d47c046068fc5adecb9b04072b33 3,942 1.00/1.00 vMB 232
822,298 822,298 00000000000000000003155c005561cc88d8c43375697c96018b1a80c0cef975 4,062 1.00/1.00 vMB 248
822,297 822,297 000000000000000000026bf87b6ae2dcda88387ad612cc20cd2052563ae74d82 4,135 1.00/1.00 vMB 211
822,296 822,296 00000000000000000000a1badac248ed401542f1d6a708bd0787e3206d2a71ed 4,242 1.00/1.00 vMB 256
822,295 822,295 0000000000000000000388aee9ca72f1a17e0ee43f3beaa9ee2a68300cd78668 4,136 1.00/1.00 vMB 245
822,294 822,294 00000000000000000003c1d33d04d3a05a04efc1e077e27e154cc109b92f7fc3 4,190 1.00/1.00 vMB 219
822,293 822,293 00000000000000000001be8351951f75740cb6b6c859ff1cdc5166a2953d7ace 4,378 1.00/1.00 vMB 267
822,292 822,292 0000000000000000000182e3f03bb85fd7b4df5ce51a4d0ccd85feae006b1054 3,840 1.00/1.00 vMB 333
822,291 822,291 000000000000000000012bc12ff82cec2ba43d486c601e62dac442a04be3c1d6 4,211 1.00/1.00 vMB 262
822,290 822,290 0000000000000000000082d26a1c5c29c58cc8d91c68a355f494d436e8558de9 4,279 1.00/1.00 vMB 187
822,289 822,289 000000000000000000024fa14e33254640e979c68bb7ab6b32778ae2e49b09c3 4,039 1.00/1.00 vMB 250
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.03 GB
    • Received: 12.80 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.