Loading Tool

Explorer IconExplorer

Memory Pool

79,194 transactions
29.71 vMB
0.07547843 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt 75d7edc9336ee20b263a369d3c9c97e52188550bad09855ebcc9785fca9ee3c8
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac04acd2d30ed77eccfb49dcd5c6d9102630ee315ee9c6089a473672b04d4cfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,830
Size: 1.00 vMB
Total Fees: 0.01467799 BTC
Feerates: 150.77 > 1.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (503,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,353 411,353 000000000000000002464f485d3ba872e1c77c0f11d72008e149bd550dfbcfdf 1,013 1.00/1.00 vMB 18
411,352 411,352 000000000000000002a67da43d77424109d2dd33aacfc962bdb1fcbd8b69a883 1,283 1.00/1.00 vMB 19
411,351 411,351 0000000000000000053a5e0b0b2e4064e74a4476bed73d4a79908a7560768c0f 2,233 1.00/1.00 vMB 54
411,350 411,350 0000000000000000032f65bf9c8b9839808eb2032567dcb138352ec6b780b66b 2,891 1.00/1.00 vMB 55
411,349 411,349 000000000000000004cbc2b30f1cc47a2abb64c5fb3aa9b39c6df13c3ad98ed5 1,493 1.00/1.00 vMB 25
411,348 411,348 000000000000000004563e834a108a7b2bc054e86ced2f0365375a1a3985852e 2,307 1.00/1.00 vMB 39
411,347 411,347 000000000000000004279255e552915e1cdcb7b02715ff4273e5018308930528 2,724 1.00/1.00 vMB 49
411,346 411,346 000000000000000002e7a2f0ca84fc46a8c5bb0504f928bda82cb0b63a8e7452 2,716 1.00/1.00 vMB 51
411,345 411,345 00000000000000000183c7903967fb72623076582f7f3cf6748cd49d3ec2465f 3,052 1.00/1.00 vMB 70
411,344 411,344 00000000000000000304c49f0e3c3dce67e7a1f3829f20716dff8a29fd6a1ebb 842 0.34/1.00 vMB 39
411,343 411,343 0000000000000000013de22cf145151f596917d78d7af95afa6092767d9208ee 1,333 1.00/1.00 vMB 28
411,342 411,342 000000000000000002a1b9a53f553fc2fe40bb782e213e5f598232bc2a6e3c77 184 0.07/1.00 vMB 41
411,341 411,341 00000000000000000074aaa60a963dbf9af45ccbe992c4ab09262105d46116c6 1,165 0.81/1.00 vMB 24
411,340 411,340 000000000000000002e46ec6f7deb0ccdedd34e3868f18d811913f7aba05816b 440 1.00/1.00 vMB 13
411,339 411,339 000000000000000001d997cff8dfca7066898c43bb7ef26c76f3d0b01c681a65 1,070 1.00/1.00 vMB 14
411,338 411,338 000000000000000002ce645503f786cc970112d9e3cc98ba1b9ef71dcf73c884 1,052 1.00/1.00 vMB 24
411,337 411,337 000000000000000005a89595a6caa9aaa8e753d50b6d04bc236f6fb163903135 1,667 1.00/1.00 vMB 25
411,336 411,336 000000000000000000337d91d20cf5beb643c9d062ba8c8f69f31f8ac5091112 14 0.00/1.00 vMB 150
411,335 411,335 0000000000000000009eaaa171a993e931113ec84b0fb5ce76c53a8237e016ca 2,524 1.00/1.00 vMB 51
411,334 411,334 000000000000000002132c54f28c9c3166b6c10acc1c7e3e40dc30d14b8bb87c 1,450 1.00/1.00 vMB 30
411,333 411,333 0000000000000000029b399af0b88693c306dfe0f4a6c6dfb34d091573ccb4d4 1,629 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.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.