Loading Tool

Explorer IconExplorer

Memory Pool

82,173 transactions
30.96 vMB
0.10378249 BTC
Random Selection Loading Transactions
Max Size: 188.25/200 MB

Candidate Block

Mining Attempt 1b1cbc9acfc07166cf3e5c968f2fdef7d044f5085c53c356964b7b85f697eea0
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 5662f29329ee0e5e6282f14f3a04303bd2928e4bc255013f7c273fdda2db4329
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.03095163 BTC
Feerates: 200.89 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (42,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,605 872,605 0000000000000000000021ea379c66a2dff96d96bd3600c65f88a52e6cfa0f3f 2,285 1.00/1.00 vMB 4
872,604 872,604 000000000000000000011913ee37c94795c537adf7ef20e8f2cd5be850378695 2,776 1.00/1.00 vMB 2
872,603 872,603 0000000000000000000185d7e52251feabd59ee5d7b01aee939a034828e92e7d 4,813 1.00/1.00 vMB 3
872,602 872,602 000000000000000000004f74f99a34e7e862de314d62faa99aa1e519fd14c888 4,000 1.00/1.00 vMB 2
872,601 872,601 000000000000000000023fd52413d88d83f8d85fdcd4bc9c8d336620c40a439f 4,613 1.00/1.00 vMB 2
872,600 872,600 00000000000000000000e8dbf32fc4e7b0ec39e4177705fa804e517da00b7031 4,231 1.00/1.00 vMB 3
872,599 872,599 0000000000000000000267cb4ce5d114f7c252818a3c4bf596b536dc51f8a73d 1,977 1.00/1.00 vMB 3
872,598 872,598 0000000000000000000254bc22e3623c056c1ff6b3df78be8bdf0719c3a4e1c0 3,570 1.00/1.00 vMB 6
872,597 872,597 000000000000000000014c7c95cfd0ea68b15cd48b445bf3c635b64dbd02f8cd 3,735 1.00/1.00 vMB 5
872,596 872,596 000000000000000000028cd20028f0b99af1d6b5949c20f83cdcb341c95e2842 3,685 1.00/1.00 vMB 4
872,595 872,595 0000000000000000000120df67dabab90c8512eab4ee6d006173791c4c8fb32f 3,914 1.00/1.00 vMB 5
872,594 872,594 000000000000000000004c7f5889b97855efd4b21b5518226a92735437f2b318 5,844 1.00/1.00 vMB 4
872,593 872,593 0000000000000000000103fd0667443a17c8ead56951644c21c2b2da88fb3ed8 3,051 1.00/1.00 vMB 3
872,592 872,592 00000000000000000001de495443a97f4b627b2a423dadd6fddd8cfe39d7c1bf 5,729 1.00/1.00 vMB 5
872,591 872,591 000000000000000000024e4db6bb55bf459162cd4a26938d5bf93f76112c507b 5,154 1.00/1.00 vMB 6
872,590 872,590 000000000000000000017e8b8823a5513f08c68b15f26c8af1edfa06171186c7 4,248 1.00/1.00 vMB 4
872,589 872,589 00000000000000000000cd85dda3c9eb8e9d07cc7df8c5ee6e2590a909975f49 4,746 1.00/1.00 vMB 8
872,588 872,588 000000000000000000025b0ceccf58cac1c8518cdf513e2813afe04d5ac122f5 4,284 1.00/1.00 vMB 8
872,587 872,587 000000000000000000001913b1b4bfa5c4dd9938af30994095d627eddb216f37 5,741 1.00/1.00 vMB 3
872,586 872,586 000000000000000000023eaf112274a4eddd44c14937c57d4606bbad763526db 3,975 1.00/1.00 vMB 4
872,585 872,585 00000000000000000000760e658afa1972b6f1a86274252be6e2e89c600ef472 4,234 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.