Loading Tool

Explorer IconExplorer

Memory Pool

25,801 transactions
27.12 vMB
0.06167570 BTC
Random Selection Loading Transactions
Max Size: 129.57/200 MB

Candidate Block

Mining Attempt 356953ad0d3a9c2bcc8f4e483c46d8e69b68b7233508a089ccbf21345375c99d
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 58316ede5858269a93742c504b9e43c827ccb6c77001a7556607d0dc9a141a6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,617
Size: 1.00 vMB
Total Fees: 0.01055998 BTC
Feerates: 150.93 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (122,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,912 791,912 00000000000000000001b2107f19d23dbd67d9853b85631bb1d59285ca2aed52 4,568 1.00/1.00 vMB 24
791,911 791,911 0000000000000000000105d7014a690ff013ba247d232348d3ab0d2dc47c5762 3,155 1.00/1.00 vMB 41
791,910 791,910 000000000000000000017cc47d9afa62cf618148636bab62cad4b179fcfc6db5 1,947 1.00/1.00 vMB 28
791,909 791,909 00000000000000000002b8e6563eddf7e042c547fe2141d6d3b7b9c4676cf241 4,567 1.00/1.00 vMB 22
791,908 791,908 000000000000000000007a9c6f0a1d8affb907e9b9911fabebfc17ea5d66f2d4 6,018 1.00/1.00 vMB 22
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
Previous 10 blocks ↓
Total Size: 781.46 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: 611.04 GB
    • Received: 10.79 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.