Loading Tool

Explorer IconExplorer

Memory Pool

82,893 transactions
30.71 vMB
0.13932224 BTC
Random Selection Loading Transactions
Max Size: 185.06/200 MB

Candidate Block

Mining Attempt ab2fe1c0b9e5401fbb5a71eee57420d38bd4abbd3f2ab2fce9f4213233da7b0f
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root e624e7f8389880c590c30fe64de72a1b21579030aa1750201a0ce4959ad45e2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,730
Size: 1.00 vMB
Total Fees: 0.07432159 BTC
Feerates: 203.60 > 7.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (836,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,177 78,177 000000000018cf84cb83e894946fe7a6f11a754990690d55ac7d48d1a72a8911 2 0.00/1.00 vMB 0
78,176 78,176 0000000000525c3396400a65c4b0127512d86e278703d4c183817315717c2dd1 3 0.00/1.00 vMB 0
78,175 78,175 0000000000357453a34e0e4694d2fb6f7b40b3002ac37f0901d2fd29050cd61b 2 0.00/1.00 vMB 3,676
78,174 78,174 0000000000560aa51ebd43375a21efd1e86303d7671994d44c8f43ecb73cecdf 1 0.00/1.00 vMB 0
78,173 78,173 000000000054921113ad909f9ec8048f3849075424c865e362498eaa5ecb8ffe 1 0.00/1.00 vMB 0
78,172 78,172 00000000005594286421cf02cf50e67c4d68659f27cbfb75c3ff83999b889b5a 1 0.00/1.00 vMB 0
78,171 78,171 000000000059724f71ca81aa152db70aadf1f37f49d89d84245a4bb680732552 3 0.00/1.00 vMB 0
78,170 78,170 000000000020cbdff7e961f53b200f9050c277b694ec3ed9e22c376fe3fc73fa 3 0.00/1.00 vMB 0
78,169 78,169 00000000002b7b730610bfd07f934da0a08b741fe1d269c29366dae334be17a5 2 0.00/1.00 vMB 0
78,168 78,168 00000000000ffe1483c0b00e4e97d928408b1718a9098c898b2c74d2d4be555f 1 0.00/1.00 vMB 0
78,167 78,167 000000000026bb76b1c5b911b0b73b358dcec828916bfc2dc2cec8f4e03b5fe9 1 0.00/1.00 vMB 0
78,166 78,166 00000000000e96f630d9dfd46c33a9e93a27fc01f6cbe5a4c618dd9dc3c45650 6 0.00/1.00 vMB 0
78,165 78,165 000000000039ebb998ca0d005ddc8cc29686753c4ea856a0ecb7ab49df528e11 2 0.00/1.00 vMB 0
78,164 78,164 00000000001e7fa25970b954339ccf2054b0a2eab972faa2ac6f1fc1a1d526e9 2 0.00/1.00 vMB 0
78,163 78,163 00000000005ae2c16881e37e0d5b6aef3fc6c94c16018adba12b10c86101bddb 1 0.00/1.00 vMB 0
78,162 78,162 000000000055f7103c2e5a50752faa426562dbd031493081d81c3e6dd1fdd5d9 3 0.00/1.00 vMB 0
78,161 78,161 00000000006608a24783340cc21000db93ac5d6c834c0875c0b30fe30e8fba9f 1 0.00/1.00 vMB 0
78,160 78,160 000000000029a5add781ea16bcf88847bcfe6d7cd79385a418cd55f10688c4e5 1 0.00/1.00 vMB 0
78,159 78,159 0000000000412eb42a7e1276be8ca66eae3b09f2a6ae87e02a84b233cf15418c 4 0.00/1.00 vMB 0
78,158 78,158 000000000017cfb55489f592aa91d7c2948be8206b4a086fb79d1ca3a899142f 3 0.00/1.00 vMB 0
78,157 78,157 000000000002e3d1e8affe64043c56cebd5d3b52becf141d49414082aa3472f3 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.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.