Loading Tool

Explorer IconExplorer

Memory Pool

25,811 transactions
6.40 vMB
0.07816622 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.17/200 MB

Candidate Block

Mining Attempt 014621d1fb9578613ecfab8f426ca152df742022c8cda7b83d193ef7393b26bb
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 064db4e156c2b9b42d272f5d7a896d112fd82cb21d024838fc28115ad3d09bf4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,867
Size: 1.00 vMB
Total Fees: 0.06081698 BTC
Median Feerate: 1.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (777,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,623 135,623 0000000000000257f5f52d2e8fb62cc2a1e31b668611db9eabbc4de97fcffd34 0.03 MB 62 375
135,622 135,622 0000000000000169bfe0ebc52fe51045e5e1ee3fb1d34aaf143e70c6cbe54f1a 0.04 MB 103 219
135,621 135,621 00000000000006b9c3ae4b60376d96af52d4278f10ff5e09e637db32f68babce 0.02 MB 53 484
135,620 135,620 00000000000003050ff67bd9ce344d336902473bf3a708fa498b69e642ce7c49 0.02 MB 36 304
135,619 135,619 0000000000000315362b26b455ab294414adb8ed1f6d51cce5ba4cb22b201057 0.09 MB 275 63
135,618 135,618 0000000000000719a1468efd7059b21ce07d4d854b4b7c50d3f67e04da335ed1 0.09 MB 208 1,092
135,617 135,617 000000000000043f8b530d8015968ec892cde5f20492fdf2cb43317e15c881e7 0.01 MB 11 1,820
135,616 135,616 0000000000000774a542e26fa78c2c3cd5708d526469a2b2458180d32a33b8a2 0.03 MB 53 113
135,615 135,615 00000000000007a962d2f007fb6114c5d68a5b915ecf37adeb3b273cce733416 0.03 MB 51 274
135,614 135,614 00000000000006263c44fb030c0ad9f514d766ace42414faea2fccab4cbc43fe 0.01 MB 35 144
135,613 135,613 000000000000041ffab30b9c32ff1f13ab2646526e228e9d4cde3b2f0de2a3d0 0.05 MB 70 43
135,612 135,612 000000000000009f8a6548797487dc26954c7a396dd691efab4ea00a0a79fedb 0.05 MB 100 297
135,611 135,611 000000000000004eb150e00279535516ab4b9fdf5008d7d19f7b85f6e48e7d2a 0.04 MB 156 0
135,610 135,610 00000000000009cb64f230515e6e83a97daf321fb817f6c36df0dc4c8655ad5c 0.03 MB 60 138
135,609 135,609 00000000000001bc73604c3a9f313ff054998b7839bf742e23416b246764d3c1 0.04 MB 81 372
135,608 135,608 00000000000003a53396d8ed6b9054383afd7573d07e75b762701e353757799a 0.04 MB 63 151
135,607 135,607 000000000000094895123c122828f95da26ee82fe6090edb29710f0561745d1a 0.05 MB 85 436
135,606 135,606 00000000000005ff7c37cb4290071dd8faab7e8f577926ca8de6b7ae79b49b43 0.02 MB 29 128
135,605 135,605 00000000000007c71226fe79f358d0b925ed5998685db9910676189b4a5e419e 0.02 MB 44 251
135,604 135,604 0000000000000844866365b9000c8bf6ea902239931ac4aab18035b7d7a3ad63 0.05 MB 122 413
135,603 135,603 00000000000000a58468be37e478f25cc5a484961d1dbd7691a98bbb9880788d 0.02 MB 47 103
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 64
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.67 GB
    • Received: 0.28 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.