Loading Tool

Explorer IconExplorer

Memory Pool

32,739 transactions
6.59 vMB
0.06670534 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.58/200 MB

Candidate Block

Mining Attempt ad178b084f4381ab7d2bb0e20ab2f814fe342825a7d40145237c0db733abf2f7
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root cd93f7ba9cf3370d7237e65b0588aa8da4b01b608dc9c54fb9e1c02dc45dafde
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,197
Size: 1.00 vMB
Total Fees: 0.04979459 BTC
Avg Feerate: 3.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (814,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,704 98,704 000000000004fd62c94d8162a9d6568f1de8a5091b3809f960222c0bd782079c 0.00 MB 4 0
98,703 98,703 0000000000031c9369a7438697705d5cfbc7284be97e021ddc25926ecf9ff02c 0.00 MB 8 0
98,702 98,702 00000000000231d0deaf6929d7f0bca82037621453cf177eebc3b43e8bc08aa2 0.00 MB 1 0
98,701 98,701 0000000000026a4fe48156900433d7fa1af863f9956afe902ebbb64d9852f7a8 0.00 MB 1 0
98,700 98,700 000000000000fc0bf43f757443d95994da84b0040d92f3fe97b4c49843c8671c 0.00 MB 1 0
98,699 98,699 000000000004d7098addef96dc240da0fa7167dd650c9c2fdad8dcb1c58d8116 0.00 MB 3 0
98,698 98,698 000000000001464b3bfb65f42dc329410d8db536b9662b91a020648d26dd4cd0 0.01 MB 25 0
98,697 98,697 0000000000008b9b38151d812347b2297d01cfaef1a74f940b6de518a33ffc7b 0.00 MB 3 0
98,696 98,696 0000000000023fe8d5affe4066b742142ff77c6cc2e73ac20cbd753e467bfbfa 0.00 MB 9 527
98,695 98,695 000000000004c7c1e2762eeb823af748afb1f89b0957dd47a6ad2760e121e691 0.00 MB 1 0
98,694 98,694 000000000003d19dd6ca88020f56657383063895025ba2e95e577e7a7db1dbc3 0.00 MB 5 1,075
98,693 98,693 0000000000004cf8cc08ae50d65c4d9e5c36aacb0aa63597a8aeebabcf41c48a 0.00 MB 1 0
98,692 98,692 00000000000452863ad5f587af12565e0941a2823f751bf4a9efcfe1a331c122 0.00 MB 3 0
98,691 98,691 00000000000002e9aa675ee9533e525294ee3267f006007df4ae004e5c154ce8 0.00 MB 1 0
98,690 98,690 000000000003e57d898a63abfe21f59af0f90d79fe1c1a9be2cc0bb494e8ebdd 0.00 MB 2 0
98,689 98,689 00000000000189b0375e8a7441dbf027e8157b48fe7fc698aa14d9079d5e346b 0.00 MB 1 0
98,688 98,688 000000000004cb018f9580672cc834a4a35988bde3efb7c3b2076a5ab5189b4a 0.00 MB 5 0
98,687 98,687 000000000004f0bb691bdd26e9adba9d71dcca6c8854608503b1724fcffa03dd 0.00 MB 1 0
98,686 98,686 0000000000006031c664a94b640cc03d46e64942e987ff171110097afd35c026 0.00 MB 5 0
98,685 98,685 00000000000029fa7f08b393d8dbbc947ce078ae66be2dc05874c5e885574b2e 0.00 MB 1 0
98,684 98,684 0000000000011876ed3214abdaf42e01b0e04eaf7c44f460894d0dd79899116a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.74 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: 338.83 GB
    • Received: 2.94 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.