Loading Tool

Explorer IconExplorer

Memory Pool

13,625 transactions
7.31 vMB
0.01836850 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.30/200 MB

Candidate Block

Mining Attempt ecf20496c5e751061b3183927b1ed7c36ec4be086ee9213be056f3b34c46f785
Version 20000000
Previous Block 00000000000000000001794318ab8b212b0d0ba2784d9b9715a2dc93a4340708
Merkle Root 6967741256d65b2897cc5c7a557a8a8c2b2d2b1ee0562a0d0c3dc168b46af3cd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,645
Size: 1.00 vMB
Total Fees: 0.00385968 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,419 (743,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,715 169,715 0000000000000062abbaa8d295e099956ec953e55a6cc20d49a0da1967fd6bdc 29 0.02 vMB 98
169,714 169,714 000000000000068eee338b1f7a8cf586bb0fdd493822aa77a93b5530114886f7 70 0.04 vMB 74
169,713 169,713 00000000000003686257e009201660581176662f50bdcfb91a9cc1da14dba662 26 0.01 vMB 77
169,712 169,712 00000000000004666076e68fc832aa1a5c92a4c3594f6888a206afaea77ae74e 62 0.02 vMB 2
169,711 169,711 00000000000003a6c7be2b8df1591958ca58b0cf7be2bbcad4a86f5564f5a2e6 30 0.01 vMB 93
169,710 169,710 0000000000000513e8ae7290ad795e1a2e8b931665c96555fe81f2ece6e08660 14 0.00 vMB 45
169,709 169,709 00000000000006354a6941fe54ce32240596e6484a4dcb235ec67e5c3e412dec 1 0.00 vMB 0
169,708 169,708 0000000000000139c6493a98b86c1f91363886c447eebcc0b07795119ed23c1d 11 0.00 vMB 0
169,707 169,707 00000000000009fb8ea68908f37d3cbe04fb248a0043cbc3a64a348dfd712c4a 21 0.01 vMB 79
169,706 169,706 00000000000008d7426faf9202aafa96f3af52f090fa9b6e4e2f01c12506606b 49 0.05 vMB 81
169,705 169,705 0000000000000147e90cc558f5b08be604c053903306b2b971416d4a5177033b 121 0.05 vMB 86
169,704 169,704 000000000000024a914bb07d1656cbde66e667e31dcaf15094febb9de24a31a0 8 0.01 vMB 970
169,703 169,703 00000000000003b8fc77ee883cd710d8c361be71000005d1e3116f9efd57dc6f 65 0.03 vMB 12
169,702 169,702 000000000000055ebaee32cf4c7c17e0f8084591d11d9abbb08ac718ee22d57e 148 0.05 vMB 91
169,701 169,701 00000000000009410e043cc9aa386c2269f4204f448310eabe840f151fbe5f9c 7 0.02 vMB 1,082
169,700 169,700 000000000000013f717250b231b9fa50641428f5650e11aedf96be166ba1635f 121 0.04 vMB 6
169,699 169,699 00000000000009a6efac65275573ca007eb24d75f3e97959f07eab0297e32154 86 0.04 vMB 99
169,698 169,698 000000000000007038f0825195b65c7807b4c2fb6ca213ca2c8874cde8183bde 68 0.03 vMB 78
169,697 169,697 0000000000000b1d9ac740ea209e43009daee63ee781be0262213effd7c17b22 12 0.00 vMB 162
169,696 169,696 0000000000000758b4523e4f2a2fff9de8fd9ce5a4df93a53fa3e4ef064e2a8f 40 0.01 vMB 94
169,695 169,695 000000000000048375fc856071f7c4a0094baad73514604ad2998835a121a9ab 63 0.04 vMB 92
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

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