Loading Tool

Explorer IconExplorer

Memory Pool

80,376 transactions
29.88 vMB
0.09643097 BTC
Random Selection Loading Transactions
Max Size: 180.36/200 MB

Candidate Block

Mining Attempt da74c29887756d013c509e91b393e4af31893a23fd5df8af7d8589f792721682
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 13914293997a78bcfc12ed3774b4a7870f953a169b4c973e66f0c49db8add289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.03074349 BTC
Feerates: 100.25 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (335,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,028 580,028 00000000000000000010030f262f58a4077e27ee93b434ff7b3233090112da61 254 0.08/1.00 vMB 75
580,027 580,027 0000000000000000001e1bc92d6be0efcc90f35468b7113b47552b8d1799fc9b 1,615 0.71/1.00 vMB 35
580,026 580,026 00000000000000000009acf28c2e6d5ea13c275ae412fb9aa3b5e89bef393f24 1,297 0.65/1.00 vMB 52
580,025 580,025 00000000000000000005389e289e5e9d96c24919fb47aff5b39cb5f0b9c58350 736 0.34/1.00 vMB 38
580,024 580,024 00000000000000000000a29d73cb35dfe18c763a4aa374379d11274a3b2bc6f1 2,757 1.00/1.00 vMB 57
580,023 580,023 00000000000000000022993fcdb46a9f04df4b966490f6dc3d9977845ed6d862 634 0.18/1.00 vMB 64
580,022 580,022 0000000000000000001df3ba1554261229ccbd49aa97970a7405fdcee1d67501 2,216 0.71/1.00 vMB 43
580,021 580,021 000000000000000000032fa3adfaa7ab5f4fc0d0a88159da9f0604925fac248f 3,190 1.00/1.00 vMB 40
580,020 580,020 0000000000000000001ecd4789af2c1bc355025a151fd9318e415df05735e8f3 2,938 1.00/1.00 vMB 30
580,019 580,019 0000000000000000000493c39a163775178a87cde401fb98f3094647cd75d54e 3,054 1.00/1.00 vMB 52
580,018 580,018 0000000000000000000a9f2c7e5a05b3fa4e7e2b67a5a80d1fdfe05c659f79b7 2,995 1.00/1.00 vMB 94
580,017 580,017 000000000000000000140db53ab47bb1be66225e8563cb1d29ac2f9a1ece54d3 1,380 0.42/1.00 vMB 32
580,016 580,016 0000000000000000001b8dc68cfefa4398276002251d911f383927a65a800af3 311 0.10/1.00 vMB 23
580,015 580,015 00000000000000000014b3672fa595b17d4c800f7b300a8c845bce88f32d96cd 395 0.12/1.00 vMB 42
580,014 580,014 00000000000000000010e0d36934135598475d23dea0ce874d539e2b2fa81738 2,426 0.86/1.00 vMB 10
580,013 580,013 0000000000000000001cb8593615de154b2c7c124f3a51050bedcff0e4ee5b12 2,949 1.00/1.00 vMB 38
580,012 580,012 000000000000000000090bbdcaf221b3abfb2e2e78b605398e4b43995ac5d4ce 2,748 1.00/1.00 vMB 63
580,011 580,011 000000000000000000252edb9c2e524d1bb1933cd0aba07ed8a6df08fcb9b568 2,691 1.00/1.00 vMB 106
580,010 580,010 0000000000000000002089d85e04c3705eee70b707bd5bf324b19e011a7bef81 2,655 0.97/1.00 vMB 53
580,009 580,009 00000000000000000007f38ded6ca2200c25b96470cc88616f1c0c72f9d12c98 1,250 0.36/1.00 vMB 32
580,008 580,008 00000000000000000001bbbfbc48a843eaed9683444fd1b250cd3ff357e7af06 3,170 0.99/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.