Loading Tool

Explorer IconExplorer

Memory Pool

32,075 transactions
26.70 vMB
0.09988466 BTC
Random Selection Loading Transactions
Max Size: 132.99/200 MB

Candidate Block

Mining Attempt 256c08d8d7ef6871c843a6975a0f249db017fb3307399c5b8b23370d25bc998a
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 6ac2c87bad6cf0aaa03428c067faa583a3bfc25f2ab729df4840259c3a536e99
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,254
Size: 1.00 vMB
Total Fees: 0.04459726 BTC
Feerates: 502.67 > 4.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (909,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,262 4,262 000000000a16b760fa47b19770ad99986deddecb2426bdc6e60fac7d5c2bf543 1 0.00/1.00 vMB 0
4,261 4,261 00000000084a11d06f9abc8b7b6a18af538eca78734e4af41c9e0e5550eee950 1 0.00/1.00 vMB 0
4,260 4,260 00000000115e54e306caa0b0a55e66d80f5537990a8f28422c12ecb0294d914d 1 0.00/1.00 vMB 0
4,259 4,259 000000003156b74fbbd80830bc22f8da3ad08a6114a53fb30782995470d1db1b 1 0.00/1.00 vMB 0
4,258 4,258 000000007d3037617d7804e2376266203f19861de946a3490c3525e1034cddb7 1 0.00/1.00 vMB 0
4,257 4,257 00000000dfb27b850a46d9ee253211c00e5bc5db9fe745a18d7ba318cdaa6a81 1 0.00/1.00 vMB 0
4,256 4,256 0000000084dd21c2b382624423b64afcb98e2918caa46d0a912237a028945adc 1 0.00/1.00 vMB 0
4,255 4,255 000000001ac5811d934567499b28bbc4bfc6ae587a14738cf9e65ffb11144435 1 0.00/1.00 vMB 0
4,254 4,254 00000000db369e007e500ef26f8c099dd1de32733d480c4d0ede0ec8d218d747 1 0.00/1.00 vMB 0
4,253 4,253 00000000500312d6f27f52c80b730da90daddd15d86ff788ca8885b479141d2d 1 0.00/1.00 vMB 0
4,252 4,252 000000009a2f165d6bd142f6bee45ad2a0eef4868935f7eb57d98af9a72ee406 1 0.00/1.00 vMB 0
4,251 4,251 0000000002c9b26e0d2cca6399913d1b13b0768926f51c53d5e843953f9559cf 1 0.00/1.00 vMB 0
4,250 4,250 000000001088404d8d8d337c3444d0a783dee50033d859bba0fe33bd0e938d5c 1 0.00/1.00 vMB 0
4,249 4,249 00000000f59bbb0c2905796a460a6de2fe4cba70960ea124946a6d204f214ffa 1 0.00/1.00 vMB 0
4,248 4,248 000000002d93c9fc83d40de38e3c7c4840955293ef8f76a7092653b8f70778cf 1 0.00/1.00 vMB 0
4,247 4,247 00000000585e91db957d47f372cd5df84a590835e99f6eb761a5d086f52519f4 1 0.00/1.00 vMB 0
4,246 4,246 0000000007e9e69669e809529e986b281b8cd073df3a7da879db6b07061d3ece 1 0.00/1.00 vMB 0
4,245 4,245 0000000055bf008876073794c0b5a5da2298cb831d4e702bfbe7033f88f93279 1 0.00/1.00 vMB 0
4,244 4,244 00000000ecd1f046aef628ace22e4ddac3048d5cb51bd48c187e6d3a9f96b29c 1 0.00/1.00 vMB 0
4,243 4,243 00000000cbd6f793bc319ae3d90fa6c343027b3a3ebc036f0a66c896a3733fec 1 0.00/1.00 vMB 0
4,242 4,242 00000000e6bf6aeca04656d69f4892135ed93903bd71dd868326cd9f483d8eaa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 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: 576.41 GB
    • Received: 8.44 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.