Loading Tool

Explorer IconExplorer

Memory Pool

16,017 transactions
11.53 vMB
0.05542702 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.57/200 MB

Candidate Block

Mining Attempt 68326fb7b23b3ef34aeb3dfa63de8c79b4762a1dc58ba4f421d7192660eda909
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root daeded37f0edbd9478f1fb854ee99e02532a6c46581b699e37847f57f7acb3fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,375
Size: 0.99797275 1.00 vMB
Total Fees: 0.02912340 BTC
Feerates: 151.12 > 2.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (746,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,616 167,616 00000000000009010d8424802604635676726936b72f7292ef0c63024d015661 9 0.01/1.00 vMB 72
167,615 167,615 0000000000000a483ff652e6f45bb04539f92c97349ae620fdbdda68449579bc 5 0.00/1.00 vMB 38
167,614 167,614 000000000000005da7edc17a248d087acfea526eec7578cef01e7806c9808ed2 28 0.01/1.00 vMB 211
167,613 167,613 00000000000009972d41246453b1da9c3a47d7019b75799abad59273ce8b6b88 12 0.00/1.00 vMB 102
167,612 167,612 00000000000009cff9f7197b352137da271d3e5814860ab9b1e33fbc66849a32 159 0.05/1.00 vMB 27
167,611 167,611 00000000000008f8af5f3b48f8111f335274d0c2ad766e05a9f4ecf89fb38814 79 0.03/1.00 vMB 1,228
167,610 167,610 00000000000001c3459737d51dd5acfe154e6bd18462d5c694cd3b2bcca9cd6b 53 0.04/1.00 vMB 252
167,609 167,609 0000000000000164e452b521192214cd01df93801ac66568a3f38bc7b3f92353 19 0.02/1.00 vMB 137
167,608 167,608 0000000000000ae71d864c5ddb87154b75b8d5ea00f9021c9107bdf5d7ea89b6 11 0.00/1.00 vMB 171
167,607 167,607 00000000000003106c307ca6c68bc01df4b11b9b85158cda0737745493c50222 58 0.03/1.00 vMB 128
167,606 167,606 000000000000090943373bf3b0212b7b62446342062877f89ca73e637a467394 6 0.00/1.00 vMB 68
167,605 167,605 000000000000001f9d3589c298101229dc0c380fe708e665f4ee7f202f19b2d8 18 0.01/1.00 vMB 145
167,604 167,604 00000000000003769568efbf58942675342431cb5b03a25c1958d38b47b8baa0 15 0.01/1.00 vMB 307
167,603 167,603 00000000000000fd033cb6869be8d5e17c916867ea0610f359ae76c80f521027 1 0.00/1.00 vMB 0
167,602 167,602 0000000000000555bdfa69efed790977fa3ca136e3d11dab87a6b34ecbcc6f1c 10 0.00/1.00 vMB 610
167,601 167,601 00000000000009d3221c8d4bcebd43562049038f63323b7beeed076d8a6a42d4 104 0.03/1.00 vMB 113
167,600 167,600 00000000000007f1c694428baecd66cfa8f0ac2a276e3b682e7c39c9d9807ef7 26 0.01/1.00 vMB 360
167,599 167,599 0000000000000bc08fafe950e6282a8d0981729933df2b2d763dbb297bc001c3 46 0.02/1.00 vMB 826
167,598 167,598 00000000000009c8c844bc21c9e513e1a68922ca6b5d9e8cbd91ca24a5995d7e 11 0.00/1.00 vMB 118
167,597 167,597 0000000000000999759e886a8b8372e95aa8846239e0245c637d44dd08e55a57 6 0.00/1.00 vMB 769
167,596 167,596 000000000000018bb11d7420907d41af24accb76bdbb40f77ce8b4137b26aa2b 17 0.01/1.00 vMB 1,404
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

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