Loading Tool

Explorer IconExplorer

Memory Pool

27,037 transactions
27.38 vMB
0.06607482 BTC
Random Selection Loading Transactions
Max Size: 131.31/200 MB

Candidate Block

Mining Attempt 15d43a26c72743907f7f11d749fc3168989c1743619e93cc5ae54368fd4bbfb3
Version 20000000
Previous Block 00000000000000000000c78ac01bc6de4341166accce32c41dd1feec8f577607
Merkle Root f69802489c517238df5e6f0f6034be43f678decc47cbe74fda57713ac668fc8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,244
Size: 1.00 vMB
Total Fees: 0.01422782 BTC
Feerates: 101.32 > 1.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,501 (122,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,907 791,907 0000000000000000000261fbcd9545580fe13019c8aacd13c8a77b6fdb77cd58 5,350 1.00/1.00 vMB 28
791,906 791,906 00000000000000000000869c3ebf170aa6d026852fe1cff1034207375084a396 3,633 1.00/1.00 vMB 37
791,905 791,905 00000000000000000000d764cc7b781c53a41ddc1068d1d01aa9760635d5ac36 6,026 1.00/1.00 vMB 22
791,904 791,904 000000000000000000032faec3be4d38d8cce0aad2b9b8199358fb9daef10497 3,959 1.00/1.00 vMB 34
791,903 791,903 000000000000000000047fa54ec9ab9b27e0842192664bda460babae70e690e4 4,077 1.00/1.00 vMB 34
791,902 791,902 0000000000000000000489ebda9782d42112a8e58bc59e354cd2ae1330cd6187 3,678 1.00/1.00 vMB 56
791,901 791,901 0000000000000000000456947e7375355a26c5c70ee0b61e406ecd37e4a9b442 3,394 1.00/1.00 vMB 29
791,900 791,900 00000000000000000000117ded190a6efc08fca9d23e8b334113101868baf131 3,688 1.00/1.00 vMB 41
791,899 791,899 0000000000000000000388311d3696ee0f24a243d3028ff859dd09b1a9230dac 3,529 1.00/1.00 vMB 42
791,898 791,898 000000000000000000016ac4335b98fb67d6a90343d21f7b1a62ca7efae9b8a4 3,083 1.00/1.00 vMB 42
791,897 791,897 0000000000000000000402d7dc08798d7f3cd3e85dae5c701f27a55960a3c67b 3,458 1.00/1.00 vMB 60
791,896 791,896 00000000000000000005acf9b89213e8f80036ff691b5a1de6200801b5581ffc 2,658 1.00/1.00 vMB 35
791,895 791,895 00000000000000000001374f6be1b866ecdb321f4ff5d8eb439a604af5e4bd3a 4,621 1.00/1.00 vMB 27
791,894 791,894 0000000000000000000167e1da2b04140f8d03f7666d2dd157f62a3b01ebfcc1 2,896 1.00/1.00 vMB 30
791,893 791,893 0000000000000000000082a10df816404640e9ee7499609d88fb2532430f49e9 1,206 1.00/1.00 vMB 24
791,892 791,892 0000000000000000000407fafad92165ef28d04331b820c3de71bcf5fb2765cf 2,865 1.00/1.00 vMB 49
791,891 791,891 00000000000000000001f92e152222245d59be0a1dae9938cfb60d5e85c12547 3,894 1.00/1.00 vMB 20
791,890 791,890 0000000000000000000077030262f1c5cf4f6a6ac943afd135c8eb1b49e79449 3,547 1.00/1.00 vMB 46
791,889 791,889 0000000000000000000571d4cba5a62512aa55aaedbf8d12c9368b0c1aff1136 3,624 1.00/1.00 vMB 33
791,888 791,888 000000000000000000028185dbabed574be9399a6fee68373125efddb10f6565 2,927 1.00/1.00 vMB 50
791,887 791,887 000000000000000000004a59b7d2994e3fe5c3a28c09ef12b6048f5554df5c9a 3,384 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.50 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: 612.35 GB
    • Received: 10.98 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.