Loading Tool

Explorer IconExplorer

Memory Pool

79,159 transactions
30.23 vMB
0.12125166 BTC
Random Selection Loading Transactions
Max Size: 179.87/200 MB

Candidate Block

Mining Attempt 702d034d8ececb6ca3eeeddb56745a6780602b99548d80b84936b23da2a8899d
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root 550ff0e8e217ad890e44d917f4d3e614dfeee320a7b2b600d8e2bde80e086577
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,225
Size: 1.00 vMB
Total Fees: 0.02976444 BTC
Feerates: 109.82 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (231,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,922 683,922 000000000000000000026850588a5fa8080f601b81dba66c94bbdbfd09f470eb 1,701 1.00/1.00 vMB 66
683,921 683,921 0000000000000000000b2bc11e138226cccbe1a7d8945d3fbca7fe7b6627c492 1,473 1.00/1.00 vMB 72
683,920 683,920 0000000000000000000a1b33de4280ef35f69f32ff294792c60d007be0079cac 1,907 1.00/1.00 vMB 77
683,919 683,919 000000000000000000040468a87cb18c03e114308fa6eb2290bd52ae0ce52509 1,652 1.00/1.00 vMB 59
683,918 683,918 00000000000000000002c9ea9b0a0699ee4566f4cb45241ff1eec7923a31800b 2,407 1.00/1.00 vMB 79
683,917 683,917 00000000000000000005cbe7d1448ba1cedb6d1a3320218c88f79fd4a0f7bafc 2,583 1.00/1.00 vMB 77
683,916 683,916 000000000000000000025dfe1f63f927ccde0102eeb2a6d6c6160ca17d363ab9 912 1.00/1.00 vMB 55
683,915 683,915 00000000000000000000587b6b04f55b4a9d27056b15d88a8a865d83a743a415 1,492 1.00/1.00 vMB 71
683,914 683,914 00000000000000000003dbf78aff1fc76541fe2804bb45e0740e57523d8a5540 1,643 1.00/1.00 vMB 69
683,913 683,913 00000000000000000000a217a236e88ab0c222971d1fabf2eda4f57ff68cade2 3,058 1.00/1.00 vMB 91
683,912 683,912 00000000000000000008f3a121f34d375b79cec237e54f18fc8c037ec3544f5b 1,410 1.00/1.00 vMB 28
683,911 683,911 0000000000000000000428e3dc05f98019b281b247f0c556fa5f526270c0c6d1 2,091 1.00/1.00 vMB 70
683,910 683,910 00000000000000000006cf5ac48a04f285e7225125846b5ef380cf7d37c46804 1,569 1.00/1.00 vMB 64
683,909 683,909 000000000000000000068a6d71a270d3e389e8b37c312fd3ed6a328578fc9815 1,306 1.00/1.00 vMB 68
683,908 683,908 00000000000000000005add4ac685edc69e2b6f0d36f85e63c4941c55ff447d2 1,563 1.00/1.00 vMB 72
683,907 683,907 0000000000000000000556ba4abbcd62f1d06cf2df94a57ba2a29c96e5e659bf 1,210 1.00/1.00 vMB 16
683,906 683,906 00000000000000000000c28c49343bf0fe63d8dbdb248acb2b7530cafd99d9af 1,697 1.00/1.00 vMB 32
683,905 683,905 000000000000000000044b180b9d005a56bbfffbe9c96f2e844cf35a0eaca526 1,248 1.00/1.00 vMB 12
683,904 683,904 0000000000000000000714de27d87e9afba4a0d2a591b47b826323fd7ab0c3bf 1,573 1.00/1.00 vMB 11
683,903 683,903 000000000000000000085ca4b54198d9695c8e6e6b730636be8de2338d55dbc3 1,361 1.00/1.00 vMB 27
683,902 683,902 00000000000000000005f34a78962fe40ef9d9553104a070ba3c2ab616449cf0 2,096 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.91 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: 714.20 GB
    • Received: 17.52 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.