Loading Tool

Explorer IconExplorer

Memory Pool

41,659 transactions
28.60 vMB
0.06984469 BTC
Random Selection Loading Transactions
Max Size: 146.16/200 MB

Candidate Block

Mining Attempt 23f01aceb7fad7694e2965510256f0b361dec0a3ec532534f7c0e84092b7a41f
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 0f0df9e2ccc410ad83ea27d6c005987a590ee044c88c269034191f6506a9ed9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,750
Size: 1.00 vMB
Total Fees: 0.01446317 BTC
Feerates: 87.72 > 1.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (134,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,170 780,170 0000000000000000000011dcd9c95235ee72356b799048bcfeffda565c0b8e6e 1,899 1.00/1.00 vMB 68
780,169 780,169 00000000000000000005bd6ca83db0ea155b53e5e6ea6d4acac1c2bb5fede522 2,834 1.00/1.00 vMB 31
780,168 780,168 000000000000000000017d0892dec896219ceb676f651adb062fd048232eba21 1,581 1.00/1.00 vMB 17
780,167 780,167 00000000000000000000439b96774badde8b3c7d6f936a8e79a19122c09a8e11 2,837 1.00/1.00 vMB 27
780,166 780,166 00000000000000000000d747be82f4a24bf97a71c260d4278cfba3a824b27453 2,153 1.00/1.00 vMB 20
780,165 780,165 000000000000000000036ea7f378550d9fda1a2cadd42cd2bf4419daaac4be46 3,275 1.00/1.00 vMB 50
780,164 780,164 000000000000000000028ef5013f31cc53efd1164779efc83cec86d2a4c68b68 2,759 1.00/1.00 vMB 17
780,163 780,163 0000000000000000000664850bef1283fafbe454c8e493b4e8cd79d858b5b95c 3,588 1.00/1.00 vMB 46
780,162 780,162 00000000000000000005b4d2bf788a9c15e3b9e84055ab26838af8c778a92700 3,234 1.00/1.00 vMB 40
780,161 780,161 00000000000000000004d5e0ed73cae21c214e362d08a8e3805711cae6f64498 2,694 1.00/1.00 vMB 60
780,160 780,160 00000000000000000005adc2f1239255de00cbdc4c760d19d2aec53351b15cc3 2,139 1.00/1.00 vMB 25
780,159 780,159 0000000000000000000249191c26fdb7844a16b697f00ef919f81168fe00c98d 2,995 1.00/1.00 vMB 51
780,158 780,158 000000000000000000043e07084f69305c78483a3f675c2fc6e8eb7d342b1ce3 2,378 1.00/1.00 vMB 58
780,157 780,157 000000000000000000041dfe1ef2752bf5bd524dc292b00a0431cd51449c352b 2,418 1.00/1.00 vMB 18
780,156 780,156 0000000000000000000463ffabb8bdeae27f5c4938a6734a83578c0027a970b9 3,522 1.00/1.00 vMB 49
780,155 780,155 000000000000000000066cd4d1fcf0da78dfdb329613cedcdefe76341863a27a 2,937 1.00/1.00 vMB 16
780,154 780,154 0000000000000000000169f6a8f537d1d4c7dc3cc059fcdbd66ff4053d2d45de 2,674 1.00/1.00 vMB 15
780,153 780,153 00000000000000000000e776a967cb31cb7b78f0e4103920cd9db6422c3f7714 3,190 1.00/1.00 vMB 45
780,152 780,152 00000000000000000005255e8d412c006b0382df3d9391d79c8a9f3e83bfc604 2,242 1.00/1.00 vMB 33
780,151 780,151 000000000000000000010c802eeb14745f01ed71deedf50881cb83d8a647b938 1,432 1.00/1.00 vMB 24
780,150 780,150 0000000000000000000058c350d9e8bd7ebdacf73e36f784f5d12a5cff33d082 3,471 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.