Loading Tool

Explorer IconExplorer

Memory Pool

70,814 transactions
27.49 vMB
0.10127244 BTC
Random Selection Loading Transactions
Max Size: 163.13/200 MB

Candidate Block

Mining Attempt 37d0830a7265cebcb2bad749548fb5640b03b1de66f701841be9091ead8676df
Version 20000000
Previous Block 00000000000000000000e8ef889c1b13289136c7e04de862ebdaa50553042257
Merkle Root 0cc0f8a166cb20bac8229db19e3aa0fb606c28c330408d0554da6f65f3b10d54
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,592
Size: 1.00 vMB
Total Fees: 0.03275565 BTC
Feerates: 150.93 > 3.28 > 0.70 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,533 (760,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,309 155,309 00000000000004ee70db352b4f3899ea4adc5259953268b064bdd08d8e610dea 83 0.03/1.00 vMB 48
155,308 155,308 0000000000000cdeee8289ce727b597dc2eccc15819e3cbc002a7fad1f044f47 60 0.07/1.00 vMB 71
155,307 155,307 00000000000008e7d2c4ed507a5b533a8cc1e8cff94ed8890f53967f9edaffd7 12 0.00/1.00 vMB 31
155,306 155,306 0000000000000f40a470e925b1734c344ae4d945244a3432d38a3a4485927909 35 0.05/1.00 vMB 534
155,305 155,305 0000000000000b2ab76b484e55ca5b9ed968223022fa1da8998887089537a66a 111 0.03/1.00 vMB 30
155,304 155,304 0000000000000a309b75ef4c5c32daa827d808b8d97635d363aa57c009fa7f26 36 0.01/1.00 vMB 160
155,303 155,303 0000000000000054cafde5ade84adf4cc7b7f7cdf63bf4ba983a80f6fa1ce5c8 209 0.05/1.00 vMB 18
155,302 155,302 0000000000000ac5082bede281f1715fccd4a47b4bc35539e4026282334d5afd 159 0.05/1.00 vMB 2
155,301 155,301 00000000000007209a344b37d7561e6fc7e7c5061092b1ab400f21b2b078e56e 18 0.01/1.00 vMB 29
155,300 155,300 0000000000000694dac853c1a2f43d0ea4fce9f05639ad24a7c5307cc2ac4973 28 0.02/1.00 vMB 34
155,299 155,299 00000000000006498d887c6a4eec6d685b929e8552705a4caf0946e779f79178 60 0.02/1.00 vMB 55
155,298 155,298 0000000000000d796d3b7c3ee52fc81a86e89449014a278da8a9b8fbd5f43fa6 91 0.06/1.00 vMB 186
155,297 155,297 00000000000004c4427feff26a009ec3dddb73f90d451c8552888086d0e664d8 13 0.00/1.00 vMB 25
155,296 155,296 00000000000008cba6a27c1047d37a98458242fa37d228b40a46e9ae300435c2 32 0.01/1.00 vMB 164
155,295 155,295 00000000000007b87c5b728936cd4eda0a6dd21991eb1529df739f7dd9aa4f11 75 0.05/1.00 vMB 24
155,294 155,294 00000000000008421fee82c31a7ec770d66bbd1de7780f547967c778b9939723 64 0.04/1.00 vMB 1,540
155,293 155,293 00000000000001186a05fef93e1aebd37f37c697bee883ca14ba0b42ae11ef34 140 0.06/1.00 vMB 67
155,292 155,292 0000000000000d76d4036f6d4a9bc702d4ed4fffc8eee8457aac29a18352b7ad 13 0.00/1.00 vMB 204
155,291 155,291 00000000000008e7bfaaeb9ea34d21cdc4cd17e7525bed61f7a38918c3716641 75 0.05/1.00 vMB 80
155,290 155,290 000000000000092a5d77f0f3a2bf015a5198fff0bdf3d3fb600651874e7263e0 17 0.01/1.00 vMB 783
155,289 155,289 0000000000000840048f55ccacc74b10bace1ea061a994cd8b5b48d07c8e841f 5 0.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 783.32 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: 767.39 GB
    • Received: 19.41 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.